diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-25 08:21:27 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-07-25 08:21:27 +0000 |
commit | a58473d9fcd8618853e34fb82050a8af7d481b28 (patch) | |
tree | 714d4db5d37aaf86eede6d379a6f72f162609ef6 /mail/dcc-dccd/files/patch-configure | |
parent | Update to the latest, 0.92. (diff) |
Upgrade to 1.3.9
Changes included in this update:
o Removal of all sed replace scripting, at Vendor's request.
o dcc dameons su to the dcc user correctly, now using /bin/sh
(or other default shell as defined) instead of nologin when
su'ing to the dcc user.
o Ownerships of the ${PREFIX}/bin executables fixed. Now owned
by root. Request sent to Vendor to make this a user-defined
setting.
Also remove BROKEN, DEPRECATED and EXPIRATION_DATE tags.
PR: ports/83936
Submitted by: Dean Hollister (maintainer)
Notes
Notes:
svn path=/head/; revision=140068
Diffstat (limited to 'mail/dcc-dccd/files/patch-configure')
-rw-r--r-- | mail/dcc-dccd/files/patch-configure | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/mail/dcc-dccd/files/patch-configure b/mail/dcc-dccd/files/patch-configure index c080050755d1..fca8fdf5605d 100644 --- a/mail/dcc-dccd/files/patch-configure +++ b/mail/dcc-dccd/files/patch-configure @@ -1,16 +1,27 @@ ---- configure.orig Thu May 26 21:52:13 2005 -+++ configure Sun Jun 12 11:17:03 2005 -@@ -2491,6 +2491,13 @@ +--- configure.orig Fri Jul 22 11:36:56 2005 ++++ configure Sat Jul 23 11:27:41 2005 +@@ -2371,8 +2371,8 @@ + ;; + *) + DCCUID=root +- BINUID=bin +- BIN_GRP=bin ++ BINUID=root ++ BIN_GRP=dcc + ;; + esac + +@@ -2445,6 +2445,13 @@ + SENDMAIL="$with_sendmail" SENDMAIL_EVAL="$SENDMAIL" with_sendmail=yes - fi ++fi +if test -n "$SENDMAIL" -a "$SENDMAIL" != "no"; then + if test -f $SENDMAIL/include/libmilter/mfapi.h -a -f $SENDMAIL/lib/libmilter.a; then + SENDMAIL_OBJ=$SENDMAIL/lib + SENDMAIL_OBJ_EVAL=$SENDMAIL_OBJ + SENDMAIL_LIB=$SENDMAIL_OBJ/libmilter.a + fi -+fi + fi if test -z "$SENDMAIL"; then # prefer a parallel ../sendmail directory - DEPTH=. |