Home | History | Annotate | Line # | Download | only in rc.d
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 
     12 name="named"
     13 command="/usr/sbin/${name}"
     14 pidfile="/var/run/${name}.pid"
     15 
     16 extra_commands="reload"
     17 
     18 run_rc_command "$1"
     19