summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/newfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/newfs.c')
-rw-r--r--sbin/newfs/newfs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index cc86950..8a9f00d 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -245,6 +245,12 @@ main(argc, argv)
if (strstr(progname, "mfs")) {
mfs = 1;
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);
+
}
opstring = mfs ?
OpenPOWER on IntegriCloud