diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-07 01:58:34 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-07 01:58:34 +0000 |
commit | b2fa719f9de34a08f9246ec7a325e02cde32eb37 (patch) | |
tree | c5a49f893f946a75f6bc3a821e8dcffc4b0906c7 /mail-filter | |
parent | Stable on ppc and ppc64. (diff) | |
download | gentoo-2-b2fa719f9de34a08f9246ec7a325e02cde32eb37.tar.gz gentoo-2-b2fa719f9de34a08f9246ec7a325e02cde32eb37.tar.bz2 gentoo-2-b2fa719f9de34a08f9246ec7a325e02cde32eb37.zip |
Fix postinstallation instructions typo. Bug #98069.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/amavisd-new/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/amavisd-new/amavisd-new-2.3.0.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/amavisd-new/amavisd-new-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/amavisd-new/amavisd-new-2.3.2.ebuild | 4 |
4 files changed, 12 insertions, 7 deletions
diff --git a/mail-filter/amavisd-new/ChangeLog b/mail-filter/amavisd-new/ChangeLog index 5bc8d64fd339..ff4681407f00 100644 --- a/mail-filter/amavisd-new/ChangeLog +++ b/mail-filter/amavisd-new/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/amavisd-new # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.47 2005/06/30 08:48:03 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.48 2005/07/07 01:58:34 ticho Exp $ + + 07 Jul 2005; Andrej Kacian <ticho@gentoo.org> amavisd-new-2.3.0.ebuild, + amavisd-new-2.3.1.ebuild, amavisd-new-2.3.2.ebuild: + Fix typo in postinstallation instructions. Bug #98069, by Mathieu Nantel + <mnantel at teclinux.com>. *amavisd-new-2.3.2 (30 Jun 2005) diff --git a/mail-filter/amavisd-new/amavisd-new-2.3.0.ebuild b/mail-filter/amavisd-new/amavisd-new-2.3.0.ebuild index 167bfb32610b..869ba783f4aa 100644 --- a/mail-filter/amavisd-new/amavisd-new-2.3.0.ebuild +++ b/mail-filter/amavisd-new/amavisd-new-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.0.ebuild,v 1.12 2005/06/06 09:45:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.3.0.ebuild,v 1.13 2005/07/07 01:58:34 ticho Exp $ inherit eutils @@ -169,7 +169,7 @@ pkg_postinst() { 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_virus_checks_maps = (1); in /etc/amavisd.conf." + einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf." fi echo ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)" diff --git a/mail-filter/amavisd-new/amavisd-new-2.3.1.ebuild b/mail-filter/amavisd-new/amavisd-new-2.3.1.ebuild index ad54261c9810..4a2c0129baf1 100644 --- a/mail-filter/amavisd-new/amavisd-new-2.3.1.ebuild +++ b/mail-filter/amavisd-new/amavisd-new-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1.ebuild,v 1.4 2005/06/01 22:29:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.3.1.ebuild,v 1.5 2005/07/07 01:58:34 ticho Exp $ inherit eutils @@ -168,7 +168,7 @@ pkg_postinst() { 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_virus_checks_maps = (1); in /etc/amavisd.conf." + einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf." fi echo ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)" diff --git a/mail-filter/amavisd-new/amavisd-new-2.3.2.ebuild b/mail-filter/amavisd-new/amavisd-new-2.3.2.ebuild index 1fa91337385a..cdce794ef18b 100644 --- a/mail-filter/amavisd-new/amavisd-new-2.3.2.ebuild +++ b/mail-filter/amavisd-new/amavisd-new-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2.ebuild,v 1.2 2005/06/30 10:55:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/amavisd-new-2.3.2.ebuild,v 1.3 2005/07/07 01:58:34 ticho Exp $ inherit eutils @@ -174,7 +174,7 @@ pkg_postinst() { 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_virus_checks_maps = (1); in /etc/amavisd.conf." + einfo "@bypass_spam_checks_maps = (1); in /etc/amavisd.conf." fi echo ewarn "Adjusting permissions for /etc/amavisd.conf (0 for world, owner root:amavis)" |