diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2010-01-15 03:04:43 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2010-01-15 03:04:43 +0000 |
| commit | bda5bb9d4d6ce9f64fd0ec39fe6d49c8c4c08ec9 (patch) | |
| tree | 3612579c93463ea6a3dd3724e2d13ba33a121cdc /etc | |
| parent | 06ee3ef09d49abde9db9a6ff9c6c6e6c03def192 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index dd5c0b35bed3..6e7c37d8c68a 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) |
