summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-04-20 15:11:35 +0000
committermycroft <mycroft@pkgsrc.org>1999-04-20 15:11:35 +0000
commitd108dd8f9ade437081095dad5649d3ad9c8ca62c (patch)
treeca2f9b320d0d22e663a57f8c798b7ce34f54791f /devel/cvs
parent5b023e20e2320a100f95de9a82480aeba29f31fe (diff)
downloadpkgsrc-d108dd8f9ade437081095dad5649d3ad9c8ca62c.tar.gz
If -n is used, send only -n and not -u, to retain compatibility with old
servers.
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/patches/patch-al6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/patches/patch-al b/devel/cvs/patches/patch-al
index ad1a6067995..e911f3a93f4 100644
--- a/devel/cvs/patches/patch-al
+++ b/devel/cvs/patches/patch-al
@@ -1,12 +1,12 @@
-$NetBSD: patch-al,v 1.1 1999/04/20 15:01:11 mycroft Exp $
+$NetBSD: patch-al,v 1.2 1999/04/20 15:11:35 mycroft Exp $
--- src/client.c.orig Sun Jul 26 22:54:06 1998
-+++ src/client.c Tue Apr 20 10:15:03 1999
++++ src/client.c Tue Apr 20 10:45:19 1999
@@ -4172,6 +4172,16 @@
error (1, 0,
"This server does not support the global -n option.");
}
-+ if (nolock)
++ if (nolock && !noexec)
+ {
+ if (have_global)
+ {