diff options
author | 2007-03-18 02:48:19 +0000 | |
---|---|---|
committer | 2007-03-18 02:48:19 +0000 | |
commit | ec0345173260e7de6cc76b5da9710058e7ee9b15 (patch) | |
tree | 818662bf72a38bb02c4e142a827bbba493ea3e75 /mail-filter | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ec0345173260e7de6cc76b5da9710058e7ee9b15.tar.gz gentoo-2-ec0345173260e7de6cc76b5da9710058e7ee9b15.tar.bz2 gentoo-2-ec0345173260e7de6cc76b5da9710058e7ee9b15.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/ask/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/ask/ask-2.4.1.ebuild | 32 |
2 files changed, 20 insertions, 17 deletions
diff --git a/mail-filter/ask/ChangeLog b/mail-filter/ask/ChangeLog index 7fd59052818f..b5bddbdbb239 100644 --- a/mail-filter/ask/ChangeLog +++ b/mail-filter/ask/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/ask # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/ask/ChangeLog,v 1.6 2007/02/08 13:10:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/ask/ChangeLog,v 1.7 2007/03/18 02:48:19 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> ask-2.4.1.ebuild: + Replacing einfo with elog 08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/mail-filter/ask/ask-2.4.1.ebuild b/mail-filter/ask/ask-2.4.1.ebuild index 9f5077b0fcc1..f8e88114e802 100644 --- a/mail-filter/ask/ask-2.4.1.ebuild +++ b/mail-filter/ask/ask-2.4.1.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/mail-filter/ask/ask-2.4.1.ebuild,v 1.5 2005/06/05 11:53:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/ask/ask-2.4.1.ebuild,v 1.6 2007/03/18 02:48:19 genone Exp $ DESCRIPTION="Active Spam Killer: A program to filter spam" HOMEPAGE="http://www.paganini.net/ask/index.html" @@ -38,20 +38,20 @@ src_install() { } pkg_postinst() { - einfo - einfo "You MUST run the asksetup.py file to configure ASK!" - einfo + elog + elog "You MUST run the asksetup.py file to configure ASK!" + elog if use procmail; then - einfo "To use ASK's procmail support these should be your first two procmail rules:" - einfo - einfo ":0 fW" - einfo "|/path_to_ask/ask.py --procmail --loglevel=5 --logfile=/your_home/ask.log" - einfo - einfo ":0 e" - einfo "/dev/null" - einfo - einfo "The second rule above instructs procmail to deliver the message to /dev/null" - einfo "if ASK returns a fail code. If you're truly paranoid, you can save those" - einfo "messages to a file instead for later inspection." + elog "To use ASK's procmail support these should be your first two procmail rules:" + elog + elog ":0 fW" + elog "|/path_to_ask/ask.py --procmail --loglevel=5 --logfile=/your_home/ask.log" + elog + elog ":0 e" + elog "/dev/null" + elog + elog "The second rule above instructs procmail to deliver the message to /dev/null" + elog "if ASK returns a fail code. If you're truly paranoid, you can save those" + elog "messages to a file instead for later inspection." fi } |