diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:50:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-01 22:50:32 +0000 |
commit | cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d (patch) | |
tree | 417866f4a01ea98014686ec49755fd537e6c453b /net-analyzer/sguil-sensor | |
parent | Fix DEPEND. (diff) | |
download | historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.gz historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.tar.bz2 historical-cbeb3ee57761c4e529daf13bfc25ce3a635a6a9d.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-analyzer/sguil-sensor')
-rw-r--r-- | net-analyzer/sguil-sensor/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild | 26 | ||||
-rw-r--r-- | net-analyzer/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild | 26 | ||||
-rw-r--r-- | net-analyzer/sguil-sensor/sguil-sensor-0.6.1.ebuild | 26 |
4 files changed, 45 insertions, 40 deletions
diff --git a/net-analyzer/sguil-sensor/ChangeLog b/net-analyzer/sguil-sensor/ChangeLog index d25f56977f99..a2d055798b96 100644 --- a/net-analyzer/sguil-sensor/ChangeLog +++ b/net-analyzer/sguil-sensor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/sguil-sensor # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/ChangeLog,v 1.11 2007/02/20 00:30:09 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/ChangeLog,v 1.12 2007/05/01 22:33:00 genone Exp $ + + 01 May 2007; Marius Mauch <genone@gentoo.org> + sguil-sensor-0.5.3-r2.ebuild, sguil-sensor-0.6.0_p1.ebuild, + sguil-sensor-0.6.1.ebuild: + Replacing einfo with elog 20 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/net-analyzer/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild index 7433b8228d5d..18628b9acb5d 100644 --- a/net-analyzer/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild +++ b/net-analyzer/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild,v 1.2 2005/10/13 15:20:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.5.3-r2.ebuild,v 1.3 2007/05/01 22:33:00 genone Exp $ inherit eutils @@ -77,16 +77,16 @@ src_install() { } pkg_postinst() { - einfo - einfo "You should check /etc/sguil/sensor_agent.conf and" - einfo "/etc/init.d/logpackets and ensure that they are accurate" - einfo "for your environment. They should work providing that you" - einfo "are running the sensor on the same machine as the server." - einfo "This ebuild assumes that you are running a single sensor" - einfo "environment, if this is not the case then you must make sure" - einfo "to modify /etc/sguil/sensor_agent.conf and change the HOSTNAME variable." - einfo "You should crontab the /etc/init.d/log_packets script to restart" - einfo "each hour." - einfo + elog + elog "You should check /etc/sguil/sensor_agent.conf and" + elog "/etc/init.d/logpackets and ensure that they are accurate" + elog "for your environment. They should work providing that you" + elog "are running the sensor on the same machine as the server." + elog "This ebuild assumes that you are running a single sensor" + elog "environment, if this is not the case then you must make sure" + elog "to modify /etc/sguil/sensor_agent.conf and change the HOSTNAME variable." + elog "You should crontab the /etc/init.d/log_packets script to restart" + elog "each hour." + elog } diff --git a/net-analyzer/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild index bee85e263319..83bc6c9be5c0 100644 --- a/net-analyzer/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild +++ b/net-analyzer/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 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/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild,v 1.1 2005/12/24 23:24:32 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.6.0_p1.ebuild,v 1.2 2007/05/01 22:33:00 genone Exp $ inherit eutils @@ -78,16 +78,16 @@ src_install() { } pkg_postinst() { - einfo - einfo "You should check /etc/sguil/sensor_agent.conf and" - einfo "/etc/init.d/logpackets and ensure that they are accurate" - einfo "for your environment. They should work providing that you" - einfo "are running the sensor on the same machine as the server." - einfo "This ebuild assumes that you are running a single sensor" - einfo "environment, if this is not the case then you must make sure" - einfo "to modify /etc/sguil/sensor_agent.conf and change the HOSTNAME variable." - einfo "You should crontab the /etc/init.d/log_packets script to restart" - einfo "each hour." - einfo + elog + elog "You should check /etc/sguil/sensor_agent.conf and" + elog "/etc/init.d/logpackets and ensure that they are accurate" + elog "for your environment. They should work providing that you" + elog "are running the sensor on the same machine as the server." + elog "This ebuild assumes that you are running a single sensor" + elog "environment, if this is not the case then you must make sure" + elog "to modify /etc/sguil/sensor_agent.conf and change the HOSTNAME variable." + elog "You should crontab the /etc/init.d/log_packets script to restart" + elog "each hour." + elog } diff --git a/net-analyzer/sguil-sensor/sguil-sensor-0.6.1.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-0.6.1.ebuild index cc0edcf4f437..5a86f1950dfc 100644 --- a/net-analyzer/sguil-sensor/sguil-sensor-0.6.1.ebuild +++ b/net-analyzer/sguil-sensor/sguil-sensor-0.6.1.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/sguil-sensor/sguil-sensor-0.6.1.ebuild,v 1.1 2006/03/01 14:12:17 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.6.1.ebuild,v 1.2 2007/05/01 22:33:00 genone Exp $ inherit eutils @@ -78,16 +78,16 @@ src_install() { } pkg_postinst() { - einfo - einfo "You should check /etc/sguil/sensor_agent.conf and" - einfo "/etc/init.d/logpackets and ensure that they are accurate" - einfo "for your environment. They should work providing that you" - einfo "are running the sensor on the same machine as the server." - einfo "This ebuild assumes that you are running a single sensor" - einfo "environment, if this is not the case then you must make sure" - einfo "to modify /etc/sguil/sensor_agent.conf and change the HOSTNAME variable." - einfo "You should crontab the /etc/init.d/log_packets script to restart" - einfo "each hour." - einfo + elog + elog "You should check /etc/sguil/sensor_agent.conf and" + elog "/etc/init.d/logpackets and ensure that they are accurate" + elog "for your environment. They should work providing that you" + elog "are running the sensor on the same machine as the server." + elog "This ebuild assumes that you are running a single sensor" + elog "environment, if this is not the case then you must make sure" + elog "to modify /etc/sguil/sensor_agent.conf and change the HOSTNAME variable." + elog "You should crontab the /etc/init.d/log_packets script to restart" + elog "each hour." + elog } |