From owner-freebsd-stable Wed Sep 6 3:25:21 2000 Delivered-To: freebsd-stable@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id 0668C37B423 for ; Wed, 6 Sep 2000 03:25:19 -0700 (PDT) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id FAA22206 for ; Wed, 6 Sep 2000 05:25:13 -0500 (CDT) (envelope-from jeff-ml@mountin.net) Received: from dial-101.max1.wa.cyberlynk.net(207.227.118.101) by peak.mountin.net via smap (V1.3) id sma022204; Wed Sep 6 05:25:07 2000 Message-Id: <4.3.2.20000906044214.00b81920@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Wed, 06 Sep 2000 05:22:42 -0500 To: stable@FreeBSD.ORG From: "Jeffrey J. Mountin" Subject: NO_TCSH issue Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmmm... If you build with this option and remove /bin/(t)csh, buildworld will die when /usr/bin/vgrind is called like so: ===> share/doc/papers/kernmalloc touch _stamp.extraobjs (cd /usr/src/share/doc/papers/kernmalloc; soelim kernmalloc.t) > kernmalloc.ms vgrind -f < /usr/src/share/doc/papers/kernmalloc/appendix.t > appendix.ms vgrind: not found *** Error code 127 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error Tried manually and found > head -1 /usr/bin/vgrind #!/bin/csh -f No problem, just put a bandage on my foot and don't bother the doctor. However, I thought all shell scripts were supposed to be Bourne. This is the only exception I could find. IMO, it makes sense to remove things that are not being built, but if something depends on them, doesn't that violate POLA? Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message