Date: Fri, 28 Mar 1997 01:30:25 -0800 (PST) From: "Jordan K. Hubbard" <jkh> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall attr.c dist.c index.c install.c Message-ID: <199703280930.BAA29663@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 97/03/28 01:30:24 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall attr.c dist.c index.c install.c Log: Make attribute handler read data in blocks rather than by character. This is more efficient and somewhat easier to follow with two extra states. Put dist_attrs in proper scope. Fix a long standing bug with the package installer and dependencies - it's been using the *build* dep list all this time! And nobody noticed! D'oh! :) Make it use the more proper run deps. Make root password selection non-optional. Revision Changes Path 1.8.2.6 +30 -15 src/release/sysinstall/attr.c 1.73.2.24 +2 -3 src/release/sysinstall/dist.c 1.38.2.8 +5 -3 src/release/sysinstall/index.c 1.134.2.41 +6 -4 src/release/sysinstall/install.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703280930.BAA29663>