pkgsrc-wip/aolserver/files/nsd
2003-03-26 00:05:26 +00:00

22 lines
273 B
Bash
Executable file

#!/bin/sh
#
#
. /etc/rc.subr
name="nsd"
rcvar=${name}
command="/usr/pkg/bin/${name}"
nsd_flags="-t /usr/pkg/etc/nsd.tcl -u nobody"
nsd_user="root"
# set defaults
if [ -r /etc/rc.conf ]
then
. /etc/rc.conf
else
eval ${rcvar}=YES
fi
run_rc_command "$1"