summaryrefslogtreecommitdiff
path: root/mail/nmh
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-25 18:57:16 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-25 18:57:16 +0000
commita68ac6d3d3a411a5b4589f3894a2e38e30254c6d (patch)
tree2437d30cf15e4599b1f391419e5537791f09d147 /mail/nmh
parentAdd a MASTER_SITE. (diff)
From maintainer:
I was confused creating the most recent nmh port patch and reverted the locking to "dot locking" as I'd thought that sendmail used that. Upon using the new 'inc' command and closer examination of sendmail, then mail.local, it looks like "flock" locking is more appropriate (to match mail.local's behavior). PR: 15674 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=24079
Diffstat (limited to 'mail/nmh')
-rw-r--r--mail/nmh/files/patch-aa18
1 files changed, 15 insertions, 3 deletions
diff --git a/mail/nmh/files/patch-aa b/mail/nmh/files/patch-aa
index 399da07546cf..6e3e092cac44 100644
--- a/mail/nmh/files/patch-aa
+++ b/mail/nmh/files/patch-aa
@@ -1,6 +1,18 @@
-diff -ur ../../nmh-1.0.2-DIST/acconfig.h ./acconfig.h
---- ../../nmh-1.0.2-DIST/acconfig.h Thu Oct 21 11:58:09 1999
-+++ ./acconfig.h Sat Dec 11 11:54:28 1999
+--- ../../../nmh-1.0.2-DIST/acconfig.h Thu Oct 21 11:58:09 1999
++++ ./acconfig.h Fri Dec 24 13:50:12 1999
+@@ -22,10 +22,10 @@
+ * other programs which may modify your maildrops.
+ * Currently you can only use one type.
+ */
+-#define DOT_LOCKING 1
++/* #define DOT_LOCKING 1 */
+ /* #define FCNTL_LOCKING 1 */
+ /* #define LOCKF_LOCKING 1 */
+-/* #define FLOCK_LOCKING 1 */
++#define FLOCK_LOCKING 1
+
+ /*
+ * If you have defined DOT_LOCKING, then the default is to
@@ -104,7 +104,7 @@
* The prefix which is prepended to the name of messages when they
* are "removed" by rmm. This should typically be `,' or `#'