From owner-cvs-all Sun Nov 5 7:35: 3 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 3CF7737B4D7; Sun, 5 Nov 2000 07:34:59 -0800 (PST) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA97058; Sun, 5 Nov 2000 07:34:59 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200011051534.HAA97058@freefall.freebsd.org> From: Don Lewis Date: Sun, 5 Nov 2000 07:34:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/11/05 07:34:59 PST Modified files: etc MAKEDEV release Makefile Log: Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so that the copy of MAKEDEV on the fixit floppy is usable, since mknod and expr live in /mnt2/stand when the fixit floppy is running. Get rid of the sed invokation in release/Makefile that attempts to delete the PATH setting stuff from MAKEDEV on the fixit floppy. This hasn't worked since a long ago change to MAKEDEV caused the sed expression to no longer match. PR: misc/21241 Revision Changes Path 1.279 +11 -4 src/etc/MAKEDEV 1.582 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message