$NetBSD: patch-al,v 1.8 2004/04/15 22:28:36 wiz Exp $ --- src/client.c.orig Sun Apr 11 17:46:22 2004 +++ src/client.c @@ -4481,6 +4481,16 @@ start_server () error (1, 0, "This server does not support the global -n option."); } + if (nolock && !noexec) + { + 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)