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

(-)named.restart.sh (-1 / +1 lines)
Lines 10-13 Link Here
10
elif [ -r /etc/rc.conf ]; then
10
elif [ -r /etc/rc.conf ]; then
11
        . /etc/rc.conf
11
        . /etc/rc.conf
12
fi
12
fi
13
exec %DESTSBIN%/%INDOT%ndc restart ${named_flags}
13
exec %DESTSBIN%/%INDOT%ndc -n ${named_program} restart ${named_flags}

Return to bug 27051