]> git.pld-linux.org Git - packages/procmail.git/blame - procmail-lockf.patch
- debugsource is empty, disable it
[packages/procmail.git] / procmail-lockf.patch
CommitLineData
de3d81a2
MK
1diff -urNp -x '*.orig' procmail-3.22.org/config.h procmail-3.22/config.h
2--- procmail-3.22.org/config.h 2001-09-11 04:53:50.000000000 +0000
3+++ procmail-3.22/config.h 2022-04-04 18:03:38.380223294 +0000
4@@ -77,8 +77,8 @@
4807c192
AM
5 #define TRUSTED_IDS {"root","daemon","uucp","mail","x400","network",\
6 "list","slist","lists","news",0}
cf98ab52 7
4807c192 8-/*#define NO_fcntl_LOCK /* uncomment any of these three if you */
cf98ab52 9-/*#define NO_lockf_LOCK /* definitely do not want procmail to make */
4807c192 10+#define NO_fcntl_LOCK /* uncomment any of these three if you */
cf98ab52 11+#define NO_lockf_LOCK /* definitely do not want procmail to make */
4807c192 12 /*#define NO_flock_LOCK /* use of those kernel-locking methods */
de3d81a2
MK
13 /* If you set LOCKINGTEST to a binary number
14 than there's no need to set these. These #defines are only useful
This page took 0.084675 seconds and 4 git commands to generate.