diff options
author | Cory Visi <merlin@gentoo.org> | 2004-07-29 17:32:18 +0000 |
---|---|---|
committer | Cory Visi <merlin@gentoo.org> | 2004-07-29 17:32:18 +0000 |
commit | 72cefb4a1850e9e26652c2e4f706dc75e00fb4d9 (patch) | |
tree | 520c6a9e010d0b4f5a264f3f05b78c4d3318ce1d /mail-filter | |
parent | Move patches to $DISTDIR. (Manifest recommit) (diff) | |
download | gentoo-2-72cefb4a1850e9e26652c2e4f706dc75e00fb4d9.tar.gz gentoo-2-72cefb4a1850e9e26652c2e4f706dc75e00fb4d9.tar.bz2 gentoo-2-72cefb4a1850e9e26652c2e4f706dc75e00fb4d9.zip |
Removed stray character from amavisd.conf, closing Bug 58697
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/amavisd-new/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/amavisd-new/files/amavisd.conf | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/amavisd-new/ChangeLog b/mail-filter/amavisd-new/ChangeLog index a280a1c3c166..cacd0254c61d 100644 --- a/mail-filter/amavisd-new/ChangeLog +++ b/mail-filter/amavisd-new/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/amavisd-new # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.8 2004/07/29 11:51:01 merlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/ChangeLog,v 1.9 2004/07/29 17:32:18 merlin Exp $ + + 29 Jul 2004; Cory Visi <merlin@gentoo.org> files/amavisd.conf: + Removed stray character from amavisd.conf, closing Bug 58697 29 Jul 2004; Cory Visi <merlin@gentoo.org> amavisd-new-20040701.ebuild: Fix sed logic on init script, closing Bug 58727 diff --git a/mail-filter/amavisd-new/files/amavisd.conf b/mail-filter/amavisd-new/files/amavisd.conf index 06fc1eda2d74..2754325f193e 100644 --- a/mail-filter/amavisd-new/files/amavisd.conf +++ b/mail-filter/amavisd-new/files/amavisd.conf @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/files/amavisd.conf,v 1.1 2004/07/28 17:25:36 merlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-new/files/amavisd.conf,v 1.2 2004/07/29 17:32:18 merlin Exp $ # Configuration file for amavisd-new on Gentoo Linux # Based on amavisd.conf-sample distributed with software @@ -1451,7 +1451,7 @@ $first_infected_stops_scan = 1; # default is false, all scanners are called # 2. scanner program name; this string will be submitted to subroutine # find_external_programs(), which will try to find the full program # path name; if program is not found, this scanner is disabled. -w# Besides a simple string (full program path name or just the basename +# Besides a simple string (full program path name or just the basename # to be looked for in PATH), this may be an array ref of alternative # program names or full paths - the first match in the list will be used; # As a special case for more complex scanners, this field may be |