diff options
author | mycroft <mycroft> | 1999-04-20 15:11:35 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1999-04-20 15:11:35 +0000 |
commit | c9e41ee41d7ebec440c4a733aecb53a33dc381bc (patch) | |
tree | ca2f9b320d0d22e663a57f8c798b7ce34f54791f /devel/cvs | |
parent | 9cd9c14b992b450de381a098e1a62078cdf888c5 (diff) | |
download | pkgsrc-c9e41ee41d7ebec440c4a733aecb53a33dc381bc.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-al | 6 |
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) + { |