mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
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:
parent
9b316f5262
commit
3c91908418
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user