From bda5bb9d4d6ce9f64fd0ec39fe6d49c8c4c08ec9 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 15 Jan 2010 03:04:43 +0000 Subject: [PATCH] MFC r201368: Update named_flags comment regarding not using it for -u and -c --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index dd5c0b35bed..6e7c37d8c68 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -252,7 +252,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)