diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-07-31 21:23:42 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-07-31 21:23:42 +0000 |
commit | 30805b503c246a181f9bdb9bcd70c9d2e048e439 (patch) | |
tree | c2329d160692bdb2018b1fb811349f687a417a78 /net-dns | |
parent | x86 stable wrt bug #330519 (diff) | |
download | gentoo-2-30805b503c246a181f9bdb9bcd70c9d2e048e439.tar.gz gentoo-2-30805b503c246a181f9bdb9bcd70c9d2e048e439.tar.bz2 gentoo-2-30805b503c246a181f9bdb9bcd70c9d2e048e439.zip |
Add ewarn to notify the user about the renamed named.ca, bug 330591.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.6.2_p2.ebuild | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.7.0_p2-r1.ebuild | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.7.1_p2.ebuild | 5 |
4 files changed, 17 insertions, 4 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 84e398c0a542..d65da7755a3e 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # 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.286 2010/07/25 18:57:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.287 2010/07/31 21:23:42 idl0r Exp $ + + 31 Jul 2010; Christian Ruppert <idl0r@gentoo.org> bind-9.6.2_p2.ebuild, + bind-9.7.0_p2-r1.ebuild, bind-9.7.1_p2.ebuild: + Add ewarn to notify the user about the renamed named.ca, bug 330591. 25 Jul 2010; Christian Ruppert <idl0r@gentoo.org> bind-9.6.2_p2.ebuild, bind-9.7.0_p2-r1.ebuild, bind-9.7.1_p2.ebuild, files/named.conf-r4: diff --git a/net-dns/bind/bind-9.6.2_p2.ebuild b/net-dns/bind/bind-9.6.2_p2.ebuild index 2e110bd28ad7..33d476ff0b55 100644 --- a/net-dns/bind/bind-9.6.2_p2.ebuild +++ b/net-dns/bind/bind-9.6.2_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.9 2010/07/25 18:57:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.10 2010/07/31 21:23:42 idl0r Exp $ EAPI="3" @@ -277,6 +277,9 @@ pkg_postinst() { fi ewarn + ewarn "NOTE: /var/bind/named.ca has been renamed to /var/bind/named.cache" + ewarn "you may need to fix your named.conf!" + ewarn ewarn "NOTE: If you upgrade from net-dns/bind-9.4.x, you may encounter permission problems" ewarn "To fix the permissions do:" ewarn "chown root:named /{etc,var}/bind /var/{run,log}/named /var/bind/{sec,pri}" diff --git a/net-dns/bind/bind-9.7.0_p2-r1.ebuild b/net-dns/bind/bind-9.7.0_p2-r1.ebuild index ac2ba61613ae..8e75e64c0e28 100644 --- a/net-dns/bind/bind-9.7.0_p2-r1.ebuild +++ b/net-dns/bind/bind-9.7.0_p2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.9 2010/07/25 18:57:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.10 2010/07/31 21:23:42 idl0r Exp $ EAPI="3" @@ -277,6 +277,9 @@ pkg_postinst() { fi ewarn + ewarn "NOTE: /var/bind/named.ca has been renamed to /var/bind/named.cache" + ewarn "you may need to fix your named.conf!" + ewarn ewarn "NOTE: If you upgrade from net-dns/bind-9.4.x, you may encounter permission problems" ewarn "To fix the permissions do:" ewarn "chown root:named /{etc,var}/bind /var/{run,log}/named /var/bind/{sec,pri}" diff --git a/net-dns/bind/bind-9.7.1_p2.ebuild b/net-dns/bind/bind-9.7.1_p2.ebuild index f87c423023ab..3c2e691e32f4 100644 --- a/net-dns/bind/bind-9.7.1_p2.ebuild +++ b/net-dns/bind/bind-9.7.1_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild,v 1.2 2010/07/25 18:57:41 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1_p2.ebuild,v 1.3 2010/07/31 21:23:42 idl0r Exp $ EAPI="3" @@ -278,6 +278,9 @@ pkg_postinst() { fi ewarn + ewarn "NOTE: /var/bind/named.ca has been renamed to /var/bind/named.cache" + ewarn "you may need to fix your named.conf!" + ewarn ewarn "NOTE: If you upgrade from net-dns/bind-9.4.x, you may encounter permission problems" ewarn "To fix the permissions do:" ewarn "chown root:named /{etc,var}/bind /var/{run,log}/named /var/bind/{sec,pri}" |