From 4f38a6d0bf0172d3dd603420ece2359c55384469 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 11 Mar 1983 02:52:54 -0800 Subject: [PATCH] with all apologies .... SCCS-vsn: sbin/newfs/mkfs.c 2.9 --- usr/src/sbin/newfs/mkfs.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/usr/src/sbin/newfs/mkfs.c b/usr/src/sbin/newfs/mkfs.c index 782411d3bf..b0567177c6 100644 --- a/usr/src/sbin/newfs/mkfs.c +++ b/usr/src/sbin/newfs/mkfs.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)mkfs.c 2.8 (Berkeley) %G%"; +static char *sccsid = "@(#)mkfs.c 2.9 (Berkeley) %G%"; /* * make file system for cylinder-group style file systems @@ -478,9 +478,7 @@ next: printf("\n"); printf(" %d,", fsbtodb(&sblock, cgsblock(&sblock, cylno))); } - printf("\n%s\n%s\n", - "WRITE THESE NUMBERS DOWN!!!", - "fsck depends on them to recover this file system."); + printf("\n"); /* * Now construct the initial file system, * then write out the super-block. -- 2.20.1