25fdf11cc2
- switch mailbox locking to flock() - add RCS id to patch-configure - fix offsets in patch_mbox_c - mention IMAP support in DESCR -- from naddy@
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2000/07/27 22:28:00 brad Exp $
|
|
--- configure.orig Thu Jul 6 19:07:35 2000
|
|
+++ configure Sat Jul 22 13:22:30 2000
|
|
@@ -3819,7 +3819,7 @@
|
|
|
|
|
|
if test x$mutt_cv_setgid = xyes; then
|
|
- DOTLOCK_GROUP='mail'
|
|
+ DOTLOCK_GROUP='wheel'
|
|
DOTLOCK_PERMISSION=2755
|
|
else
|
|
DOTLOCK_GROUP=''
|