nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] nmh ChangeLog configure.in


From: Josh Bressers
Subject: [Nmh-commits] nmh ChangeLog configure.in
Date: Sun, 27 Aug 2006 01:19:40 +0000

CVSROOT:        /sources/nmh
Module name:    nmh
Changes by:     Josh Bressers <bress>   06/08/27 01:19:40

Modified files:
        .              : ChangeLog configure.in 

Log message:
        * configure.in: If we're not using dotlocking, there is no need to set 
inc
        sgid.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&r1=1.244&r2=1.245
http://cvs.savannah.gnu.org/viewcvs/nmh/configure.in?cvsroot=nmh&r1=1.77&r2=1.78

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- ChangeLog   30 Mar 2006 22:19:50 -0000      1.244
+++ ChangeLog   27 Aug 2006 01:19:39 -0000      1.245
@@ -1,3 +1,8 @@
+2006-08-26  Josh Bressers <address@hidden>
+
+       * configure.in: If we're not using dotlocking, there is no need to set
+       inc sgid.
+
 2006-03-30  David Levine <address@hidden>
 
        * uip/sendsbr.c: with attachformat values of 1 or 2, only

Index: configure.in
===================================================================
RCS file: /sources/nmh/nmh/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- configure.in        18 Jan 2006 18:08:17 -0000      1.77
+++ configure.in        27 Aug 2006 01:19:40 -0000      1.78
@@ -1,7 +1,7 @@
 dnl
 dnl configure.in -- autoconf template for nmh
 dnl
-dnl $Id: configure.in,v 1.77 2006/01/18 18:08:17 opk Exp $
+dnl $Id: configure.in,v 1.78 2006/08/27 01:19:40 bress Exp $
 dnl
 
 dnl 2.13 definitely chokes; 2.53 is the earliest version I've tested.
@@ -426,7 +426,7 @@
 
 dnl If mailspool is not world-writable and dotlockfile is not setgid,
 dnl we need to #define MAILGROUP to 1 and make inc setgid.
-if test x"$nmh_cv_mailspool_world_writable" = x"no" -a 
x"$nmh_cv_dotlockfile_setgid" != x"yes" ; then
+if test x"$LOCKTYPE" = x"dot" -a x"$nmh_cv_mailspool_world_writable" = x"no" 
-a x"$nmh_cv_dotlockfile_setgid" != x"yes" ; then
   dnl do we really need both of these?
   AC_DEFINE(MAILGROUP)dnl
   SETGID_MAIL=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]