From: Ian Jackson Date: Wed, 21 Oct 2020 15:05:50 +0000 (+0100) Subject: PDU/MSW: Actually implement delayed-* X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=083a0715a1041596f56d2b0e65a218c65c16eda4;p=osstest.git 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 --- diff --git a/pdu-msw b/pdu-msw index 03b0f34..196b6c4 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 ($) {