svn commit: r201368 - head/etc/defaults

Doug Barton dougb at FreeBSD.org
Fri Jan 1 19:09:40 UTC 2010


Author: dougb
Date: Fri Jan  1 19:09:40 2010
New Revision: 201368
URL: http://svn.freebsd.org/changeset/base/201368

Log:
  With the introduction of named_conf the -c example in named_flags
  is no longer necessary or desirable. Update the comment to indicate
  that _flags should be used for options other than -u and -c.

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Fri Jan  1 19:06:00 2010	(r201367)
+++ head/etc/defaults/rc.conf	Fri Jan  1 19:09:40 2010	(r201368)
@@ -267,7 +267,7 @@ inetd_flags="-wW -C 60"		# Optional flag
 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_conf="/etc/namedb/named.conf" 	# Path to the configuration file
-#named_flags="-c /etc/namedb/named.conf" # Uncomment for named not in /usr/sbin
+#named_flags=""			# Use this for flags OTHER than -u and -c
 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-head mailing list