4915f32e9a
with help from David Terrell (and tests/advice from various people).
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
$OpenBSD: patch-fix_DOTLOCK_group,v 1.3 2000/01/21 16:39:39 espie Exp $
|
|
--- configure.orig Tue Jan 18 23:19:14 2000
|
|
+++ configure Thu Jan 20 16:33:03 2000
|
|
@@ -3211,7 +3211,7 @@ docdir=$mutt_cv_docdir
|
|
|
|
|
|
if test x$mutt_cv_setgid = xyes; then
|
|
- DOTLOCK_GROUP='mail'
|
|
+ DOTLOCK_GROUP='wheel'
|
|
DOTLOCK_PERMISSION=2755
|
|
else
|
|
DOTLOCK_GROUP=''
|