From owner-cvs-all Sun Nov 15 01:06:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA06512 for cvs-all-outgoing; Sun, 15 Nov 1998 01:06:18 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA06507; Sun, 15 Nov 1998 01:06:17 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12229; Sun, 15 Nov 1998 01:06:21 -0800 (PST) Date: Sun, 15 Nov 1998 01:06:21 -0800 (PST) Message-Id: <199811150906.BAA12229@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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