diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-20 11:00:19 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-20 11:00:19 +0000 |
commit | b5f88658121459b67bf1348735048e1fee4a7d75 (patch) | |
tree | 0b80b4b63e4c5cddcadec4e60a6147598090b9a0 /security/amavisd-new/files/patch-configure | |
parent | Update to 1.5.23. (diff) |
1) Update security/amavisd-new to amavisd-new-20030616-p6.
2) Incorporate changes from PR 57382:
- add rc.subr support
- cleanup sed variable replacement scripts
- add pointer to Clam Antivirus to installation message
PR 57382 was closed by mistake, I thought the contents
have already been commited, while they were not.
PR: 59323
Submitted by: milter@free.fr (1)
Submitted by: Martin Matuska <martin@tradex.sk> (2)
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=94452
Diffstat (limited to 'security/amavisd-new/files/patch-configure')
-rw-r--r-- | security/amavisd-new/files/patch-configure | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/security/amavisd-new/files/patch-configure b/security/amavisd-new/files/patch-configure index b3d30c3ca068..2fa281225031 100644 --- a/security/amavisd-new/files/patch-configure +++ b/security/amavisd-new/files/patch-configure @@ -1,17 +1,9 @@ ---- helper-progs/configure.orig Thu Dec 26 12:35:33 2002 -+++ helper-progs/configure Sat Apr 19 10:54:31 2003 -@@ -2041,20 +2041,3 @@ +--- 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 @@ --if test "$AMAVISUSER" != "" ; then -- id $AMAVISUSER > /dev/null 2>&1 -- if test "$?" != 0 ; then -- echo "" -- echo "Note: The Amavis user '$AMAVISUSER' does not seem to" -- echo "exist. Please create this user before continuing." -- fi --fi - -if test "$SENDMAILPROG" != "no" ; then - sendmailversion=`$SENDMAILPROG -bv -d0.1 | $AWK '/Version/ {print $2}'` |