From owner-cvs-user Fri Feb 14 12:59:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA00888 for cvs-user-outgoing; Fri, 14 Feb 1997 12:59:14 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA00875; Fri, 14 Feb 1997 12:59:13 -0800 (PST) Date: Fri, 14 Feb 1997 12:59:13 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702142059.MAA00875@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall config.c main.c media.c package.c sysinstall.h tcpip.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/14 12:59:12 Modified: release/sysinstall config.c main.c media.c package.c sysinstall.h tcpip.c Log: o Try to be more aggressive about reading in old configuration data so that we're more useful in multi-user mode. This is still not 100%, but it pulls in a lot more than it used to. Some of the "composite" variables in /etc/sysconfig are going to take more work. o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do so. o Reset media properly when reselecting. Longstanding bogon. o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle this differently shortly. o Fix bug where cancel in TCP setup dialog still checked data fields. I think this closes a PR, but I will have to go look. Revision Changes Path 1.74 +76 -34 src/release/sysinstall/config.c 1.40 +3 -0 src/release/sysinstall/main.c 1.78 +42 -18 src/release/sysinstall/media.c 1.56 +11 -20 src/release/sysinstall/package.c 1.114 +1 -0 src/release/sysinstall/sysinstall.h 1.61 +1 -1 src/release/sysinstall/tcpip.c