From owner-freebsd-commit Sat May 27 13:50:36 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA02419 for commit-outgoing; Sat, 27 May 1995 13:50:36 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA02401 for cvs-user-outgoing; Sat, 27 May 1995 13:50:30 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA02388 ; Sat, 27 May 1995 13:50:13 -0700 Date: Sat, 27 May 1995 13:50:13 -0700 From: "Jordan K. Hubbard" Message-Id: <199505272050.NAA02388@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall ftp_strat.c Sender: commit-owner@FreeBSD.org Precedence: bulk jkh 95/05/27 13:50:12 Modified: release boot_crunch.conf root_crunch.conf Log: 1. Remove slattach from the root_crunch floppy and stick it on the boot floppy (for slip install). 2. Try to work around a bodge in the ftp extraction loop where FtpEOF() was being called more than once. Also fix a problem where the URL was getting smashed in the environment by copying it to a temporary area before we jump up and down on it. Modified: release/sysinstall ftp_strat.c Log: 1. Try to work around a bodge in the ftp extraction loop where FtpEOF() was being called more than once. Also fix a problem where the URL was getting smashed in the environment by copying it to a temporary area before we jump up and down on it.