diff options
author | cjs <cjs@pkgsrc.org> | 1999-04-06 11:48:07 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 1999-04-06 11:48:07 +0000 |
commit | c846125829affa982a84e84d9f1bc8559497817c (patch) | |
tree | dd466f5d22d8013dbe7c4c8935875461ee2855c3 /mail/procmail/patches/patch-ab | |
parent | 5e550b01dfd397009bc10ded419dae648f33d3ea (diff) | |
download | pkgsrc-c846125829affa982a84e84d9f1bc8559497817c.tar.gz |
Upgrade procmail to 3.13. Move config dir from PREFIX/pkg/etc to /etc, so
that machines sharing /usr do not have to share procmail config file.
Diffstat (limited to 'mail/procmail/patches/patch-ab')
-rw-r--r-- | mail/procmail/patches/patch-ab | 57 |
1 files changed, 12 insertions, 45 deletions
diff --git a/mail/procmail/patches/patch-ab b/mail/procmail/patches/patch-ab index 3a5b4628bd8..f24eb783a88 100644 --- a/mail/procmail/patches/patch-ab +++ b/mail/procmail/patches/patch-ab @@ -1,46 +1,13 @@ -$NetBSD: patch-ab,v 1.3 1998/08/07 11:09:51 agc Exp $ +$NetBSD: patch-ab,v 1.4 1999/04/06 11:48:07 cjs Exp $ -*** config.h.bak Mon Oct 30 05:09:07 1995 ---- config.h Wed Aug 28 17:10:52 1996 -*************** -*** 45,51 **** - #define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\ - "list","slist","lists","news",0} - -! /*#define NO_fcntl_LOCK /* uncomment any of these three if you */ - /*#define NO_lockf_LOCK /* definitely do not want procmail to make */ - /*#define NO_flock_LOCK /* use of those kernel-locking methods */ - ---- 45,51 ---- - #define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\ - "list","slist","lists","news",0} - -! #define NO_fcntl_LOCK /* uncomment any of these three if you */ - /*#define NO_lockf_LOCK /* definitely do not want procmail to make */ - /*#define NO_flock_LOCK /* use of those kernel-locking methods */ - -*************** -*** 69,79 **** - is not found, maildelivery will proceed as normal to the default - system mailbox. */ - -! #define ETCRC "/etc/procmailrc" /* optional global procmailrc startup - file (will only be read if procmail - is started with no rcfile on the command line). */ - -! #define ETCRCS "/etc/procmailrcs/" /* optional trusted path prefix for - rcfiles which will be executed with - the uid of the owner of the rcfile (this only happens if procmail is - called with the -m option, without variable assignments on the command ---- 69,79 ---- - is not found, maildelivery will proceed as normal to the default - system mailbox. */ - -! #define ETCRC "@LOCALBASE@/etc/procmailrc" /* optional global procmailrc startup - file (will only be read if procmail - is started with no rcfile on the command line). */ - -! #define ETCRCS "@LOCALBASE@/etc/procmailrcs/" /* optional trusted path prefix for - rcfiles which will be executed with - the uid of the owner of the rcfile (this only happens if procmail is - called with the -m option, without variable assignments on the command +--- config.h~ Fri Feb 26 16:11:54 1999 ++++ config.h Mon Apr 5 23:08:11 1999 +@@ -51,7 +51,7 @@ + #define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\ + "list","slist","lists","news",0} + +-/*#define NO_fcntl_LOCK /* uncomment any of these three if you */ ++#define NO_fcntl_LOCK /* uncomment any of these three if you */ + /*#define NO_lockf_LOCK /* definitely do not want procmail to make */ + /*#define NO_flock_LOCK /* use of those kernel-locking methods */ + |