From owner-cvs-user Sun Oct 6 07:46:18 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22292 for cvs-user-outgoing; Sun, 6 Oct 1996 07:46:18 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22267; Sun, 6 Oct 1996 07:46:03 -0700 (PDT) Date: Sun, 6 Oct 1996 07:46:03 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610061446.HAA22267@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c install.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/06 07:46:01 Modified: release/sysinstall dist.c install.c Log: Detect the zero-chunks case properly, now that I've reversed the order of the distribution probes over ftp. Properly #ifdef the SAVE_USERCONFIG code. Revision Changes Path 1.72 +6 -1 src/release/sysinstall/dist.c 1.131 +3 -1 src/release/sysinstall/install.c