xcat-core/xCAT-rmc/resources/mn/IBM.EventResponse/BroadcastEventsAnyTime.pm
2008-06-20 14:23:40 +00:00

9 lines
216 B
Perl

#!/usr/bin/perl
$RES::EventResponse{'BroadcastEventsAnyTime'} = {
Name => q(BroadcastEventsAnyTime),
Locked => q(0),
Actions => q({[wallEvent,{127},{0},{86400},/usr/sbin/rsct/bin/wallevent,3,0,0,0,{},0]}),
};
1;