summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-01-01 19:09:40 +0000
committerdougb <dougb@FreeBSD.org>2010-01-01 19:09:40 +0000
commite9350373ddb50b84b0f844689f5036cd04568fc7 (patch)
tree0d653dee4c2ddb6ebc0e2724c1b513140daa8da2 /etc
parent0adb842fc2519e63c6496bc7df1fccdcc9166f07 (diff)
downloadFreeBSD-src-e9350373ddb50b84b0f844689f5036cd04568fc7.zip
FreeBSD-src-e9350373ddb50b84b0f844689f5036cd04568fc7.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index fa7f46a..b061d38 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -267,7 +267,7 @@ inetd_flags="-wW -C 60" # Optional flags to inetd
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)
OpenPOWER on IntegriCloud