From 3c91908418bed68fdca9d2d34b4cc6b7183177ac Mon Sep 17 00:00:00 2001 From: brueffer Date: Sun, 9 Feb 2014 14:28:47 +0000 Subject: Refer newfs and growfs users to fsck_ffs instead of fsck, the latter does not accept the referred to "-b" flag. This change was accidently committed directly to 9-STABLE in r237505. PR: 82720 Submitted by: David D.W. Downey MFC after: 1 week --- sbin/growfs/growfs.c | 2 +- sbin/newfs/mkfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index b8a81c2..96897e2 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -201,7 +201,7 @@ growfs(int fsi, int fso, unsigned int Nflag) * Now build the cylinders group blocks and * then print out indices of cylinder groups. */ - printf("super-block backups (for fsck -b #) at:\n"); + printf("super-block backups (for fsck_ffs -b #) at:\n"); i = 0; width = charsperline(); diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 8bcd56f..ee6ed96 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -544,7 +544,7 @@ restart: * Now build the cylinders group blocks and * then print out indices of cylinder groups. */ - printf("super-block backups (for fsck -b #) at:\n"); + printf("super-block backups (for fsck_ffs -b #) at:\n"); i = 0; width = charsperline(); /* -- cgit v1.1