From owner-freebsd-hackers Wed May 15 07:21:05 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA21140 for hackers-outgoing; Wed, 15 May 1996 07:21:05 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA21130 for ; Wed, 15 May 1996 07:21:01 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA18932; Wed, 15 May 1996 08:20:50 -0600 Date: Wed, 15 May 1996 08:20:50 -0600 From: Nate Williams Message-Id: <199605151420.IAA18932@rocky.sri.MT.net> To: Julian Elischer Cc: hackers@freebsd.org Subject: Re: missing programs from CRUNCH files In-Reply-To: <199605150223.TAA00554@shrimp.whistle.com> References: <199605150223.TAA00554@shrimp.whistle.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > In attempting to re-make the makefiles > that make the various floppies, I have found that the following > programs are referenced bet seem to have disappeared, or that > people have stuffed around with them in some way and broken > the CRUNCH definitions for the fixit or root or boot floppies.. Look in /usr/src/sbin/i386 for most of them. > > ft > fdisk > sysinstall (I might justhave the wrong place for this) > mount_msdos This has always existed in /usr/src/gnu/usr.bin/grep. > grep > grep seems to have become egrep by dint of having just > having a subdir of egrep.. Both grep and egrep exist.