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.43 (requested by gra...
details: https://anonhg.NetBSD.org/src/rev/52a0f13935c3
branches: netbsd-1-6
changeset: 530104:52a0f13935c3
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Feb 10 06:04:25 2003 +0000
description:
Pullup rev 1.43 (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.fr | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1d6ad4837c3f -r 52a0f13935c3 distrib/utils/sysinst/menus.mi.fr
--- a/distrib/utils/sysinst/menus.mi.fr Mon Feb 10 06:03:52 2003 +0000
+++ b/distrib/utils/sysinst/menus.mi.fr Mon Feb 10 06:04:25 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.mi.fr,v 1.35.2.4 2002/10/13 23:19:49 lukem Exp $ */
+/* $NetBSD: menus.mi.fr,v 1.35.2.5 2003/02/10 06:04:25 jmc Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -430,3 +430,9 @@
menu dhcpautoconf, title "Exécutez la configuration automatique de DHCP?";
option "Yes", exit, action {yesno = 1;};
option "No", exit, action {yesno = 0;};
+
+menu extract, title "Methode d'indication de l'extraction d'ensemble ?";
+ option "Thermometre (recommendeé)", exit, action { yesno = 1; };
+ option "Silencieux", exit, action { yesno = 0; };
+ option "Liste verbeuse des fichiers (lent)", exit, action
+ { yesno = 2; };
Home |
Main Index |
Thread Index |
Old Index