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 | |
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')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/files/named.confd-r3 | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index ad3267b8cd0d..3ebd3bbba888 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.284 2010/07/15 20:27:20 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.285 2010/07/20 16:59:06 idl0r Exp $ + + 20 Jul 2010; Christian Ruppert <idl0r@gentoo.org> files/named.confd-r3: + Fix a typo in conf.d/named, bug 329111. *bind-9.7.1_p2 (15 Jul 2010) 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" |