Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst We don't need to fsck -f filesystems, ...



details:   https://anonhg.NetBSD.org/src/rev/4254db270e69
branches:  trunk
changeset: 486353:4254db270e69
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat May 20 00:45:45 2000 +0000

description:
We don't need to fsck -f filesystems, plain fsck is good enough.
Define DEBUG_SETS to fsck -f by default instead.

diffstat:

 distrib/utils/sysinst/disks.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b58549779ecb -r 4254db270e69 distrib/utils/sysinst/disks.c
--- a/distrib/utils/sysinst/disks.c     Fri May 19 22:26:50 2000 +0000
+++ b/distrib/utils/sysinst/disks.c     Sat May 20 00:45:45 2000 +0000
@@ -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 @@
        }
 
        /*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);



Home | Main Index | Thread Index | Old Index