Date: Wed, 1 Sep 1999 17:51:18 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile config.c devices.c disks.c dist.c dist.h index.c install.c kget.c media.c menus.c network.c options.c package.c sysinstall.8 sysinstall.h system.c tcpip.c variable.c Message-ID: <199909020051.RAA19468@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1999/09/01 17:51:18 PDT
Modified files:
release/sysinstall Makefile config.c devices.c disks.c
dist.c dist.h index.c install.c kget.c
media.c menus.c network.c options.c
package.c sysinstall.8 sysinstall.h
system.c tcpip.c variable.c
Log:
Oh crud, did I ever screw the pooch! Rather than sync this with -stable,
I backed-out the changes in -current and didn't touch stable at all (I
thought I had my patch order reversed, not what actually happened).
AIEEE! I can't even blame the crack for this one since I broke my
crack pipe a few weeks ago. I think sleep deprivation gets the blame
for this one.
Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
Revision Changes Path
1.88 +1 -2 src/release/sysinstall/Makefile
1.143 +1 -1 src/release/sysinstall/config.c
1.102 +8 -7 src/release/sysinstall/devices.c
1.113 +6 -10 src/release/sysinstall/disks.c
1.148 +13 -1 src/release/sysinstall/dist.c
1.42 +8 -1 src/release/sysinstall/dist.h
1.74 +3 -1 src/release/sysinstall/index.c
1.247 +6 -2 src/release/sysinstall/install.c
1.13 +11 -0 src/release/sysinstall/kget.c
1.102 +6 -3 src/release/sysinstall/media.c
1.222 +33 -6 src/release/sysinstall/menus.c
1.43 +8 -5 src/release/sysinstall/network.c
1.65 +10 -4 src/release/sysinstall/options.c
1.82 +6 -1 src/release/sysinstall/package.c
1.25 +88 -35 src/release/sysinstall/sysinstall.8
1.176 +6 -0 src/release/sysinstall/sysinstall.h
1.98 +8 -2 src/release/sysinstall/system.c
1.91 +109 -29 src/release/sysinstall/tcpip.c
1.29 +4 -1 src/release/sysinstall/variable.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909020051.RAA19468>
