summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-05 11:56:50 +0000
committerjkh <jkh@FreeBSD.org>1996-10-05 11:56:50 +0000
commit4da4b8bed3e9fc2fafa47bb795bf6a65b5eb4f94 (patch)
tree8fb920feb9de42f9b2ef7cd86e5f73027978380b /usr.sbin/sade/menus.c
parentb9987ee7d093f2f84b37714347336e2481dfda01 (diff)
downloadFreeBSD-src-4da4b8bed3e9fc2fafa47bb795bf6a65b5eb4f94.zip
FreeBSD-src-4da4b8bed3e9fc2fafa47bb795bf6a65b5eb4f94.tar.gz
1. Change device probing so that high speed network devices are found before
SLIP/PPP devices, putting them before the others in the network device selection menu. 2. Change "Other" to "URL" so as not to conflict with the keyboard accellerator for the "OK" button in FTP site selection menu. 3. Detect the NULL last symbol in the name list and initialize the other members correctly.
Diffstat (limited to 'usr.sbin/sade/menus.c')
-rw-r--r--usr.sbin/sade/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 0f5b0fc..4f66844 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/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.84 1996/07/31 06:41:29 jkh Exp $
+ * $Id: menus.c,v 1.85 1996/09/08 01:39:25 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -440,7 +440,7 @@ guaranteed to carry the full range of possible distributions.",
"install",
{ { "Primary Site", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.freebsd.org/pub/FreeBSD/" },
- { "Other", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
+ { "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=other" },
{ "Australia", "ftp.au.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.au.freebsd.org/pub/FreeBSD/" },
OpenPOWER on IntegriCloud