Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2000 07:34:59 -0800 (PST)
From:      Don Lewis <truckman@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc MAKEDEV src/release Makefile
Message-ID:  <200011051534.HAA97058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011051534.HAA97058>