Initial cleanout of MFS from newfs. More complete wash needed.

This commit is contained in:
Poul-Henning Kamp 2001-05-29 18:52:39 +00:00
parent 870b4959b7
commit a383ba34c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77418
2 changed files with 3 additions and 6 deletions

View File

@ -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>

View File

@ -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 ?