named revision 1.4
1#!/bin/sh
2#
3# $NetBSD: named,v 1.4 2000/05/13 03:46:42 lukem Exp $
4#
5
6# PROVIDE: named
7# REQUIRE: SERVERS
8
9. /etc/rc.subr
10. /etc/rc.conf
11
12name="named"
13command="/usr/sbin/${name}"
14pidfile="/var/run/${name}.pid"
15
16extra_commands="reload"
17
18run_rc_command "$1"
19