Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/auditd
| Show All 26 Lines | auditd_stop() | ||||
| /usr/sbin/audit -t | /usr/sbin/audit -t | ||||
| if [ -n "$rc_pid" ]; then | if [ -n "$rc_pid" ]; then | ||||
| wait_for_pids $rc_pid | wait_for_pids $rc_pid | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| auditd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||