Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / named.restart / named.restart.sh
1 #!/bin/sh -
2 #
3 #       from named.restart      5.4 (Berkeley) 6/27/89
4 # $FreeBSD: src/usr.sbin/named.restart/named.restart.sh,v 1.2.2.1 2001/07/19 05:11:06 kris Exp $
5 #
6
7 if [ -r /etc/defaults/rc.conf ]; then
8         . /etc/defaults/rc.conf
9         source_rc_confs
10 elif [ -r /etc/rc.conf ]; then
11         . /etc/rc.conf
12 fi
13 exec %DESTSBIN%/%INDOT%ndc -n ${named_program} restart ${named_flags}