From owner-cvs-user Sat Dec 14 14:23:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21060 for cvs-user-outgoing; Sat, 14 Dec 1996 14:23:42 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21051; Sat, 14 Dec 1996 14:23:40 -0800 (PST) Date: Sat, 14 Dec 1996 14:23:40 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612142223.OAA21051@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c media.c sysinstall.h tcpip.c user.c src/release/sysinstall/help install.hlp Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/14 14:23:39 Modified: release/sysinstall dist.c media.c sysinstall.h tcpip.c user.c release/sysinstall/help install.hlp Log: To use the dosio library fully, I also (duh!) have to retain full use of stdio, I can't just go handing fileno(fp) around and expect that to work. Since this means I need to have sysinstall play pipeline on single file distributions now, that means I can also finally add a progress indicator for them. Change installation instructions to note that there's no dists directory anymore on CDROMs. Revision Changes Path 1.73.2.10 +5 -5 src/release/sysinstall/dist.c 1.62.2.7 +44 -10 src/release/sysinstall/media.c 1.82.2.9 +2 -2 src/release/sysinstall/sysinstall.h 1.48.2.6 +2 -2 src/release/sysinstall/tcpip.c 1.1.2.3 +2 -2 src/release/sysinstall/user.c 1.9 +1 -1 src/release/sysinstall/help/install.hlp