We don't need to fsck -f filesystems, plain fsck is good enough.

Define DEBUG_SETS to fsck -f by default instead.
This commit is contained in:
wiz 2000-05-20 00:45:45 +00:00
parent 4756ba9e32
commit c4c0300d19
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: disks.c,v 1.30 1999/07/04 21:52:11 cgd Exp $ */
/* $NetBSD: disks.c,v 1.31 2000/05/20 00:45:45 wiz Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -440,7 +440,7 @@ do_fsck(const char *diskpart)
}
/*endwin();*/
#ifdef DEBUG_SETS
#ifndef DEBUG_SETS
err = run_prog(0, 1, NULL, "/sbin/fsck_ffs %s%s", upgr, raw);
#else
err = run_prog(0, 1, NULL, "/sbin/fsck_ffs -f %s%s", upgr, raw);