summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-28 23:12:09 +0000
committerjkh <jkh@FreeBSD.org>1995-05-28 23:12:09 +0000
commit3af08455beaf843caa7977ba2b77b18a1eb5c29f (patch)
tree286142ec4c5514ce7b38b3e2e34ac59ab0bae825 /usr.sbin/sysinstall/menus.c
parent0575dd01905c87bfe6aa6967d5a1eb2defd04555 (diff)
downloadFreeBSD-src-3af08455beaf843caa7977ba2b77b18a1eb5c29f.zip
FreeBSD-src-3af08455beaf843caa7977ba2b77b18a1eb5c29f.tar.gz
Add various missing seat belts.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index dc256d4..9a11719 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.34 1995/05/27 10:47:38 jkh Exp $
+ * $Id: menus.c,v 1.35 1995/05/28 09:31:37 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -673,8 +673,6 @@ aspects of your system's network configuration.",
DMENU_SET_VARIABLE, "nfs_client=YES", 0, 0 },
{ "NFS server", "This machine will be an NFS server",
DMENU_SET_VARIABLE, "nfs_server=YES", 0, 0 },
- { "gated", "This machine wants to run gated",
- DMENU_SET_VARIABLE, "gated=YES", 0, 0 },
{ "interfaces", "Configure additional interfaces",
DMENU_CALL, tcpDeviceSelect, 0, 0 },
{ "ntpdate", "Select a clock-syncronization server",
@@ -748,7 +746,7 @@ select Cancel.",
DMENU_SUBMENU, &MenuSysconsKeymap, 0, 0 },
{ "Repeat", "Set the rate at which keys repeat",
DMENU_SUBMENU, &MenuSysconsKeyrate, 0, 0 },
- { "Saver", "Select a screen saver",
+ { "Saver", "Configure the screen saver",
DMENU_SUBMENU, &MenuSysconsSaver, 0, 0 },
{ NULL } },
};
@@ -792,7 +790,7 @@ the other keymaps below.",
};
DMenu MenuSysconsKeyrate = {
- DMENU_NORMAL_TYPE,
+ DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"System Console Keyboard Repeat Rate",
"This menu allows you to set the speed at which keys repeat\n\
when held down.",
@@ -810,7 +808,7 @@ when held down.",
};
DMenu MenuSysconsSaver = {
- DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
+ DMENU_NORMAL_TYPE,
"System Console Screen Saver",
"By default, the console driver will not attempt to do anything\n\
special with your screen when it's idle. If you expect to leave your\n\
OpenPOWER on IntegriCloud