From a4845fcc5ae7c0f37f173122a30da6a4b56caf40 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 21 Jan 1997 21:07:29 +0000 Subject: -n was broken 2.2 candidate (probably) --- sbin/shutdown/shutdown.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sbin/shutdown') diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c index e94e096..2a915c3 100644 --- a/sbin/shutdown/shutdown.c +++ b/sbin/shutdown/shutdown.c @@ -138,11 +138,6 @@ main(argc, argv) if (argc < 1) usage(); - if (nosync) { - (void)fprintf(stderr, - "shutdown: incompatible switches -f and -n.\n"); - usage(); - } if (doreboot && dohalt) { (void)fprintf(stderr, "shutdown: incompatible switches -h and -r.\n"); -- cgit v1.1