From owner-cvs-user Sat Oct 21 07:08:00 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA01868 for cvs-user-outgoing; Sat, 21 Oct 1995 07:08:00 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA01859 ; Sat, 21 Oct 1995 07:07:51 -0700 Date: Sat, 21 Oct 1995 07:07:51 -0700 From: "Jordan K. Hubbard" Message-Id: <199510211407.HAA01859@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall/help hardware.hlp Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/10/21 07:07:50 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall dist.c ftp.c ftp_strat.c globals.c index.c install.c media.c msg.c nfs.c options.c sysinstall.h Log: 1. Of course, the day after you roll the snapshots is the day you realize that the FTP install doesn't deal with timeouts and hasn't since it was written. Fixed. 2. Totally eliminate the OptionFlags. I only had to work harder to sync them with configuration variables, so why not simply always use configuration variables? This has actually greatly simplified areas of the code. Branch: release/sysinstall/help RELENG_2_1_0 Modified: release/sysinstall/help hardware.hlp Log: Fix a few bogitties in this doc.