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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user