Module Name:    src
Committed By:   christos
Date:           Thu Mar  8 20:32:18 UTC 2012

Modified Files:
        src/external/gpl2/xcvs/dist/src: version.c

Log Message:
announce acl support


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl2/xcvs/dist/src/version.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/xcvs/dist/src/version.c
diff -u src/external/gpl2/xcvs/dist/src/version.c:1.1.1.1 src/external/gpl2/xcvs/dist/src/version.c:1.2
--- src/external/gpl2/xcvs/dist/src/version.c:1.1.1.1	Tue Apr  7 18:10:29 2009
+++ src/external/gpl2/xcvs/dist/src/version.c	Thu Mar  8 15:32:18 2012
@@ -30,7 +30,9 @@ char *config_string = "\n";
 #endif
 #endif
 
-
+/* cvsacl patch */
+static const char aclpatch_string[] =
+    "with CVSACL Patch 1.2.5 (cvsacl.sourceforge.net)\n";
 
 static const char *const version_usage[] =
 {
@@ -63,6 +65,8 @@ version (int argc, char **argv)
        released.  */
     (void) fputs (PACKAGE_STRING, stdout);
     (void) fputs (config_string, stdout);
+    /* cvsacl patch */
+    (void) fputs (aclpatch_string, stdout);
 
 #ifdef CLIENT_SUPPORT
     if (current_parsed_root && current_parsed_root->isremote)

Reply via email to