mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
321d79fdca
commit
295a5bd78c
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue