summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-06-05 09:38:09 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-06-05 09:38:09 +0000
commit4a5f0b3e4b4e18278ecca52a1acdcf07fa867645 (patch)
treee9c1085b4b8cdf5256ff2cf98735c69398963621 /net-dns/bind/files
parentVersion bump (diff)
downloadgentoo-2-4a5f0b3e4b4e18278ecca52a1acdcf07fa867645.tar.gz
gentoo-2-4a5f0b3e4b4e18278ecca52a1acdcf07fa867645.tar.bz2
gentoo-2-4a5f0b3e4b4e18278ecca52a1acdcf07fa867645.zip
Rephrase the chroot part of pkg_postinst and /etc/conf.d/named as suggested in bug 321457, thanks to Duncan <1i5t5.duncan@cox.net>.
(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-r39
1 files changed, 5 insertions, 4 deletions
diff --git a/net-dns/bind/files/named.confd-r3 b/net-dns/bind/files/named.confd-r3
index 3d1694b516ee..959514fd97f5 100644
--- a/net-dns/bind/files/named.confd-r3
+++ b/net-dns/bind/files/named.confd-r3
@@ -9,10 +9,11 @@ OPTIONS=""
# RNDC needs to be told what server we're using sometimes.
#SERVER="-s 127.0.0.1"
-# If you wish to run bind in a chroot, run:
-# emerge --config =<bind-version>
-# and un-comment the following line.
-# You can specify a different chroot directory but MAKE SURE it's empty.
+# 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.
+# 2) run: emerge --config =<bind-version>
+#
# CHROOT="/chroot/dns"
# Default pid file location