diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-03 14:57:05 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-03 14:57:05 +0000 |
commit | 1f1bdf4e1ba6c31fa874d3d2593461f310862dea (patch) | |
tree | bdf617614e4a240fbdfb301af78941afbb5d7331 /mail/procmail/patches | |
parent | be0b4abae3bb269ad18e08b0373eca5e2bc2c166 (diff) | |
download | pkgsrc-1f1bdf4e1ba6c31fa874d3d2593461f310862dea.tar.gz |
Don't hardcode the etc dir to /usr/local/etc.
Fixes pr 5694 by Mason Loring Bliss.
Diffstat (limited to 'mail/procmail/patches')
-rw-r--r-- | mail/procmail/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/patches/patch-ab b/mail/procmail/patches/patch-ab index be45797a7c3..49bb6f55060 100644 --- a/mail/procmail/patches/patch-ab +++ b/mail/procmail/patches/patch-ab @@ -34,11 +34,11 @@ is not found, maildelivery will proceed as normal to the default system mailbox. */ -! #define ETCRC "/usr/local/etc/procmailrc" /* optional global procmailrc startup +! #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 "/usr/local/etc/procmailrcs/" /* optional trusted path prefix for +! #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 |