aboutsummaryrefslogtreecommitdiff
path: root/sbin/shutdown
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1997-01-21 21:07:29 +0000
committerAdam David <adam@FreeBSD.org>1997-01-21 21:07:29 +0000
commit3cf6d2e79287107cf42709ace857680d50209e86 (patch)
treebf84fdba5c89e8d8f0d4fba1209234815eec29af /sbin/shutdown
parentb5b673ff993e74b6db9b6d437e7a438f032cf9c5 (diff)
downloadsrc-3cf6d2e79287107cf42709ace857680d50209e86.tar.gz
src-3cf6d2e79287107cf42709ace857680d50209e86.zip
-n was broken
2.2 candidate (probably)
Notes
Notes: svn path=/head/; revision=21931
Diffstat (limited to 'sbin/shutdown')
-rw-r--r--sbin/shutdown/shutdown.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c
index e94e096584d0..2a915c3c2642 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");