mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Make fsck(8) default to "ufs", like eg mount(8) does.
Approved by: imp Discussed with: kib MFC after: 2 weeks Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9621
This commit is contained in:
parent
dddb7e7f25
commit
6a27a9f64e
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ main(int argc, char *argv[])
|
|||
if (vfstype == NULL)
|
||||
vfstype = getfstype(spec);
|
||||
if (vfstype == NULL)
|
||||
errx(1, "Could not determine filesystem type");
|
||||
vfstype = "ufs";
|
||||
type = vfstype;
|
||||
devcheck(spec);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue