diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-04-13 12:15:38 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-04-13 12:15:38 +0000 |
commit | b08cc37f09563ddaa1cb4f80c26a37db704e089a (patch) | |
tree | 0e044dd5521f56f79f9ae31545cb2670d25f0c3a /net-dns | |
parent | forgot these two in the patch cleanouts (diff) | |
download | gentoo-2-b08cc37f09563ddaa1cb4f80c26a37db704e089a.tar.gz gentoo-2-b08cc37f09563ddaa1cb4f80c26a37db704e089a.tar.bz2 gentoo-2-b08cc37f09563ddaa1cb4f80c26a37db704e089a.zip |
mx warn note, closing bug #88888
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.5-r1.ebuild | 8 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.5.ebuild | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index b3303399f3a2..42f812076b96 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/bind # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.67 2005/04/12 11:01:19 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.68 2005/04/13 12:15:38 voxus Exp $ + + 13 Apr 2005; Konstantin Arkhipov <voxus@gentoo.org> bind-9.2.5.ebuild, + bind-9.2.5-r1.ebuild: + Added warning note about MX's priority argument, closing bug #88888. *bind-9.2.5-r1 (12 Apr 2005) diff --git a/net-dns/bind/bind-9.2.5-r1.ebuild b/net-dns/bind/bind-9.2.5-r1.ebuild index d52b92e65ab0..89c1ed998de1 100644 --- a/net-dns/bind/bind-9.2.5-r1.ebuild +++ b/net-dns/bind/bind-9.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r1.ebuild,v 1.1 2005/04/12 11:01:19 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r1.ebuild,v 1.2 2005/04/13 12:15:38 voxus Exp $ inherit eutils gnuconfig libtool @@ -195,6 +195,12 @@ pkg_postinst() { ewarn "using the MySQL driver." echo fi + + echo + ewarn "BIND >=9.2.5 makes the priority argument to MX records mandatory" + ewarn "when it was previously optional. If the priority is missing, BIND" + ewarn "won't load the zone file at all." + echo } pkg_config() { diff --git a/net-dns/bind/bind-9.2.5.ebuild b/net-dns/bind/bind-9.2.5.ebuild index 78ee880b6df5..89d76067f323 100644 --- a/net-dns/bind/bind-9.2.5.ebuild +++ b/net-dns/bind/bind-9.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5.ebuild,v 1.9 2005/04/10 18:12:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5.ebuild,v 1.10 2005/04/13 12:15:38 voxus Exp $ inherit eutils gnuconfig libtool @@ -183,6 +183,11 @@ pkg_postinst() { echo einfo " zone "com" IN { type delegation-only; };" einfo " zone "net" IN { type delegation-only; };" + echo + ewarn "BIND >=9.2.5 makes the priority argument to MX records mandatory" + ewarn "when it was previously optional. If the priority is missing, BIND" + ewarn "won't load the zone file at all." + echo } pkg_config() { |