Date: Sat, 14 Dec 1996 14:23:40 -0800 (PST) From: "Jordan K. Hubbard" <jkh> 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 Message-ID: <199612142223.OAA21051@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612142223.OAA21051>