cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog mkmodules.c


From: Larry Jones
Subject: [Cvs-cvs] ccvs/src ChangeLog mkmodules.c
Date: Fri, 13 Jan 2006 21:21:59 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Larry Jones <address@hidden>    06/01/13 21:21:59

Modified files:
        src            : ChangeLog mkmodules.c 

Log message:
        * mkmodules.c (config_contents): Change SystemAuth to yes to match
        the default value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?tr1=1.3334&tr2=1.3335&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/mkmodules.c.diff?tr1=1.95&tr2=1.96&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3334 ccvs/src/ChangeLog:1.3335
--- ccvs/src/ChangeLog:1.3334   Tue Jan 10 17:23:24 2006
+++ ccvs/src/ChangeLog  Fri Jan 13 21:21:58 2006
@@ -1,3 +1,8 @@
+2006-01-13  Larry Jones  <address@hidden>
+
+       * mkmodules.c (config_contents): Change SystemAuth to yes to match
+       the default value.
+
 2006-01-10  Derek Price  <address@hidden>
 
        * cvs.h (valloc): Remove unused proto.
Index: ccvs/src/mkmodules.c
diff -u ccvs/src/mkmodules.c:1.95 ccvs/src/mkmodules.c:1.96
--- ccvs/src/mkmodules.c:1.95   Mon Nov 14 19:24:51 2005
+++ ccvs/src/mkmodules.c        Fri Jan 13 21:21:58 2006
@@ -490,7 +490,7 @@
 
 static const char *const config_contents[] = {
     "# Set `SystemAuth' to `no' if pserver shouldn't check system 
users/passwords.\n",
-    "#SystemAuth=no\n",
+    "#SystemAuth=yes\n",
     "\n",
     "# Set `LocalKeyword' to specify a local alias for a standard keyword.\n",
     "#LocalKeyword=MYCVS=CVSHeader\n",




reply via email to

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