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 [cvs1-11-x-branch]


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

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Larry Jones <address@hidden>    06/01/13 21:16:13

Modified files:
        src            : ChangeLog mkmodules.c 

Log message:
        * mkmodules.c (config_contents): Change SystemAuth to yes to match
        the default value.  Add missing newline in RereadLogAfterVerify.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?only_with_tag=cvs1-11-x-branch&tr1=1.2336.2.414&tr2=1.2336.2.415&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/mkmodules.c.diff?only_with_tag=cvs1-11-x-branch&tr1=1.66.6.6&tr2=1.66.6.7&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.2336.2.414 ccvs/src/ChangeLog:1.2336.2.415
--- ccvs/src/ChangeLog:1.2336.2.414     Mon Jan  9 21:19:15 2006
+++ ccvs/src/ChangeLog  Fri Jan 13 21:16:12 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.  Add missing newline in RereadLogAfterVerify.
+
 2006-01-09  Larry Jones  <address@hidden>
 
        * commit.c (remove_file): Record correct revision in history file.
Index: ccvs/src/mkmodules.c
diff -u ccvs/src/mkmodules.c:1.66.6.6 ccvs/src/mkmodules.c:1.66.6.7
--- ccvs/src/mkmodules.c:1.66.6.6       Thu Mar 17 16:31:48 2005
+++ ccvs/src/mkmodules.c        Fri Jan 13 21:16:13 2006
@@ -286,7 +286,7 @@
 
 static const char *const config_contents[] = {
     "# Set this to \"no\" if pserver shouldn't check system users/passwords\n",
-    "#SystemAuth=no\n",
+    "#SystemAuth=yes\n",
     "\n",
     "# Put CVS lock files in this directory rather than directly in the 
repository.\n",
     "#LockDir=/var/lock/cvs\n",
@@ -307,7 +307,7 @@
     "#LogHistory=" ALL_HISTORY_REC_TYPES "\n",
     "\n",
     "# Set `RereadLogAfterVerify' to `always' (the default) to allow the 
verifymsg\n",
-    "# script to change the log message.  Set it to `stat' to force CVS to 
verify",
+    "# script to change the log message.  Set it to `stat' to force CVS to 
verify\n",
     "# that the file has changed before reading it (this can take up to an 
extra\n",
     "# second per directory being committed, so it is not recommended for 
large\n",
     "# repositories.  Set it to `never' (the previous CVS behavior) to 
prevent\n",




reply via email to

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