]> git.pld-linux.org Git - packages/cvs.git/blobdiff - cvs-debian-R-warning.patch
- rel 10
[packages/cvs.git] / cvs-debian-R-warning.patch
index e1787bc2003418be412ee16ca151645dcc60e4ab..9464dc2f4d2cfd77534f85eae12f129ad4f17cc4 100644 (file)
@@ -1,24 +1,21 @@
---- cvs-1.12.13.orig/debian/patches/61_remove_-R_warning
-+++ cvs-1.12.13/debian/patches/61_remove_-R_warning
-@@ -0,0 +1,21 @@
-+#
-+# Turn off read-only warning that breaks pserver client access. Doh!
-+# Closes: #319467, #264019
-+# Patch by Steve McIntyre <steve@einval.com>
-+diff -ruN cvs-1.12.13-old/src/main.c cvs-1.12.13/src/main.c
-+--- cvs-1.12.13-old/src/main.c        2005-10-02 23:17:21.000000000 +0800
-++++ cvs-1.12.13/src/main.c    2006-02-26 18:23:04.000000000 +0800
-+@@ -764,13 +764,6 @@
-+     if (argc < 1)
-+      usage (usg);
-+ 
-+-    if (readonlyfs && !really_quiet) {
-+-     error (0, 0,
-+-            "WARNING: Read-only repository access mode selected via `cvs -R'.\n\
-+-Using this option to access a repository which some users write to may\n\
-+-cause intermittent sandbox corruption.");
-+-    }
-+-
-+     /* Calculate the cvs global session ID */
-+ 
-+     {
+#
+# Turn off read-only warning that breaks pserver client access. Doh!
+# Closes: #319467, #264019
+# Patch by Steve McIntyre <steve@einval.com>
+diff -ruN cvs-1.12.13-old/src/main.c cvs-1.12.13/src/main.c
+--- cvs-1.12.13-old/src/main.c 2005-10-02 23:17:21.000000000 +0800
++++ cvs-1.12.13/src/main.c     2006-02-26 18:23:04.000000000 +0800
+@@ -764,13 +764,6 @@
+     if (argc < 1)
+       usage (usg);
+-    if (readonlyfs && !really_quiet) {
+-      error (0, 0,
+-             "WARNING: Read-only repository access mode selected via `cvs -R'.\n\
+-Using this option to access a repository which some users write to may\n\
+-cause intermittent sandbox corruption.");
+-    }
+-
+     /* Calculate the cvs global session ID */
+     {
This page took 0.027409 seconds and 4 git commands to generate.