summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-03-21 16:44:04 +0000
committerwollman <wollman@FreeBSD.org>1995-03-21 16:44:04 +0000
commitb6b7f7fea901a130e7af0a9bb9c90d4a49afb40a (patch)
tree782650a6a176fe132ff159c2d0fc20999245ec9b /etc/sysconfig
parent7f0f8722f6f4b445242f230675dabb9e105df3ca (diff)
downloadFreeBSD-src-b6b7f7fea901a130e7af0a9bb9c90d4a49afb40a.zip
FreeBSD-src-b6b7f7fea901a130e7af0a9bb9c90d4a49afb40a.tar.gz
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.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig8
1 files changed, 5 insertions, 3 deletions
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
OpenPOWER on IntegriCloud