diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:45:16 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 17:45:16 +0000 |
commit | 687188d9a529a42d6acf913e2d216db698299920 (patch) | |
tree | aabf0c93ebab1167b77e5171522502e9cb5f38dc /net-analyzer | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-687188d9a529a42d6acf913e2d216db698299920.tar.gz gentoo-2-687188d9a529a42d6acf913e2d216db698299920.tar.bz2 gentoo-2-687188d9a529a42d6acf913e2d216db698299920.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti-cactid/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild | 12 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild | 12 |
3 files changed, 17 insertions, 13 deletions
diff --git a/net-analyzer/cacti-cactid/ChangeLog b/net-analyzer/cacti-cactid/ChangeLog index 5b380ea2c6d8..1e55fc80d8c6 100644 --- a/net-analyzer/cacti-cactid/ChangeLog +++ b/net-analyzer/cacti-cactid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/cacti-cactid # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.32 2007/04/18 20:42:05 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/ChangeLog,v 1.33 2007/05/01 17:45:16 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> cacti-cactid-0.8.6g.ebuild, + cacti-cactid-0.8.6i-r1.ebuild: + Replacing einfo with elog 18 Apr 2007; Matti Bickel <mabi@gentoo.org> cacti-cactid-0.8.6i-r1.ebuild: ppc stable (bug #172378) diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild index a713863e06dd..d23451b51d40 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.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/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.8 2007/03/10 14:16:34 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6g.ebuild,v 1.9 2007/05/01 17:45:16 genone Exp $ WANT_AUTOCONF="latest" inherit autotools @@ -44,9 +44,9 @@ src_install() { } pkg_postinst() { - einfo "Please see cacti's site for installation instructions." - einfo "Theres no need to change the crontab for this, just" - einfo "read the instructions on how to implement it" - einfo - einfo "http://cacti.net/cactid_install.php" + elog "Please see cacti's site for installation instructions." + elog "Theres no need to change the crontab for this, just" + elog "read the instructions on how to implement it" + elog + elog "http://cacti.net/cactid_install.php" } diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild index 6257bee522e9..bee5cd26c5f9 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-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-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild,v 1.5 2007/04/18 20:42:05 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6i-r1.ebuild,v 1.6 2007/05/01 17:45:16 genone Exp $ WANT_AUTOCONF="latest" inherit autotools @@ -42,11 +42,11 @@ src_install() { } pkg_postinst() { - einfo "Please see cacti's site for installation instructions." - einfo "Theres no need to change the crontab for this, just" - einfo "read the instructions on how to implement it" - einfo - einfo "http://cacti.net/cactid_install.php" + elog "Please see cacti's site for installation instructions." + elog "Theres no need to change the crontab for this, just" + elog "read the instructions on how to implement it" + elog + elog "http://cacti.net/cactid_install.php" echo ewarn "/etc/cactid.conf should be readable by webserver, thus after you" ewarn "decide on webserver/webserver group do not forgive to change it's" |