Date: Wed, 1 Jan 1997 04:36:11 -0800 (PST) From: "Jordan K. Hubbard" <jkh> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall cdrom.c ftp.c menus.c network.c nfs.c Message-ID: <199701011236.EAA26477@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 97/01/01 04:36:10 Modified: release/sysinstall cdrom.c ftp.c menus.c network.c nfs.c Log: 1. Correct bogon in cdromInit when running multi-user which took cdrom offline if wrong version. 2. Make sure network device is initialized in ftpInit 3. Eliminate bogus size values in the menus. For now, we'll have to admit that nobody's added it up yet. In the future, these menus should be build dynamically anyway, not declared static. 4. Add more debugging to networking code to chase the mystery ppp device problem. Revision Changes Path 1.31 +5 -3 src/release/sysinstall/cdrom.c 1.21 +9 -6 src/release/sysinstall/ftp.c 1.104 +104 -104 src/release/sysinstall/menus.c 1.25 +6 -2 src/release/sysinstall/network.c 1.13 +2 -2 src/release/sysinstall/nfs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701011236.EAA26477>