diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:18:17 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 09:18:17 +0000 |
commit | 1f45c32a2bdc7be06e23453384b3ce0360c65efd (patch) | |
tree | d38eee9aafe8d5941905d19f0623305e8f6ad184 /net-dns/pdnsd | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-1f45c32a2bdc7be06e23453384b3ce0360c65efd.tar.gz gentoo-2-1f45c32a2bdc7be06e23453384b3ce0360c65efd.tar.bz2 gentoo-2-1f45c32a2bdc7be06e23453384b3ce0360c65efd.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild | 16 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild | 16 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.2.5.ebuild | 16 |
4 files changed, 29 insertions, 25 deletions
diff --git a/net-dns/pdnsd/ChangeLog b/net-dns/pdnsd/ChangeLog index a2cc871d8e82..c6ddce6e1c05 100644 --- a/net-dns/pdnsd/ChangeLog +++ b/net-dns/pdnsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/pdnsd # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.70 2007/04/22 18:17:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.71 2007/05/06 09:18:17 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> pdnsd-1.2.4-r1.ebuild, + pdnsd-1.2.4-r3.ebuild, pdnsd-1.2.5.ebuild: + Replacing einfo with elog 22 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> pdnsd-1.2.5.ebuild: ppc stable, bug #174559 diff --git a/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild b/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild index 04dd5f0b88e5..2961f4a31e2e 100644 --- a/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild,v 1.6 2007/03/10 14:03:48 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.4-r1.ebuild,v 1.7 2007/05/06 09:18:17 genone Exp $ inherit eutils @@ -111,11 +111,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "Add pdnsd to your default runlevel - rc-update add pdnsd default" - einfo "" - einfo "Add pdnsd-online to your online runlevel." - einfo "The online interface will be listed in /etc/conf.d/pdnsd-online" - einfo "" - einfo "Sample config file in /etc/pdnsd/pdnsd.conf.sample" + elog + elog "Add pdnsd to your default runlevel - rc-update add pdnsd default" + elog "" + elog "Add pdnsd-online to your online runlevel." + elog "The online interface will be listed in /etc/conf.d/pdnsd-online" + elog "" + elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample" } diff --git a/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild b/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild index ae3a73e2e980..7dc3f361d249 100644 --- a/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild,v 1.6 2007/03/10 14:03:48 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.4-r3.ebuild,v 1.7 2007/05/06 09:18:17 genone Exp $ inherit eutils @@ -115,11 +115,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "Add pdnsd to your default runlevel - rc-update add pdnsd default" - einfo "" - einfo "Add pdnsd-online to your online runlevel." - einfo "The online interface will be listed in /etc/conf.d/pdnsd-online" - einfo "" - einfo "Sample config file in /etc/pdnsd/pdnsd.conf.sample" + elog + elog "Add pdnsd to your default runlevel - rc-update add pdnsd default" + elog "" + elog "Add pdnsd-online to your online runlevel." + elog "The online interface will be listed in /etc/conf.d/pdnsd-online" + elog "" + elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample" } diff --git a/net-dns/pdnsd/pdnsd-1.2.5.ebuild b/net-dns/pdnsd/pdnsd-1.2.5.ebuild index acfa2a52f09a..b6f863659a54 100644 --- a/net-dns/pdnsd/pdnsd-1.2.5.ebuild +++ b/net-dns/pdnsd/pdnsd-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.5.ebuild,v 1.8 2007/04/22 18:17:57 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.2.5.ebuild,v 1.9 2007/05/06 09:18:17 genone Exp $ inherit eutils @@ -108,11 +108,11 @@ pkg_preinst() { } pkg_postinst() { - einfo - einfo "Add pdnsd to your default runlevel - rc-update add pdnsd default" - einfo "" - einfo "Add pdnsd-online to your online runlevel." - einfo "The online interface will be listed in /etc/conf.d/pdnsd-online" - einfo "" - einfo "Sample config file in /etc/pdnsd/pdnsd.conf.sample" + elog + elog "Add pdnsd to your default runlevel - rc-update add pdnsd default" + elog "" + elog "Add pdnsd-online to your online runlevel." + elog "The online interface will be listed in /etc/conf.d/pdnsd-online" + elog "" + elog "Sample config file in /etc/pdnsd/pdnsd.conf.sample" } |