summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 18:52:39 +0000
committerphk <phk@FreeBSD.org>2001-05-29 18:52:39 +0000
commitd1bc4fec62ce0857d1afac451d26d3790bc89496 (patch)
tree30585a8ea5d1f66fbfe5526a5c221ee4fca8cf0a /sbin/newfs/newfs.c
parent785e1e1e17a2b44066f6872954827b20e3e59773 (diff)
downloadFreeBSD-src-d1bc4fec62ce0857d1afac451d26d3790bc89496.zip
FreeBSD-src-d1bc4fec62ce0857d1afac451d26d3790bc89496.tar.gz
Initial cleanout of MFS from newfs. More complete wash needed.
Diffstat (limited to 'sbin/newfs/newfs.c')
-rw-r--r--sbin/newfs/newfs.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index e1dfbc7..20abe7f 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -249,10 +249,8 @@ main(argc, argv)
Nflag++;
fprintf(stderr,
"WARNING: MFS is being phased out in preference for md devices\n"
-"WARNING: Please see mdconfig(8) for details\n"
-"WARNING: Continuing in 15 seconds\n");
- sleep(15);
-
+"WARNING: Please see mdconfig(8) for details\n");
+ exit(1);
}
opstring = mfs ?
OpenPOWER on IntegriCloud