diff options
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 485294f27d78..ce639e5d3fed 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/bind # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.113 2006/07/04 20:14:40 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.114 2006/07/28 15:14:07 voxus Exp $ + + 28 Jul 2006; Konstantin Arkhipov <voxus@gentoo.org> bind-9.2.6.ebuild, + bind-9.2.6-r2.ebuild: + Corrected postinst's info, wrt bug #140371. 04 Jul 2006; Konstantin Arkhipov <voxus@gentoo.org> +bind-9.2.6-r2.ebuild, -bind-9.2.6-r1.ebuild, +bind-9.3.2-r2.ebuild, -bind-9.3.2-r1.ebuild: diff --git a/net-dns/bind/bind-9.2.6-r2.ebuild b/net-dns/bind/bind-9.2.6-r2.ebuild index 4777be15f858..3c1aba004834 100644 --- a/net-dns/bind/bind-9.2.6-r2.ebuild +++ b/net-dns/bind/bind-9.2.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r2.ebuild,v 1.1 2006/07/04 20:14:40 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6-r2.ebuild,v 1.2 2006/07/28 15:14:07 voxus Exp $ inherit eutils libtool autotools @@ -226,7 +226,7 @@ pkg_postinst() { einfo "The BIND ebuild now includes chroot support." einfo "If you like to run bind in chroot AND this is a new install OR" einfo "your bind doesn't already run in chroot, simply run:" - einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`" + einfo "\`emerge --config =${CATEGORY}/${PF}\`" einfo "Before running the above command you might want to change the chroot" einfo "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used." echo diff --git a/net-dns/bind/bind-9.2.6.ebuild b/net-dns/bind/bind-9.2.6.ebuild index 8d4ecd337023..f298b9ccebc5 100644 --- a/net-dns/bind/bind-9.2.6.ebuild +++ b/net-dns/bind/bind-9.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6.ebuild,v 1.12 2006/05/15 13:09:05 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.6.ebuild,v 1.13 2006/07/28 15:14:07 voxus Exp $ inherit eutils libtool @@ -225,7 +225,7 @@ pkg_postinst() { einfo "The BIND ebuild now includes chroot support." einfo "If you like to run bind in chroot AND this is a new install OR" einfo "your bind doesn't already run in chroot, simply run:" - einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`" + einfo "\`emerge --config =${CATEGORY}/${PF}\`" einfo "Before running the above command you might want to change the chroot" einfo "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used." echo |