diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:20:38 +0000 |
commit | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (patch) | |
tree | 0e35601cdb966c752e15cc4e5381c7e20e13fd50 /mail/procmail/files/patch-src-manconf.c | |
parent | science/sigrok-cli: update to 0.5.0 (diff) |
Rename mail/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'mail/procmail/files/patch-src-manconf.c')
-rw-r--r-- | mail/procmail/files/patch-src-manconf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/procmail/files/patch-src-manconf.c b/mail/procmail/files/patch-src-manconf.c new file mode 100644 index 000000000000..1ec12acc25bd --- /dev/null +++ b/mail/procmail/files/patch-src-manconf.c @@ -0,0 +1,11 @@ +--- src/manconf.c.orig Fri Aug 25 11:04:33 2000 ++++ src/manconf.c Sun Aug 27 13:12:55 2000 +@@ -140,7 +140,7 @@ + sh before procmail ever sees it; it is however a necessary kludge against\1\ + overoptimising sendmail programs:\1"); + #else +- ps("FW_content","\"|exec @BINDIR@/procmail\""); ++ ps("FW_content","\"|exec @BINDIR@/procmail || exit 75\""); + ps("FW_comment",""); + #endif + #else |