diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:35:42 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:35:42 +0000 |
commit | 6803b40e6a7c30c1027e48859619ddb9bec71c8d (patch) | |
tree | a2654c9a67eeccdc18c4e0cc2566d37c7b849c86 /net-analyzer/smokeping | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-6803b40e6a7c30c1027e48859619ddb9bec71c8d.tar.gz gentoo-2-6803b40e6a7c30c1027e48859619ddb9bec71c8d.tar.bz2 gentoo-2-6803b40e6a7c30c1027e48859619ddb9bec71c8d.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer/smokeping')
-rw-r--r-- | net-analyzer/smokeping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.0.9.ebuild | 22 |
2 files changed, 15 insertions, 12 deletions
diff --git a/net-analyzer/smokeping/ChangeLog b/net-analyzer/smokeping/ChangeLog index 0c45344d9bdc..4cdc65c675c5 100644 --- a/net-analyzer/smokeping/ChangeLog +++ b/net-analyzer/smokeping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/smokeping # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.7 2007/04/28 12:17:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.8 2007/05/01 22:35:42 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> smokeping-2.0.9.ebuild: + Replacing einfo with elog 28 Apr 2007; Torsten Veller <tove@gentoo.org> smokeping-2.0.9.ebuild: Use newinitd diff --git a/net-analyzer/smokeping/smokeping-2.0.9.ebuild b/net-analyzer/smokeping/smokeping-2.0.9.ebuild index d17176a89815..baadb797aed3 100644 --- a/net-analyzer/smokeping/smokeping-2.0.9.ebuild +++ b/net-analyzer/smokeping/smokeping-2.0.9.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-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.7 2007/04/28 12:17:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.8 2007/05/01 22:35:42 genone Exp $ inherit perl-module eutils @@ -89,16 +89,16 @@ src_install() { pkg_postinst() { chown smokeping:smokeping "${ROOT}/var/lib/${PN}" chmod 755 "${ROOT}/var/lib/${PN}" - einfo - einfo "Four more steps are needed to get ${PN} un&running:" - einfo "1) You need to edit /etc/${PN}" - einfo "2) You need to edit the template at /etc/${PN}.template" - einfo "3) You need to make the fping binary setuid root:" - einfo " # chmod 4755 /usr/sbin/fping" + elog + elog "Four more steps are needed to get ${PN} un&running:" + elog "1) You need to edit /etc/${PN}" + elog "2) You need to edit the template at /etc/${PN}.template" + elog "3) You need to make the fping binary setuid root:" + elog " # chmod 4755 /usr/sbin/fping" if use apache2 ; then - einfo "4) Make sure to add -D PERL to APACHE2_OPTS in /etc/conf.d/apache2" - einfo " and to restart apache2." + elog "4) Make sure to add -D PERL to APACHE2_OPTS in /etc/conf.d/apache2" + elog " and to restart apache2." fi - einfo "You can now start ${PN} with '/etc/init.d/${PN} start'." - einfo + elog "You can now start ${PN} with '/etc/init.d/${PN} start'." + elog } |