summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-01 18:14:06 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-01 18:14:06 +0000
commit95f7757bdad01ec3bd87542f019198cc603f45ee (patch)
tree1661d09e449e603cf711da06a4549be44d9ebddf /net-analyzer/nagios-sap-ccms-plugin
parentRemove mask for rubygems (diff)
downloadhistorical-95f7757bdad01ec3bd87542f019198cc603f45ee.tar.gz
historical-95f7757bdad01ec3bd87542f019198cc603f45ee.tar.bz2
historical-95f7757bdad01ec3bd87542f019198cc603f45ee.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/nagios-sap-ccms-plugin')
-rw-r--r--net-analyzer/nagios-sap-ccms-plugin/ChangeLog8
-rw-r--r--net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild10
2 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/nagios-sap-ccms-plugin/ChangeLog b/net-analyzer/nagios-sap-ccms-plugin/ChangeLog
index 34e998f924de..167220d3d7e6 100644
--- a/net-analyzer/nagios-sap-ccms-plugin/ChangeLog
+++ b/net-analyzer/nagios-sap-ccms-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nagios-sap-ccms-plugin
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.1 2006/10/08 21:15:11 jokey Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.2 2007/05/01 18:03:10 genone Exp $
+
+ 01 May 2007; Marius Mauch <genone@gentoo.org>
+ nagios-sap-ccms-plugin-0.7.3.ebuild:
+ Replacing einfo with elog
*nagios-sap-ccms-plugin-0.7.3 (08 Oct 2006)
diff --git a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild
index ae338e4d4f3c..2a85e2415e45 100644
--- a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild
+++ b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild,v 1.1 2006/10/08 21:15:11 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild,v 1.2 2007/05/01 18:03:10 genone Exp $
MY_P="sap-ccms-plugin-${PV}"
@@ -43,7 +43,7 @@ src_install() {
}
pkg_postinst() {
- einfo "Have a look at /etc/sapmon for configuring ${PN}"
- einfo "Further information can be found at"
- einfo "http://nagios-sap-ccms.sourceforge.net/"
+ elog "Have a look at /etc/sapmon for configuring ${PN}"
+ elog "Further information can be found at"
+ elog "http://nagios-sap-ccms.sourceforge.net/"
}