Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 02:52:41 +0000 (02:52 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 02:52:41 +0000 (02:52 +0000)
Package-Manager: portage-2.1.2.2

22 files changed:
mail-filter/amavisd-new/ChangeLog
mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild
mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild
mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild
mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild
mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild
mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild
mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild
mail-filter/anomy-sanitizer/ChangeLog
mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild
mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild
mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild
mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild
mail-filter/ask/ChangeLog
mail-filter/ask/ask-2.4.1.ebuild
mail-filter/bmf/ChangeLog
mail-filter/bmf/bmf-0.9.4.ebuild
mail-filter/clamsmtp/ChangeLog
mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild
mail-filter/clamsmtp/clamsmtp-1.5.ebuild
mail-filter/clamsmtp/clamsmtp-1.6.ebuild
mail-filter/clamsmtp/clamsmtp-1.8.ebuild

index 9e2878362e26df78995cd10787b58e6038cfcc8c..6882cffc13ade1babd53da6ac285a71dab2c907c 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for mail-filter/amavisd-new
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.102 2007/01/31 15:47:27 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.103 2007/03/18 02:44:50 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> amavisd-new-2.3.3-r2.ebuild,
+  amavisd-new-2.4.1.ebuild, amavisd-new-2.4.2.ebuild,
+  amavisd-new-2.4.2-r1.ebuild, amavisd-new-2.4.3.ebuild,
+  amavisd-new-2.4.4.ebuild, amavisd-new-2.4.5.ebuild:
+  Replacing einfo with elog
 
 *amavisd-new-2.4.5 (31 Jan 2007)
 
index dd1a4f440f4bf4512fd57c99b46f4120a73971e1..dd93903386dd09d7d872ac60e117267562c19723 100644 (file)
@@ -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/amavisd-new/amavisd-new-2.3.3-r2.ebuild,v 1.14 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.3.3-r2.ebuild,v 1.15 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -67,15 +67,15 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${PN}-2.2.1-qmail-lf-workaround.patch" || die "patch failed"
        fi
 
@@ -121,7 +121,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -146,13 +146,13 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
                                ${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
                else
-                       einfo "Copying existing razor config files..."
+                       elog "Copying existing razor config files..."
                        insinto ${AMAVIS_ROOT}/.razor
                        doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
                fi
@@ -165,11 +165,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
index e97a31d31a6db59d994db05855f256ae22391051..8b2b028d08fc8fa14f2f549bfeee13e25d94a7c4 100644 (file)
@@ -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/amavisd-new/amavisd-new-2.4.1.ebuild,v 1.8 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.1.ebuild,v 1.9 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -66,15 +66,15 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
        fi
 
@@ -119,7 +119,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -144,13 +144,13 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
                                ${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
                else
-                       einfo "Copying existing razor config files..."
+                       elog "Copying existing razor config files..."
                        insinto ${AMAVIS_ROOT}/.razor
                        doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
                fi
@@ -163,11 +163,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
index e6c7882ac973c7427e929166e0d236edb5e39c90..fbfa8c8f4c97a315f21dfdb52ba7296540cbb9a1 100644 (file)
@@ -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/amavisd-new/amavisd-new-2.4.2-r1.ebuild,v 1.2 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.2-r1.ebuild,v 1.3 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -66,15 +66,15 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
        fi
 
@@ -121,7 +121,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -146,13 +146,13 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
                                ${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
                else
-                       einfo "Copying existing razor config files..."
+                       elog "Copying existing razor config files..."
                        insinto ${AMAVIS_ROOT}/.razor
                        doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
                fi
@@ -165,11 +165,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
index 0718fefefc485b5060ca29a28f3d75204716971f..a9d65c5f808cad2941fb2ac2382b674774644abc 100644 (file)
@@ -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/amavisd-new/amavisd-new-2.4.2.ebuild,v 1.2 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.2.ebuild,v 1.3 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -66,15 +66,15 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
        fi
 
@@ -119,7 +119,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -144,13 +144,13 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
                                ${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
                else
-                       einfo "Copying existing razor config files..."
+                       elog "Copying existing razor config files..."
                        insinto ${AMAVIS_ROOT}/.razor
                        doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
                fi
@@ -163,11 +163,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
index ca0043143faf951475787e2667aac8cf48c773d5..346f85acae64861e2f3182c21e2a39e31314556b 100644 (file)
@@ -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/amavisd-new/amavisd-new-2.4.3.ebuild,v 1.2 2006/12/10 20:48:12 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.3.ebuild,v 1.3 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -66,15 +66,15 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${P%.*}-qmail-lf-workaround.patch" || die "patch failed"
        fi
 
@@ -121,7 +121,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -146,13 +146,13 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -f ${AMAVIS_ROOT}/.razor/razor-agent.conf ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
                                ${D}/${AMAVIS_ROOT}/.razor/razor-agent.conf
                else
-                       einfo "Copying existing razor config files..."
+                       elog "Copying existing razor config files..."
                        insinto ${AMAVIS_ROOT}/.razor
                        doins ${AMAVIS_ROOT}/.razor/*.{conf,lst}
                fi
@@ -165,11 +165,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
index abceb57cd6ee778b054ec61a07bbbedd5b333c6a..608abe22d40e3490b3ccc586c4569236c32cb170 100644 (file)
@@ -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/mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild,v 1.4 2007/01/30 00:18:32 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.4.ebuild,v 1.5 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -66,18 +66,18 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${P}-qmail-lf-workaround.patch" || die "patch failed"
        fi
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${P}-qmail-lf-workaround.patch" || die "patch failed"
 
        epatch "${FILESDIR}/${P}-amavisd.conf-gentoo.patch" || die "patch failed"
@@ -123,7 +123,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -148,7 +148,7 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -d ${AMAVIS_ROOT}/.razor ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
@@ -163,11 +163,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)"
index 816a2bcf34e499f8d645125ce458aa4ea1e29bf7..3b349ddaff54c9bed223afe2be10e55f318beb75 100644 (file)
@@ -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/mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild,v 1.1 2007/01/31 15:47:27 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.4.5.ebuild,v 1.2 2007/03/18 02:44:50 genone Exp $
 
 inherit eutils
 
@@ -66,18 +66,18 @@ src_unpack() {
        unpack ${A}
        cd ${S}
        if $(has_version mail-mta/courier) ; then
-               einfo "Patching with courier support."
+               elog "Patching with courier support."
                epatch "amavisd-new-courier.patch" || die "patch failed"
        fi
 
        if $(has_version virtual/qmail) ; then
-               einfo "Patching with qmail qmqp support."
+               elog "Patching with qmail qmqp support."
                epatch "amavisd-new-qmqpqq.patch" || die "patch failed"
 
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${PN}-2.4.4-qmail-lf-workaround.patch" || die "patch failed"
        fi
-               einfo "Patching with qmail lf bug workaround."
+               elog "Patching with qmail lf bug workaround."
                epatch "${FILESDIR}/${PN}-2.4.4-qmail-lf-workaround.patch" || die "patch failed"
 
        epatch "${FILESDIR}/${PN}-2.4.4-amavisd.conf-gentoo.patch" || die "patch failed"
@@ -123,7 +123,7 @@ src_install() {
        keepdir ${AMAVIS_ROOT}/tmp
 
        if $(has_version net-nds/openldap ) ; then
-               einfo "Adding ${P} schema to openldap schema dir."
+               elog "Adding ${P} schema to openldap schema dir."
                dodir /etc/openldap/schema
                insinto /etc/openldap/schema
                insopts -o root -g root -m 644
@@ -148,7 +148,7 @@ src_install() {
 
        if $(has_version mail-filter/razor) ; then
                if [ ! -d ${AMAVIS_ROOT}/.razor ] ; then
-                       einfo "Setting up initial razor config files..."
+                       elog "Setting up initial razor config files..."
 
                        razor-admin -create -home=${D}/${AMAVIS_ROOT}/.razor
                        sed -i -e "s:debuglevel\([ ]*\)= .:debuglevel\1= 0:g" \
@@ -163,11 +163,11 @@ src_install() {
 pkg_postinst() {
        if ! $(has_version mail-filter/spamassassin) ; then
                echo
-               einfo "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
-               einfo "will be performed without it. Since you do not have SpamAssassin installed,"
-               einfo "all spam checks have been disabled. To enable them, install SpamAssassin"
-               einfo "and comment out the line containing: "
-               einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
+               elog "Amavisd-new no longer requires SpamAssassin, but no anti-spam checking"
+               elog "will be performed without it. Since you do not have SpamAssassin installed,"
+               elog "all spam checks have been disabled. To enable them, install SpamAssassin"
+               elog "and comment out the line containing: "
+               elog "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf."
        fi
        echo
        ewarn "As of amavisd-new-2.4.5 p0f-analyzer.pl only binds to the loopback interface"
index c8e358bfcc0a6f7e812e9bb45dbc842c0f257014..3a89e6cb6215703ca046ec7181bd3dc88713a2d4 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for mail-filter/anomy-sanitizer
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.13 2007/02/09 03:22:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.14 2007/03/18 02:46:49 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> anomy-sanitizer-1.67.ebuild,
+  anomy-sanitizer-1.70.ebuild, anomy-sanitizer-1.76.ebuild,
+  anomy-sanitizer-1.76-r1.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 5d6f52017c0aabe2e890f7a0c8af7dc892b10962..735b47798c005ecfef120271f8dcd64d18941a97 100644 (file)
@@ -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/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.9 2006/02/13 14:33:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.67.ebuild,v 1.10 2007/03/18 02:46:49 genone Exp $
 
 DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments"
 HOMEPAGE="http://mailtools.anomy.net/"
@@ -81,14 +81,14 @@ pkg_postinst() {
 
                echo ""
                echo ""
-               einfo "There is a howto for the integration of sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "\thttp://advosys.ca/papers/postfix-filtering.html"
-               einfo "Please find example scripts to be used to integrate sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "\t${ROOT}/${DEST}"
-               einfo "There is also a png and kivio document about a possible"
-               einfo "e-mail architecture"
+               elog "There is a howto for the integration of sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "\thttp://advosys.ca/papers/postfix-filtering.html"
+               elog "Please find example scripts to be used to integrate sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "\t${ROOT}/${DEST}"
+               elog "There is also a png and kivio document about a possible"
+               elog "e-mail architecture"
                echo ""
                echo ""
 }
index 52b61ae9b192932716f523f430b316b90086ff44..d969e8d5b9d54b0b305b4f373827361187184a19 100644 (file)
@@ -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/anomy-sanitizer/anomy-sanitizer-1.70.ebuild,v 1.3 2006/02/13 14:33:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.70.ebuild,v 1.4 2007/03/18 02:46:49 genone Exp $
 
 DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments"
 HOMEPAGE="http://mailtools.anomy.net/"
@@ -81,14 +81,14 @@ pkg_postinst() {
 
                echo ""
                echo ""
-               einfo "There is a howto for the integration of sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "\thttp://advosys.ca/papers/postfix-filtering.html"
-               einfo "Please find example scripts to be used to integrate sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "\t${ROOT}/${DEST}"
-               einfo "There is also a png and kivio document about a possible"
-               einfo "e-mail architecture"
+               elog "There is a howto for the integration of sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "\thttp://advosys.ca/papers/postfix-filtering.html"
+               elog "Please find example scripts to be used to integrate sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "\t${ROOT}/${DEST}"
+               elog "There is also a png and kivio document about a possible"
+               elog "e-mail architecture"
                echo ""
                echo ""
 }
index 73fa1d0f8d5ba8b556cdf76393ad884069c450a3..d67d6da3a4f2372d71f4bc90741913856fe7f9ba 100644 (file)
@@ -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/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.1 2006/02/20 21:19:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.2 2007/03/18 02:46:49 genone Exp $
 
 inherit eutils
 
@@ -83,21 +83,21 @@ pkg_postinst() {
                chmod u+w ${ROOT}/${DEST}/testcases
                chmod u+w ${ROOT}/${DEST}/testcases/results.def
 
-               einfo ""
-               einfo "There is a howto for the integration of sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "http://advosys.ca/papers/postfix-filtering.html"
-               einfo "Please find example scripts to be used to integrate sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "/usr/share/doc/${PF}/examples"
-               einfo "There is also a png and kivio document about a possible"
-               einfo "e-mail architecture"
-               einfo ""
+               elog ""
+               elog "There is a howto for the integration of sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "http://advosys.ca/papers/postfix-filtering.html"
+               elog "Please find example scripts to be used to integrate sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "/usr/share/doc/${PF}/examples"
+               elog "There is also a png and kivio document about a possible"
+               elog "e-mail architecture"
+               elog ""
 
 }
 
 pkg_postrm() {
-       einfo "After unmerging this ebuild, you will have to remove"
-       einfo "created user and group manually. To do so, run:"
-       einfo "userdel -r sanitizer; groupdel sanitizer"
+       elog "After unmerging this ebuild, you will have to remove"
+       elog "created user and group manually. To do so, run:"
+       elog "userdel -r sanitizer; groupdel sanitizer"
 }
index de3c9c3d44920096c6cc6d64d84b63e6f35d61cd..9d334494177fc1c63a371fa2b6abcac523c04f85 100644 (file)
@@ -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/anomy-sanitizer/anomy-sanitizer-1.76.ebuild,v 1.2 2006/02/13 14:33:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76.ebuild,v 1.3 2007/03/18 02:46:49 genone Exp $
 
 DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments"
 HOMEPAGE="http://mailtools.anomy.net/"
@@ -84,14 +84,14 @@ pkg_postinst() {
 
                echo ""
                echo ""
-               einfo "There is a howto for the integration of sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "\thttp://advosys.ca/papers/postfix-filtering.html"
-               einfo "Please find example scripts to be used to integrate sanitizer"
-               einfo "into your (postfix) mail system at"
-               einfo "\t${ROOT}/${DEST}"
-               einfo "There is also a png and kivio document about a possible"
-               einfo "e-mail architecture"
+               elog "There is a howto for the integration of sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "\thttp://advosys.ca/papers/postfix-filtering.html"
+               elog "Please find example scripts to be used to integrate sanitizer"
+               elog "into your (postfix) mail system at"
+               elog "\t${ROOT}/${DEST}"
+               elog "There is also a png and kivio document about a possible"
+               elog "e-mail architecture"
                echo ""
                echo ""
 }
index 7fd59052818fea719f07c4ce15407a86302688f3..b5bddbdbb2398806da4f36e2cfdb68e58052049f 100644 (file)
@@ -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.
index 9f5077b0fcc1e6f87ee76691c3d5c174aaae0f02..f8e88114e8022fc20392a3a6e0178b3a7506bf71 100644 (file)
@@ -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
 }
index 9185dd8955bbcc746b63a3b7be51506def1e646d..4dba9fe16ed474077efe78b0770f08b9d24399ad 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for mail-filter/bmf
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bmf/ChangeLog,v 1.7 2006/11/23 15:51:12 vivo Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bmf/ChangeLog,v 1.8 2007/03/18 02:49:34 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> bmf-0.9.4.ebuild:
+  Replacing einfo with elog
 
   23 Nov 2006; Francesco Riosa <vivo@gentoo.org> bmf-0.9.4.ebuild:
   dev-db/mysql => virtual/mysql
index 8d37b1b3043c9962615ebbbefb1640fd93cbd259..0f7b84fe0ffbb9917e674e85b8a499550f339dde 100644 (file)
@@ -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/bmf/bmf-0.9.4.ebuild,v 1.7 2006/11/23 15:51:12 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bmf/bmf-0.9.4.ebuild,v 1.8 2007/03/18 02:49:34 genone Exp $
 
 IUSE="mysql berkdb"
 
@@ -31,9 +31,9 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "Important: Remember to train bmf before you start using it."
-       einfo "Instructions for training and using bmf with procmail: "
-       einfo "less /usr/share/doc/${P}/README.gz"
-       einfo
+       elog
+       elog "Important: Remember to train bmf before you start using it."
+       elog "Instructions for training and using bmf with procmail: "
+       elog "less /usr/share/doc/${P}/README.gz"
+       elog
 }
index 931484daece6e2008792479b08f7792bd18ad460..1af6e497c2ea67edbab44e343dd8b33e974fe3c9 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/clamsmtp
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.12 2007/02/22 00:58:53 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.13 2007/03/18 02:52:41 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> clamsmtp-1.4.1.ebuild,
+  clamsmtp-1.5.ebuild, clamsmtp-1.6.ebuild, clamsmtp-1.8.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index ffafd9254da79208c858973571f4f18ebff142c2..6b41735092ca195626705281b242a33c3b6f4b97 100644 (file)
@@ -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/clamsmtp/clamsmtp-1.4.1.ebuild,v 1.5 2005/10/03 12:14:59 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.4.1.ebuild,v 1.6 2007/03/18 02:52:41 genone Exp $
 
 DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
 HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -33,8 +33,8 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "For help configuring Postfix to use clamsmtpd, see:"
-       einfo "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+       elog "For help configuring Postfix to use clamsmtpd, see:"
+       elog "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
        echo
        ewarn "You'll need to have ScanMail support turned on in clamav.conf"
        ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
index b7284377c216a8b60c349e25a618fe6266e8c2f9..0ee3f4c8935fc48d22919db93cd85cdd584ffbb2 100644 (file)
@@ -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/clamsmtp/clamsmtp-1.5.ebuild,v 1.4 2005/12/04 19:19:17 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.5.ebuild,v 1.5 2007/03/18 02:52:41 genone Exp $
 
 DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
 HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -30,8 +30,8 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "For help configuring Postfix to use clamsmtpd, see:"
-       einfo "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+       elog "For help configuring Postfix to use clamsmtpd, see:"
+       elog "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
        echo
        ewarn "You'll need to have ScanMail support turned on in clamav.conf"
        ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
index 2f7ccea6546dc06e5ced84729571412b099cf12d..f5c46449cf88635c49b27011772c2fefa6ecdc34 100644 (file)
@@ -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/clamsmtp/clamsmtp-1.6.ebuild,v 1.3 2005/12/05 06:58:13 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.6.ebuild,v 1.4 2007/03/18 02:52:41 genone Exp $
 
 DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
 HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -30,8 +30,8 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "For help configuring Postfix to use clamsmtpd, see:"
-       einfo "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+       elog "For help configuring Postfix to use clamsmtpd, see:"
+       elog "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
        echo
        ewarn "You'll need to have ScanMail support turned on in clamav.conf"
        ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"
index 8b6be871d512db4c0970d82b303ceb18103b27b2..d4af5b9f9f7312b75ce02b8085c6c5ac67c3252d 100644 (file)
@@ -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/mail-filter/clamsmtp/clamsmtp-1.8.ebuild,v 1.2 2007/01/05 20:09:55 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.8.ebuild,v 1.3 2007/03/18 02:52:41 genone Exp $
 
 DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
 HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -30,8 +30,8 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "For help configuring Postfix to use clamsmtpd, see:"
-       einfo "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
+       elog "For help configuring Postfix to use clamsmtpd, see:"
+       elog "    http://memberwebs.com/nielsen/software/clamsmtp/postfix.html"
        echo
        ewarn "You'll need to have ScanMail support turned on in clamav.conf"
        ewarn "Also, make sure the clamd scanning daemon is running (not just freshclam)"