From owner-cvs-user Wed Jun 12 07:02:39 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA03261 for cvs-user-outgoing; Wed, 12 Jun 1996 07:02:39 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA03222; Wed, 12 Jun 1996 07:02:16 -0700 (PDT) Date: Wed, 12 Jun 1996 07:02:16 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606121402.HAA03222@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c dmenu.c index.c install.c menus.c variable.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/12 07:02:15 Modified: release/sysinstall dist.c dmenu.c index.c install.c menus.c variable.c Log: Fix a truly stupid bug which broke the package installation menu for everything _but_ the multi-user case now (it was the opposite before :-). That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh. Revision Changes Path 1.58 +40 -7 src/release/sysinstall/dist.c 1.20 +11 -1 src/release/sysinstall/dmenu.c 1.34 +2 -2 src/release/sysinstall/index.c 1.100 +10 -2 src/release/sysinstall/install.c 1.64 +5 -1 src/release/sysinstall/menus.c 1.11 +7 -1 src/release/sysinstall/variable.c