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

9 lines
149 B
Perl
Raw Normal View History

#!/usr/bin/perl
$RES::EventResponse{'LogOnlyToAuditLogAnyTime'} = {
Name => q(LogOnlyToAuditLogAnyTime),
Locked => q(0),
Actions => q({}),
};
1;