summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
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
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')
-rw-r--r--sbin/newfs/Makefile3
-rw-r--r--sbin/newfs/newfs.c6
2 files changed, 3 insertions, 6 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index deae94b..2c420f9 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -9,7 +9,6 @@ MOUNT= ${.CURDIR}/../mount
CFLAGS+=-DMFS -DFSIRAND -I${MOUNT}
.PATH: ${MOUNT}
-LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
-MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8 newfs.8 tmpfs.8
+LINKS= ${BINDIR}/newfs
.include <bsd.prog.mk>
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