diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2004-03-16 06:14:04 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2004-03-16 06:14:04 +0000 |
commit | 69626c7b8af1554f403ba39fbaa38f55e1ac0859 (patch) | |
tree | 2f9cc9467f3190637dd5b76afc3805ccef0f8698 /security/amavisd-new/files/patch-configure | |
parent | - specify reason for BROKEN on alpha 4.x (diff) |
Update to 20030616.p8
Add new official mirrors.
PR: ports/64146
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=104136
Diffstat (limited to 'security/amavisd-new/files/patch-configure')
-rw-r--r-- | security/amavisd-new/files/patch-configure | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/security/amavisd-new/files/patch-configure b/security/amavisd-new/files/patch-configure index 2fa281225031..f75f7a81e940 100644 --- a/security/amavisd-new/files/patch-configure +++ b/security/amavisd-new/files/patch-configure @@ -1,15 +1,12 @@ ---- helper-progs/configure.orig Tue Nov 11 22:59:24 2003 -+++ helper-progs/configure Tue Nov 11 23:01:31 2003 -@@ -2040,12 +2040,3 @@ +--- helper-progs/configure.orig Thu Mar 4 18:45:55 2004 ++++ helper-progs/configure Fri Mar 12 08:53:15 2004 +@@ -2041,9 +2041,3 @@ -- -if test "$SENDMAILPROG" != "no" ; then - sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'` - echo "" -- echo "Note: sendmail version $sendmailversion detected" -- echo "check http://www.sendmail.org/~ca/email/sm-812.html for sendmail bugs and patches" -- echo "It's advised to run sendmail latest versions when using MILTER" +- echo "Info: sendmail version $sendmailversion detected" - echo "" -fi |