summaryrefslogtreecommitdiff
path: root/devel/cvs/patches/patch-al
blob: ad1a6067995f1166885919642943a95ce1f1b9df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-al,v 1.1 1999/04/20 15:01:11 mycroft Exp $

--- src/client.c.orig	Sun Jul 26 22:54:06 1998
+++ src/client.c	Tue Apr 20 10:15:03 1999
@@ -4172,6 +4172,16 @@
 		error (1, 0,
 		       "This server does not support the global -n option.");
 	}
+	if (nolock)
+	{
+	    if (have_global)
+	    {
+		send_to_server ("Global_option -u\012", 0);
+	    }
+	    else
+		error (1, 0,
+		       "This server does not support the global -u option.");
+	}
 	if (quiet)
 	{
 	    if (have_global)