summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-30 05:13:24 +0000
committerjkh <jkh@FreeBSD.org>1995-05-30 05:13:24 +0000
commit1ad077026642249754a723d17ecee9f12fc5215a (patch)
tree7efd057a82ea2fc63d0dc4ee19469ce63d7fbc43 /usr.sbin/sysinstall/menus.c
parent73f2e484c4769cc4482cf7315dc29e404cd0a789 (diff)
downloadFreeBSD-src-1ad077026642249754a723d17ecee9f12fc5215a.zip
FreeBSD-src-1ad077026642249754a723d17ecee9f12fc5215a.tar.gz
NFS installation was broken - try to fix it.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index ed794a0..3008e98 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.38 1995/05/29 11:01:29 jkh Exp $
+ * $Id: menus.c,v 1.39 1995/05/29 11:58:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -663,12 +663,13 @@ When you're done, select Cancel",
};
DMenu MenuNetworking = {
- DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
+ DMENU_NORMAL_TYPE,
"Network Services Menu",
"You may have already configured one network device (and the\n\
other various hostname/gateway/name server parameters) in the process\n\
of installing FreeBSD. This menu allows you to configure other\n\
-aspects of your system's network configuration.",
+aspects of your system's network configuration.\n\n\
+When you are done, select Cancel.",
NULL,
NULL,
{ { "NFS client", "This machine will be an NFS client",
OpenPOWER on IntegriCloud