Date: Fri, 14 Feb 1997 12:59:13 -0800 (PST) From: "Jordan K. Hubbard" <jkh> 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 Message-ID: <199702142059.MAA00875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702142059.MAA00875>