From owner-cvs-user Sat Oct 5 04:57:06 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA12003 for cvs-user-outgoing; Sat, 5 Oct 1996 04:57:06 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA11984; Sat, 5 Oct 1996 04:56:52 -0700 (PDT) Date: Sat, 5 Oct 1996 04:56:52 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610051156.EAA11984@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall devices.c menus.c uc_main.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/05 04:56:51 Modified: release/sysinstall devices.c menus.c uc_main.c Log: 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. Revision Changes Path 1.49 +51 -52 src/release/sysinstall/devices.c 1.86 +2 -2 src/release/sysinstall/menus.c 1.8 +14 -4 src/release/sysinstall/uc_main.c