Lines Matching refs:AUDIT_STARTUP
41 AUDIT_STARTUP=/etc/security/audit_startup
118 if [ -f "$AUDIT_STARTUP" ]; then
120 if [ -x "$AUDIT_STARTUP" ]; then
121 $AUDIT_STARTUP
123 echo "$0: Unable to execute $AUDIT_STARTUP"
130 $MV $AUDIT_STARTUP $AUDIT_STARTUP._transitioned_
132 # Unable to perform the backup of $AUDIT_STARTUP
133 echo "$0: The $AUDIT_STARTUP was not moved to"
134 echo " $AUDIT_STARTUP._transitioned_"
163 if [ ! -f "$AUDIT_STARTUP" ]; then