NetBSD/etc/rc.d/named

18 lines
302 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: named,v 1.2 2000/03/13 04:04:01 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: named
# REQUIRE: SERVERS
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
. /etc/rc.conf
name="named"
command="/usr/sbin/${name}"
command_flags="$1"
pidfile="/var/run/${name}.pid"
run_rc_command "$1" "reload dumpdb notrace qrylog querylog stats trace"