diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-07-20 16:59:07 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-07-20 16:59:07 +0000 |
commit | 2bbc21484fa266dcac38044d76d803122df0a11d (patch) | |
tree | 29718d1610039052ebe9b005e25acffaee8c6a4c /net-dns/bind/files | |
parent | Clean out all the old cruft (diff) | |
download | gentoo-2-2bbc21484fa266dcac38044d76d803122df0a11d.tar.gz gentoo-2-2bbc21484fa266dcac38044d76d803122df0a11d.tar.bz2 gentoo-2-2bbc21484fa266dcac38044d76d803122df0a11d.zip |
Fix a typo in conf.d/named, bug 329111.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/bind/files')
-rw-r--r-- | net-dns/bind/files/named.confd-r3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/bind/files/named.confd-r3 b/net-dns/bind/files/named.confd-r3 index 0990cb721e0e..aa295b33fa8c 100644 --- a/net-dns/bind/files/named.confd-r3 +++ b/net-dns/bind/files/named.confd-r3 @@ -6,11 +6,6 @@ OPTIONS="" # Leave this unchanged if you want bind to automatically detect the number #CPU="1" -# RNDC needs to be told what server we're using sometimes. -#SERVER="-s 127.0.0.1" -# rndc key to use -RNDC_KEY="${CHROOT}/etc/bind/rndc.key" - # If you wish to run bind in a chroot: # 1) un-comment the CHROOT= assignment, below. You may use # a different chroot directory but MAKE SURE it's empty. @@ -18,6 +13,11 @@ RNDC_KEY="${CHROOT}/etc/bind/rndc.key" # # CHROOT="/chroot/dns" +# RNDC needs to be told what server we're using sometimes. +#SERVER="-s 127.0.0.1" +# rndc key to use +RNDC_KEY="${CHROOT}/etc/bind/rndc.key" + # Default pid file location PIDFILE="${CHROOT}/var/run/named/named.pid" |