diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:26:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:26:27 +0000 |
commit | b489131ba3c26bc14916d4dbaa15e9df257890cf (patch) | |
tree | 51890b3f0227cec9cb06dca9fc7bfb3750c8dba2 /net-analyzer/nagios-plugins | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.tar.gz gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.tar.bz2 gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild index 434333e8ec24..9d88e629f003 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-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/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild,v 1.18 2005/05/04 15:14:00 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild,v 1.19 2005/07/09 18:26:27 swegener Exp $ inherit eutils @@ -81,6 +81,6 @@ pkg_postinst() { einfo "This ebuild has a number of USE flags which determines what nagios is able to monitor." einfo "Depending on what you want to monitor with nagios, some or all of these USE" einfo "flags need to be set for nagios to function correctly." - echo "" + echo einfo "contrib plugins are installed into /usr/nagios/libexec/contrib" } diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild index 7d5ad16fcf94..47645136dfb8 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.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/nagios-plugins/nagios-plugins-1.4.ebuild,v 1.6 2005/05/04 15:14:00 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.ebuild,v 1.7 2005/07/09 18:26:27 swegener Exp $ inherit eutils @@ -98,7 +98,7 @@ pkg_postinst() { einfo "This ebuild has a number of USE flags which determines what nagios isable to monitor." einfo "Depending on what you want to monitor with nagios, some or all of these USE" einfo "flags need to be set for nagios to function correctly." - echo "" + echo einfo "contrib plugins are installed into /usr/nagios/libexec/contrib" } |