Deleted Added
full compact
auditd (159351) auditd (162605)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/auditd 159351 2006-06-06 17:22:55Z trhodes $
3# $FreeBSD: head/etc/rc.d/auditd 162605 2006-09-24 17:31:04Z rwatson $
4#
5# Start up for the Audit daemon.
6#
7
8# PROVIDE: auditd
9# REQUIRE: syslogd
10# BEFORE: DAEMON
11# KEYWORD: shutdown

--- 8 unchanged lines hidden (view full) ---

20required_files="/etc/security/audit_class /etc/security/audit_control
21 /etc/security/audit_event /etc/security/audit_user
22 /etc/security/audit_warn"
23
24auditd_stop()
25{
26
27 /usr/sbin/audit -t
4#
5# Start up for the Audit daemon.
6#
7
8# PROVIDE: auditd
9# REQUIRE: syslogd
10# BEFORE: DAEMON
11# KEYWORD: shutdown

--- 8 unchanged lines hidden (view full) ---

20required_files="/etc/security/audit_class /etc/security/audit_control
21 /etc/security/audit_event /etc/security/audit_user
22 /etc/security/audit_warn"
23
24auditd_stop()
25{
26
27 /usr/sbin/audit -t
28 sleep 1
28}
29
30load_rc_config $name
31run_rc_command "$1"
29}
30
31load_rc_config $name
32run_rc_command "$1"