Date: Fri, 31 Oct 1997 15:59:48 -0500 From: Brian Reichert <reichert@numachi.com> To: freebsd-hackers@freebsd.org Subject: named.restart uses /etc/sysconfig Message-ID: <19971031155948.08909@numachi.com>
index | next in thread | raw e-mail
Hey! On my 2.2.2-R box, just found that named.resart ( or rather, the code
it invokes [ /usr/sbin/ndc ] ) does this:
# If there is a global system configuration file, suck it in.
if [ -f /etc/sysconfig ]; then
. /etc/sysconfig
fi
Not useful.
By replacing the above filename with '/etc/rc.conf', and replacing
all instances of 'namedflags' with 'named_flags', it behaves.
It this straightened out in 2.2.5?
--
Brian Reichert reichert@numachi.com
37 Crystal Ave. #303
Derry NH 03038-1713 USA Intel architecture: the left-hand path
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971031155948.08909>
