Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/sysinst Pullup 1.34-1.36 [fvdl]:
details: https://anonhg.NetBSD.org/src/rev/4ca8b023e1cf
branches: netbsd-1-5
changeset: 490048:4ca8b023e1cf
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 01 02:51:23 2000 +0000
description:
Pullup 1.34-1.36 [fvdl]:
Fix "incorrect fsck_ffs -c".
diffstat:
distrib/utils/sysinst/disks.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8e20a01a1781 -r 4ca8b023e1cf distrib/utils/sysinst/disks.c
--- a/distrib/utils/sysinst/disks.c Wed Nov 01 02:46:58 2000 +0000
+++ b/distrib/utils/sysinst/disks.c Wed Nov 01 02:51:23 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disks.c,v 1.31.4.1 2000/10/18 17:51:14 tv Exp $ */
+/* $NetBSD: disks.c,v 1.31.4.2 2000/11/01 02:51:23 tv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -436,7 +436,7 @@
msg_display(MSG_upgrinode, raw);
process_menu(MENU_yesno);
if (yesno)
- upgr = "-c ";
+ upgr = "-c 3 ";
}
/*endwin();*/
Home |
Main Index |
Thread Index |
Old Index