| Current Path : /var/tmp/mergemaster/preserved-files-170206-102132/etc/rc.d/ |
| Current File : //var/tmp/mergemaster/preserved-files-170206-102132/etc/rc.d/auditdistd |
#!/bin/sh
#
# $FreeBSD: releng/9.2/etc/rc.d/auditdistd 244398 2012-12-18 14:32:53Z rwatson $
#
# PROVIDE: auditdistd
# REQUIRE: auditd
# BEFORE: DAEMON
# KEYWORD: nojail shutdown
. /etc/rc.subr
name="auditdistd"
rcvar="${name}_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
required_files="/etc/security/${name}.conf"
extra_commands="reload"
load_rc_config $name
run_rc_command "$1"