diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:37:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:37:22 +0000 |
commit | 2923b49e6e985c4b4f0b1813f2123b077e46f83a (patch) | |
tree | bfb1610fe6195e06a2f540a150ee19d99f607641 /net-analyzer/cacti-cactid | |
parent | #95599: fixed stripping problem (diff) | |
download | gentoo-2-2923b49e6e985c4b4f0b1813f2123b077e46f83a.tar.gz gentoo-2-2923b49e6e985c4b4f0b1813f2123b077e46f83a.tar.bz2 gentoo-2-2923b49e6e985c4b4f0b1813f2123b077e46f83a.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/cacti-cactid')
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild index 0451cb561c6f..050f7ced7433 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.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-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild,v 1.3 2005/05/28 16:33:08 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6c.ebuild,v 1.4 2005/07/09 18:35:31 swegener Exp $ DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast as possible" @@ -43,6 +43,6 @@ 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 einfo "http://cacti.net/cactid_install.php" } diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild index 86183020bee2..07c15128eff1 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-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-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild,v 1.5 2005/05/28 16:33:08 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6d-r1.ebuild,v 1.6 2005/07/09 18:35:31 swegener Exp $ DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast as possible" @@ -43,6 +43,6 @@ 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 einfo "http://cacti.net/cactid_install.php" } |