summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-27 10:47:44 +0000
committerjkh <jkh@FreeBSD.org>1995-05-27 10:47:44 +0000
commitbd92125032e330df18d675d7b0e4104fe0573dcc (patch)
tree4f8ff13ef2bf6807ea0fbfb311091d2377e98b86 /usr.sbin/sysinstall/menus.c
parent7811628c58985af2ecaa6a0baacebcaafccc8cc1 (diff)
downloadFreeBSD-src-bd92125032e330df18d675d7b0e4104fe0573dcc.zip
FreeBSD-src-bd92125032e330df18d675d7b0e4104fe0573dcc.tar.gz
Commit parts of reorg that were diffs. Substantially re-engineer the
extraction and mediaGetFTP() handshaking to solve some unexpected complexities.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index f47e144..7dee248 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.32 1995/05/26 11:21:53 jkh Exp $
+ * $Id: menus.c,v 1.33 1995/05/26 19:28:03 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -554,6 +554,8 @@ When you're done setting options, select Cancel",
DMENU_SET_VARIABLE, "debug=yes", 0, 0 },
{ "No Debugging", "Turn the extra debugging flag off",
DMENU_SET_VARIABLE, "debug=no", 0, 0 },
+ { "Yes To All", "Assume \"Yes\" answers to all non-critical dialogs",
+ DMENU_SET_VARIABLE, "noConfirmation=Yes", 0, 0 },
{ NULL } },
};
OpenPOWER on IntegriCloud