From b6b7f7fea901a130e7af0a9bb9c90d4a49afb40a Mon Sep 17 00:00:00 2001 From: wollman Date: Tue, 21 Mar 1995 16:44:04 +0000 Subject: Change named starting convention to use $namedflags like most other daemons that take command-line arguments. Correct /etc/namedb installation to use the correct files. --- etc/sysconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc/sysconfig') diff --git a/etc/sysconfig b/etc/sysconfig index b7e4b64..e04a247 100644 --- a/etc/sysconfig +++ b/etc/sysconfig @@ -4,7 +4,7 @@ # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # -# $Id$ +# $Id: sysconfig,v 1.1 1995/03/21 15:20:48 jkh Exp $ # Set to screen saver desired: blank, green, snake, star (or NO for none) saver=NO @@ -55,8 +55,10 @@ nis_serverflags="NO" # Typical flags might be "-m /var/yp/master.passwd -s -f" yppasswddflags="NO" -# Set to YES if you wish to run a name server -name_server=NO +# Set to appropriate flags for named, if you have a full-time +# connection to the Internet. +# For most hosts, flags should be "-b /etc/namedb/named.boot" +namedflags="NO" # Set to YES if you want to run the X-10 power controller daemon xtend=NO -- cgit v1.1