summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named.restart/named.restart.sh
blob: 1fa6cf886997f3d2a2e54dd5ac635b7678c0be3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -
#
#	from named.restart	5.4 (Berkeley) 6/27/89
# $FreeBSD$
#

if [ -r /etc/defaults/rc.conf ]; then
        . /etc/defaults/rc.conf
        source_rc_confs
elif [ -r /etc/rc.conf ]; then
        . /etc/rc.conf
fi
exec %DESTSBIN%/%INDOT%ndc -n ${named_program} restart ${named_flags}
OpenPOWER on IntegriCloud