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
This commit is contained in:
brueffer 2014-02-09 14:28:47 +00:00
parent 9b316f5262
commit 3c91908418
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();
/*