diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-13 12:37:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-13 12:37:23 +0000 |
commit | 508feafb0669969f195105f26b2f47d6fc3d8252 (patch) | |
tree | 520326df7e42e123a26da1e685a14dac522ef336 /net-dns/bind | |
parent | 0.6.21 version bump. (diff) | |
download | gentoo-2-508feafb0669969f195105f26b2f47d6fc3d8252.tar.gz gentoo-2-508feafb0669969f195105f26b2f47d6fc3d8252.tar.bz2 gentoo-2-508feafb0669969f195105f26b2f47d6fc3d8252.zip |
Update the annoying elog messages to einfo. Remove obsolete ewarn.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.6.1_p1-r1.ebuild | 58 |
2 files changed, 31 insertions, 33 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index db73efb119ec..77794f05b673 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/bind # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.247 2009/11/12 08:37:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.248 2009/11/13 12:37:23 scarabeus Exp $ + + 13 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> + bind-9.6.1_p1-r1.ebuild: + Update the annoying elog messages to einfo. Remove obsolete ewarn. *bind-9.6.1_p1-r1 (12 Nov 2009) diff --git a/net-dns/bind/bind-9.6.1_p1-r1.ebuild b/net-dns/bind/bind-9.6.1_p1-r1.ebuild index f85159319c66..ddeaa44edc2d 100644 --- a/net-dns/bind/bind-9.6.1_p1-r1.ebuild +++ b/net-dns/bind/bind-9.6.1_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p1-r1.ebuild,v 1.1 2009/11/12 08:37:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.1_p1-r1.ebuild,v 1.2 2009/11/13 12:37:23 scarabeus Exp $ EAPI="2" @@ -226,37 +226,31 @@ pkg_postinst() { "${ROOT}"/var/bind/{pri,sec} "${ROOT}"/var/log/named chown -R named:named "${ROOT}"/var/bind - elog "The default zone files are now installed as *.zone," - elog "be careful merging config files if you have modified" - elog "/var/bind/pri/127 or /var/bind/pri/localhost" - elog - elog "You can edit /etc/conf.d/named to customize named settings" - elog - elog "The BIND ebuild now includes chroot support." - elog "If you like to run bind in chroot AND this is a new install OR" - elog "your bind doesn't already run in chroot, simply run:" - elog "\`emerge --config '=${CATEGORY}/${PF}'\`" - elog "Before running the above command you might want to change the chroot" - elog "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used." - elog - elog "Recently verisign added a wildcard A record to the .COM and .NET TLD" - elog "zones making all .com and .net domains appear to be registered" - elog "This causes many problems such as breaking important anti-spam checks" - elog "which verify source domains exist. ISC released a patch for BIND which" - elog "adds 'delegation-only' zones to allow admins to return the .com and .net" - elog "domain resolution to their normal function." - elog - elog "There is no need to create a com or net data file. Just the" - elog "entries to the named.conf file is enough." - elog - elog " zone "com" IN { type delegation-only; };" - elog " zone "net" IN { type delegation-only; };" - - ewarn - 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." - ewarn + einfo "The default zone files are now installed as *.zone," + einfo "be careful merging config files if you have modified" + einfo "/var/bind/pri/127 or /var/bind/pri/localhost" + einfo + einfo "You can edit /etc/conf.d/named to customize named settings" + einfo + 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 "\`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." + einfo + einfo "Recently verisign added a wildcard A record to the .COM and .NET TLD" + einfo "zones making all .com and .net domains appear to be registered" + einfo "This causes many problems such as breaking important anti-spam checks" + einfo "which verify source domains exist. ISC released a patch for BIND which" + einfo "adds 'delegation-only' zones to allow admins to return the .com and .net" + einfo "domain resolution to their normal function." + einfo + einfo "There is no need to create a com or net data file. Just the" + einfo "entries to the named.conf file is enough." + einfo + einfo " zone "com" IN { type delegation-only; };" + einfo " zone "net" IN { type delegation-only; };" ewarn "NOTE: as of 'bind-9.6.1' the chroot part of the init-script got some major changes." } |