]> git.pld-linux.org Git - packages/procmail.git/commitdiff
- disable kernel-locking methods.
authorkloczek <kloczek@pld-linux.org>
Wed, 24 Nov 1999 06:31:15 +0000 (06:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    procmail-lockf.patch -> 1.1

procmail-lockf.patch [new file with mode: 0644]

diff --git a/procmail-lockf.patch b/procmail-lockf.patch
new file mode 100644 (file)
index 0000000..c1a93b4
--- /dev/null
@@ -0,0 +1,13 @@
+--- procmail-3.10/config.h.lockf       Sun Aug 16 21:28:15 1998
++++ procmail-3.10/config.h     Sun Aug 16 21:30:03 1998
+@@ -51,8 +51,8 @@
+       delivery mode argument(s) */
+ /*#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       */
++#define NO_lockf_LOCK         /* definitely do not want procmail to make   */
++#define NO_flock_LOCK         /* use of those kernel-locking methods       */
+ #define NO_NFS_ATIME_HACK     /* uncomment if you're definitely not using
+                                  NFS mounted filesystems and can't afford
This page took 0.040297 seconds and 4 git commands to generate.