[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 07/16] PDU/MSW: Actually implement delayed-*
Nothing in our tree uses this but having it here is useful docs for the protocol so I shan't just delete it. Signed-off-by: Ian Jackson <iwj@xxxxxxxxxxxxxx> --- pdu-msw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdu-msw b/pdu-msw index 03b0f342..196b6c45 100755 --- a/pdu-msw +++ b/pdu-msw @@ -127,7 +127,7 @@ sub action_value () { $action =~ m/^(?:1|on)$/ ? 1 : $action =~ m/^(?:reboot)$/ ? 3 : die "unknown action $action\n$usagemsg"); - return $valset; + return $valset + $delayadd; } sub set ($) { -- 2.20.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |