View | Details | Raw Unified | Return to bug 25049
Collapse All | Expand All

(-)src/usr.sbin/named.restart/named.restart.sh Mon Feb 12 18:00:33 2001 (-1 / +9 lines)
Lines 4-7 Link Here
4
# $FreeBSD: src/usr.sbin/named.restart/named.restart.sh,v 1.1.2.1 1999/08/29 15:44:26 peter Exp $
4
# $FreeBSD: src/usr.sbin/named.restart/named.restart.sh,v 1.1.2.1 1999/08/29 15:44:26 peter Exp $
5
#
5
#
6
6
7
exec %DESTSBIN%/%INDOT%ndc restart
7
# If there is a global system configuration file, suck it in.
8
#
9
if [ -f /etc/defaults/rc.conf ]; then
10
       . /etc/defaults/rc.conf
11
elif [ -f /etc/rc.conf ]; then
12
       . /etc/rc.conf
13
fi
14
15
exec %DESTSBIN%/%INDOT%ndc restart ${named_flags}

Return to bug 25049