summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 10:00:48 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 10:00:48 +0000
commitba93797b7cef4fe9521e67e76b0136db162798f5 (patch)
treee82f978883f3ff01832c394ec2fb67f0df3a0b5c /net-firewall/psad
parentReplacing einfo with elog (diff)
downloadgentoo-2-ba93797b7cef4fe9521e67e76b0136db162798f5.tar.gz
gentoo-2-ba93797b7cef4fe9521e67e76b0136db162798f5.tar.bz2
gentoo-2-ba93797b7cef4fe9521e67e76b0136db162798f5.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-firewall/psad')
-rw-r--r--net-firewall/psad/ChangeLog6
-rw-r--r--net-firewall/psad/psad-1.4.8.ebuild22
-rw-r--r--net-firewall/psad/psad-2.0.6.ebuild22
3 files changed, 27 insertions, 23 deletions
diff --git a/net-firewall/psad/ChangeLog b/net-firewall/psad/ChangeLog
index be7e2567f479..4d4681604bcb 100644
--- a/net-firewall/psad/ChangeLog
+++ b/net-firewall/psad/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/psad
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.42 2007/04/28 17:39:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/ChangeLog,v 1.43 2007/05/06 10:00:48 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> psad-1.4.8.ebuild,
+ psad-2.0.6.ebuild:
+ Replacing einfo with elog
28 Apr 2007; Sven Wegener <swegener@gentoo.org> psad-1.4.8.ebuild,
psad-2.0.6.ebuild:
diff --git a/net-firewall/psad/psad-1.4.8.ebuild b/net-firewall/psad/psad-1.4.8.ebuild
index 0b7c6b800ee1..a9b900b3f576 100644
--- a/net-firewall/psad/psad-1.4.8.ebuild
+++ b/net-firewall/psad/psad-1.4.8.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-firewall/psad/psad-1.4.8.ebuild,v 1.9 2007/04/28 17:39:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.4.8.ebuild,v 1.10 2007/05/06 10:00:48 genone Exp $
inherit eutils perl-app
@@ -102,25 +102,25 @@ pkg_postinst() {
fi
echo
- einfo "Please be sure to edit /etc/psad/psad.conf to reflect your system's"
- einfo "configuration or it may not work correctly or start up. Specifically, check"
- einfo "the validity of the HOSTNAME setting and replace the EMAIL_ADDRESSES and"
- einfo "HOME_NET settings at the least."
- echo
+ elog "Please be sure to edit /etc/psad/psad.conf to reflect your system's"
+ elog "configuration or it may not work correctly or start up. Specifically, check"
+ elog "the validity of the HOSTNAME setting and replace the EMAIL_ADDRESSES and"
+ elog "HOME_NET settings at the least."
+ elog
if has_version ">=app-admin/syslog-ng-0.0.0"
then
ewarn "You appear to have installed syslog-ng. If you are using syslog-ng as your"
ewarn "default system logger, please change the SYSLOG_DAEMON entry in"
ewarn "/etc/psad/psad.conf to the following (per examples in psad.conf):"
ewarn " SYSLOG_DAEMON syslog-ng;"
- echo
+ ewarn
fi
if has_version ">=app-admin/sysklogd-0.0.0"
then
- einfo "You have sysklogd installed. If this is your default system logger, no"
- einfo "special configuration is needed. If it is not, please set SYSLOG_DAEMON"
- einfo "in /etc/psad/psad.conf accordingly."
- echo
+ elog "You have sysklogd installed. If this is your default system logger, no"
+ elog "special configuration is needed. If it is not, please set SYSLOG_DAEMON"
+ elog "in /etc/psad/psad.conf accordingly."
+ elog
fi
if has_version ">=app-admin/metalog-0.0"
then
diff --git a/net-firewall/psad/psad-2.0.6.ebuild b/net-firewall/psad/psad-2.0.6.ebuild
index bed1381e086a..c2ff237b6a9a 100644
--- a/net-firewall/psad/psad-2.0.6.ebuild
+++ b/net-firewall/psad/psad-2.0.6.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-firewall/psad/psad-2.0.6.ebuild,v 1.3 2007/04/28 17:39:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-2.0.6.ebuild,v 1.4 2007/05/06 10:00:48 genone Exp $
inherit eutils perl-app
@@ -96,25 +96,25 @@ pkg_postinst() {
fi
echo
- einfo "Please be sure to edit /etc/psad/psad.conf to reflect your system's"
- einfo "configuration or it may not work correctly or start up. Specifically, check"
- einfo "the validity of the HOSTNAME setting and replace the EMAIL_ADDRESSES and"
- einfo "HOME_NET settings at the least."
- echo
+ elog "Please be sure to edit /etc/psad/psad.conf to reflect your system's"
+ elog "configuration or it may not work correctly or start up. Specifically, check"
+ elog "the validity of the HOSTNAME setting and replace the EMAIL_ADDRESSES and"
+ elog "HOME_NET settings at the least."
+ elog
if has_version ">=app-admin/syslog-ng-0.0.0"
then
ewarn "You appear to have installed syslog-ng. If you are using syslog-ng as your"
ewarn "default system logger, please change the SYSLOG_DAEMON entry in"
ewarn "/etc/psad/psad.conf to the following (per examples in psad.conf):"
ewarn " SYSLOG_DAEMON syslog-ng;"
- echo
+ ewarn
fi
if has_version ">=app-admin/sysklogd-0.0.0"
then
- einfo "You have sysklogd installed. If this is your default system logger, no"
- einfo "special configuration is needed. If it is not, please set SYSLOG_DAEMON"
- einfo "in /etc/psad/psad.conf accordingly."
- echo
+ elog "You have sysklogd installed. If this is your default system logger, no"
+ elog "special configuration is needed. If it is not, please set SYSLOG_DAEMON"
+ elog "in /etc/psad/psad.conf accordingly."
+ elog
fi
if has_version ">=app-admin/metalog-0.0"
then