svn commit: r190364 - in stable/7/etc: . defaults
Doug Barton
dougb at FreeBSD.org
Mon Mar 23 19:56:51 PDT 2009
Author: dougb
Date: Tue Mar 24 02:56:50 2009
New Revision: 190364
URL: http://svn.freebsd.org/changeset/base/190364
Log:
MFC r181113, -c named_flags example and capitalization fix
Modified:
stable/7/etc/ (props changed)
stable/7/etc/defaults/rc.conf
Modified: stable/7/etc/defaults/rc.conf
==============================================================================
--- stable/7/etc/defaults/rc.conf Tue Mar 24 02:54:15 2009 (r190363)
+++ stable/7/etc/defaults/rc.conf Tue Mar 24 02:56:50 2009 (r190364)
@@ -239,8 +239,8 @@ inetd_flags="-wW -C 60" # Optional flag
# details.
#
named_enable="NO" # Run named, the DNS server (or NO).
-named_program="/usr/sbin/named" # path to named, if you want a different one.
-#named_flags="" # Flags for named
+named_program="/usr/sbin/named" # Path to named, if you want a different one.
+#named_flags="-c /etc/namedb/named.conf" # Uncomment for named not in /usr/sbin
named_pidfile="/var/run/named/pid" # Must set this in named.conf as well
named_uid="bind" # User to run named as
named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it)
More information about the svn-src-stable
mailing list