Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/utils/sysinst Pullup rev 1.63 (requested by gra...
details: https://anonhg.NetBSD.org/src/rev/1d6ad4837c3f
branches: netbsd-1-6
changeset: 530103:1d6ad4837c3f
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Feb 10 06:03:52 2003 +0000
description:
Pullup rev 1.63 (requested by grant in ticket #1115)
Separate progress reporting into a utility set of routines. Use
these to provide a standalone progress binary and integrate support
for this into sysinst.
diffstat:
distrib/utils/sysinst/menus.mi.en | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fa392950abbc -r 1d6ad4837c3f distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Mon Feb 10 06:03:40 2003 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Mon Feb 10 06:03:52 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.en,v 1.51.2.8 2002/10/13 23:20:14 lukem Exp $ */
+/* $NetBSD: menus.mi.en,v 1.51.2.9 2003/02/10 06:03:52 jmc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -467,3 +467,7 @@
option "Yes", exit, action {yesno = 1;};
option "No", exit, action {yesno = 0;};
+menu extract, title "Select set extraction verbosity";
+ option "Progress bar (recommended)", exit, action { yesno = 1; };
+ option "Silent", exit, action { yesno = 0; };
+ option "Verbose file name listing (slow)", exit, action { yesno = 2; };
Home |
Main Index |
Thread Index |
Old Index