From owner-freebsd-commit Mon Oct 23 06:20:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06353 for freebsd-commit-outgoing; Mon, 23 Oct 1995 06:20:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06341 for cvs-all-outgoing; Mon, 23 Oct 1995 06:20:19 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06331 for cvs-user-outgoing; Mon, 23 Oct 1995 06:20:14 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06316 ; Mon, 23 Oct 1995 06:19:55 -0700 Date: Mon, 23 Oct 1995 06:19:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199510231319.GAA06316@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c ftp_strat.c install.c installFinal.c installPreconfig.c installUpgrade.c menus.c package.c sysinstall.h Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/23 06:19:53 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c ftp_strat.c install.c installFinal.c installPreconfig.c installUpgrade.c menus.c package.c sysinstall.h Log: Reshuffle the network config code a little so that it's actually usable. Also fix the package extraction code.