Date: Sun, 15 Nov 1998 01:06:21 -0800 (PST) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c dispatch.c dist.c install.c installUpgrade.c network.c sysinstall.h tcpip.c Message-ID: <199811150906.BAA12229@freefall.freebsd.org>
index | next in thread | raw e-mail
jkh 1998/11/15 01:06:21 PST
Modified files:
release/sysinstall config.c dispatch.c dist.c install.c
installUpgrade.c network.c sysinstall.h
tcpip.c
Log:
o Break fixups into binary fixups and XFree86 based fixups.
o Move fixups into extraction routine so all consumers don't have to duplicate
the right behavior.
o Make some things more orthogonal (just for asthetics sake)
o Add option to go back and do it again if XF86Setup fails (possibly with
a different setup - this one has always annoyed me).
Revision Changes Path
1.115 +26 -29 src/release/sysinstall/config.c
1.26 +3 -2 src/release/sysinstall/dispatch.c
1.130 +13 -4 src/release/sysinstall/dist.c
1.218 +62 -52 src/release/sysinstall/install.c
1.61 +1 -23 src/release/sysinstall/installUpgrade.c
1.33 +10 -4 src/release/sysinstall/network.c
1.150 +5 -4 src/release/sysinstall/sysinstall.h
1.74 +2 -2 src/release/sysinstall/tcpip.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811150906.BAA12229>
