Searched refs:AUDIT_STARTUP (Results 1 – 1 of 1) sorted by relevance
41 AUDIT_STARTUP=/etc/security/audit_startup118 if [ -f "$AUDIT_STARTUP" ]; then120 if [ -x "$AUDIT_STARTUP" ]; then121 $AUDIT_STARTUP123 echo "$0: Unable to execute $AUDIT_STARTUP"130 $MV $AUDIT_STARTUP $AUDIT_STARTUP._transitioned_132 # Unable to perform the backup of $AUDIT_STARTUP133 echo "$0: The $AUDIT_STARTUP was not moved to"134 echo " $AUDIT_STARTUP[all...]