Initial cleanout of MFS from newfs. More complete wash needed.
This commit is contained in:
parent
785e1e1e17
commit
d1bc4fec62
@ -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>
|
||||
|
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user