xcat-core/xCAT-rmc/resources/mn/IBM.EventResponse/BroadcastEventsAnyTime.pm

9 lines
215 B
Perl
Raw Normal View History

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