From owner-cvs-all Tue Nov 7 3: 2:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5163A37B479; Tue, 7 Nov 2000 03:02:11 -0800 (PST) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA79172; Tue, 7 Nov 2000 03:02:11 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200011071102.DAA79172@freefall.freebsd.org> From: Don Lewis Date: Tue, 7 Nov 2000 03:02:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/release/sysinstall install.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/11/07 03:02:10 PST Modified files: (Branch: RELENG_4) etc MAKEDEV release/sysinstall install.c Log: MFC: Set MAKEDEVPATH in sysinstall to include the necessary /mnt2 stuff before starting the fixit shell so that MAKEDEV on the fixit floppy (which would otherwise hardcode its path to /sbin:/bin) is usable. Search for mknod in the path instead of hardcoding /sbin/mknod in MAKEDEV. PR: misc/21241 Approved by: jkh Revision Changes Path 1.243.2.15 +10 -3 src/etc/MAKEDEV 1.268.2.16 +3 -1 src/release/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message