fix bogus use of patches

This commit is contained in:
brad 2004-02-15 01:42:52 +00:00
parent 13453d9da1
commit b2b9544d0a
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-configure,v 1.2 2002/06/14 17:43:51 fgsch Exp $
--- configure.orig Wed May 29 06:31:03 2002
+++ configure Mon Jun 10 15:47:15 2002
@@ -4677,7 +4677,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=''

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure_in,v 1.1 2004/02/15 01:42:52 brad Exp $
--- configure.in.orig 2004-02-14 20:36:57.000000000 -0500
+++ configure.in 2004-02-14 20:37:20.000000000 -0500
@@ -422,7 +422,7 @@ docdir=$mutt_cv_docdir
AC_SUBST(docdir)
if test x$mutt_cv_setgid = xyes; then
- DOTLOCK_GROUP='mail'
+ DOTLOCK_GROUP='wheel'
DOTLOCK_PERMISSION=2755
else
DOTLOCK_GROUP=''