diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-18 04:41:14 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-18 04:41:14 +0000 |
commit | 3e9bb408f9513f64167b8a74764605d6822a1440 (patch) | |
tree | 7f1af2c1d3bbdabe04b0a4a4d7e6ca3f5c1e9524 /mail-filter/p3scan | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-3e9bb408f9513f64167b8a74764605d6822a1440.tar.gz gentoo-2-3e9bb408f9513f64167b8a74764605d6822a1440.tar.bz2 gentoo-2-3e9bb408f9513f64167b8a74764605d6822a1440.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-filter/p3scan')
-rw-r--r-- | mail-filter/p3scan/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/p3scan/p3scan-2.3.1-r1.ebuild | 32 | ||||
-rw-r--r-- | mail-filter/p3scan/p3scan-2.3.1.ebuild | 26 |
3 files changed, 35 insertions, 31 deletions
diff --git a/mail-filter/p3scan/ChangeLog b/mail-filter/p3scan/ChangeLog index 43452649f2b0..5de8ef6769d0 100644 --- a/mail-filter/p3scan/ChangeLog +++ b/mail-filter/p3scan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/p3scan -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/p3scan/ChangeLog,v 1.10 2006/09/22 12:28:16 ticho Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/p3scan/ChangeLog,v 1.11 2007/03/18 04:41:14 genone Exp $ + + 18 Mar 2007; Marius Mauch <genone@gentoo.org> p3scan-2.3.1.ebuild, + p3scan-2.3.1-r1.ebuild: + Replacing einfo with elog *p3scan-2.3.1-r1 (22 Sep 2006) diff --git a/mail-filter/p3scan/p3scan-2.3.1-r1.ebuild b/mail-filter/p3scan/p3scan-2.3.1-r1.ebuild index 43822aeefef7..f13efb114f99 100644 --- a/mail-filter/p3scan/p3scan-2.3.1-r1.ebuild +++ b/mail-filter/p3scan/p3scan-2.3.1-r1.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/mail-filter/p3scan/p3scan-2.3.1-r1.ebuild,v 1.1 2006/09/22 12:28:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/p3scan/p3scan-2.3.1-r1.ebuild,v 1.2 2007/03/18 04:41:14 genone Exp $ inherit eutils @@ -62,19 +62,19 @@ pkg_postinst() { fi echo - einfo "Default infected notification template language is set to english, change the" - einfo "symbolic link /etc/${PN}/${PN}.mail if you want it in another language." - echo - einfo "To start ${PN}, you can use /etc/init.d/${PN} start" - echo - einfo "You need port-redirecting, a rule like:" - echo " iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j REDIRECT --to 8110" - einfo "to forward pop3 connections incoming from eth0 interface." - echo - einfo "You will need to configure at least following in /etc/${PN}/${PN}.conf:" - einfo "scannertype, scanner, virusregexp" - echo - einfo "An example scanner script has been installed to:" - einfo "/usr/share/doc/${PF}/p3scan.sh.gz" + elog "Default infected notification template language is set to english, change the" + elog "symbolic link /etc/${PN}/${PN}.mail if you want it in another language." + elog + elog "To start ${PN}, you can use /etc/init.d/${PN} start" + elog + elog "You need port-redirecting, a rule like:" + elog " iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j REDIRECT --to 8110" + elog "to forward pop3 connections incoming from eth0 interface." + elog + elog "You will need to configure at least following in /etc/${PN}/${PN}.conf:" + elog "scannertype, scanner, virusregexp" + elog + elog "An example scanner script has been installed to:" + elog "/usr/share/doc/${PF}/p3scan.sh.gz" echo } diff --git a/mail-filter/p3scan/p3scan-2.3.1.ebuild b/mail-filter/p3scan/p3scan-2.3.1.ebuild index 609333148530..1f819f37a5b1 100644 --- a/mail-filter/p3scan/p3scan-2.3.1.ebuild +++ b/mail-filter/p3scan/p3scan-2.3.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/mail-filter/p3scan/p3scan-2.3.1.ebuild,v 1.2 2006/02/25 17:03:29 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/p3scan/p3scan-2.3.1.ebuild,v 1.3 2007/03/18 04:41:14 genone Exp $ inherit eutils @@ -63,16 +63,16 @@ pkg_postinst() { fi echo - einfo "Default infected notification template language is set to english, change the" - einfo "symbolic link /etc/${PN}/${PN}.mail if you want it in another language." - echo - einfo "To start ${PN}, you can use /etc/init.d/${PN} start" - echo - einfo "You need port-redirecting, a rule like:" - echo " iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j REDIRECT --to 8110" - einfo "to forward pop3 connections incoming from eth0 interface." - echo - einfo "You will also need to configure at least following in /etc/${PN}/${PN}.conf:" - einfo "scannertype, scanner, virusregexp" + elog "Default infected notification template language is set to english, change the" + elog "symbolic link /etc/${PN}/${PN}.mail if you want it in another language." + elog + elog "To start ${PN}, you can use /etc/init.d/${PN} start" + elog + elog "You need port-redirecting, a rule like:" + elog " iptables -t nat -A PREROUTING -p tcp -i eth0 --dport pop3 -j REDIRECT --to 8110" + elog "to forward pop3 connections incoming from eth0 interface." + elog + elog "You will also need to configure at least following in /etc/${PN}/${PN}.conf:" + elog "scannertype, scanner, virusregexp" echo } |