diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:32:04 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:32:04 +0000 |
commit | 98120087f5422c28fe5d4194b18d0dafb91cf1fe (patch) | |
tree | 51dfc4221b9ebadd66af9b2c6aeda33271e0e9ee /app-admin/logsentry/logsentry-1.1.1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-98120087f5422c28fe5d4194b18d0dafb91cf1fe.tar.gz gentoo-2-98120087f5422c28fe5d4194b18d0dafb91cf1fe.tar.bz2 gentoo-2-98120087f5422c28fe5d4194b18d0dafb91cf1fe.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/logsentry/logsentry-1.1.1.ebuild')
-rw-r--r-- | app-admin/logsentry/logsentry-1.1.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/logsentry/logsentry-1.1.1.ebuild b/app-admin/logsentry/logsentry-1.1.1.ebuild index 8b86639fd9b4..6b4a6fa1ea28 100644 --- a/app-admin/logsentry/logsentry-1.1.1.ebuild +++ b/app-admin/logsentry/logsentry-1.1.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/app-admin/logsentry/logsentry-1.1.1.ebuild,v 1.25 2006/08/06 16:14:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logsentry/logsentry-1.1.1.ebuild,v 1.26 2007/01/24 14:32:04 genone Exp $ DESCRIPTION="automatically monitor system logs and mail security violations on a periodic basis" # Seems that the project has been discontinued by CISCO? @@ -56,8 +56,8 @@ EOF } pkg_postinst() { - einfo - einfo "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron," - einfo "or add directly to root's crontab" - einfo + elog + elog "Uncomment the logcheck line in /etc/cron.hourly/logsentry.cron," + elog "or add directly to root's crontab" + elog } |