]> git.pld-linux.org Git - packages/cvs.git/blame - cvs-debian-R-warning.patch
- make sure that zlib is never used
[packages/cvs.git] / cvs-debian-R-warning.patch
CommitLineData
76652ff6
AM
1--- cvs-1.12.13.orig/debian/patches/61_remove_-R_warning
2+++ cvs-1.12.13/debian/patches/61_remove_-R_warning
3@@ -0,0 +1,21 @@
4+#
5+# Turn off read-only warning that breaks pserver client access. Doh!
6+# Closes: #319467, #264019
7+# Patch by Steve McIntyre <steve@einval.com>
8+diff -ruN cvs-1.12.13-old/src/main.c cvs-1.12.13/src/main.c
9+--- cvs-1.12.13-old/src/main.c 2005-10-02 23:17:21.000000000 +0800
10++++ cvs-1.12.13/src/main.c 2006-02-26 18:23:04.000000000 +0800
11+@@ -764,13 +764,6 @@
12+ if (argc < 1)
13+ usage (usg);
14+
15+- if (readonlyfs && !really_quiet) {
16+- error (0, 0,
17+- "WARNING: Read-only repository access mode selected via `cvs -R'.\n\
18+-Using this option to access a repository which some users write to may\n\
19+-cause intermittent sandbox corruption.");
20+- }
21+-
22+ /* Calculate the cvs global session ID */
23+
24+ {
This page took 0.059784 seconds and 4 git commands to generate.