summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-19 15:57:23 +0000
committerjkh <jkh@FreeBSD.org>1995-10-19 15:57:23 +0000
commit26765522cec0d44af5e1e6b0516c0912524a770f (patch)
treecb89f2b12123b6095c091eec366f98cccb7e1bec /release/sysinstall/options.c
parent0327f513f617dfcbed83e313f9d9a4b586e66e5b (diff)
downloadFreeBSD-src-26765522cec0d44af5e1e6b0516c0912524a770f.zip
FreeBSD-src-26765522cec0d44af5e1e6b0516c0912524a770f.tar.gz
Sync with today's sources:
o Implement the 2.0.5->2.1 upgrade procedure (gah). o Bring in Coranth's support for configuration of anon ftp and Samba plus some changes of my own. o More attempts to actually write the documentation in english. o Update docs to contain more 2.1-centric information.
Diffstat (limited to 'release/sysinstall/options.c')
-rw-r--r--release/sysinstall/options.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c
index 18485f6..0127afe 100644
--- a/release/sysinstall/options.c
+++ b/release/sysinstall/options.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: options.c,v 1.12 1995/10/18 00:12:36 jkh Exp $
+ * $Id: options.c,v 1.13 1995/10/18 05:01:59 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -212,7 +212,7 @@ optionsEditor(char *str)
switch (key) {
case KEY_F(1):
case '?':
- systemDisplayFile("options");
+ systemDisplayHelp("options");
break;
case KEY_UP:
@@ -240,13 +240,13 @@ optionsEditor(char *str)
case ' ':
fire(Options[currOpt]);
- dialog_clear();
clear();
+ dialog_clear();
continue;
case 'Q':
- dialog_clear();
clear();
+ dialog_clear();
return RET_SUCCESS;
default:
OpenPOWER on IntegriCloud