summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-04-20 15:09:44 +0000
committermycroft <mycroft@pkgsrc.org>1999-04-20 15:09:44 +0000
commit5b023e20e2320a100f95de9a82480aeba29f31fe (patch)
tree3676f6f6e8c7ec204694b349801f575409543d1c
parent3729b8c84ef0b259e65579037f5efc95937307cd (diff)
downloadpkgsrc-5b023e20e2320a100f95de9a82480aeba29f31fe.tar.gz
Er, -n must imply -u for compatibility with old clients.
-rw-r--r--devel/cvs/patches/patch-ar7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cvs/patches/patch-ar b/devel/cvs/patches/patch-ar
index eacf6161cb9..dffd878f999 100644
--- a/devel/cvs/patches/patch-ar
+++ b/devel/cvs/patches/patch-ar
@@ -1,7 +1,7 @@
-$NetBSD: patch-ar,v 1.1 1999/04/20 15:01:12 mycroft Exp $
+$NetBSD: patch-ar,v 1.2 1999/04/20 15:09:44 mycroft Exp $
--- src/server.c.orig Thu Aug 6 20:46:38 1998
-+++ src/server.c Tue Apr 20 10:28:06 1999
++++ src/server.c Tue Apr 20 10:43:30 1999
@@ -597,31 +597,34 @@
nothing. But for rsh, we need to do it now. */
parse_config (CVSroot_directory);
@@ -60,11 +60,10 @@ $NetBSD: patch-ar,v 1.1 1999/04/20 15:01:12 mycroft Exp $
#ifdef HAVE_PUTENV
env = malloc (strlen (CVSROOT_ENV) + strlen (CVSroot_directory) + 1 + 1);
-@@ -1759,6 +1762,9 @@
+@@ -1759,6 +1762,8 @@
{
case 'n':
noexec = 1;
-+ break;
+ case 'u':
+ nolock = 1;
break;