Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2010 19:09:40 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201368 - head/etc/defaults
Message-ID:  <201001011909.o01J9eCm001094@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001011909.o01J9eCm001094>