From owner-freebsd-questions Fri May 17 16:24:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28976 for questions-outgoing; Fri, 17 May 1996 16:24:29 -0700 (PDT) Received: from hod.tera.com (hod.tera.com [206.215.142.67]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA28970 for ; Fri, 17 May 1996 16:24:26 -0700 (PDT) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod.tera.com (8.7.5/8.7.3) with ESMTP id QAA05949; Fri, 17 May 1996 16:21:48 -0700 (PDT) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id QAA02054; Fri, 17 May 1996 16:22:54 -0700 (PDT) Message-Id: <199605172322.QAA02054@athena.tera.com> Subject: Re: using rcs with `what' To: wollman@lcs.mit.edu (Garrett Wollman) Date: Fri, 17 May 1996 16:22:54 -0700 (PDT) Cc: kline@tera.com, questions@FreeBSD.ORG In-Reply-To: <9605171618.AA05105@halloran-eldar.lcs.mit.edu> from Garrett Wollman at "May 17, 96 12:18:25 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Garrett Wollman: > < said: > > > This is tangential to the standard questions for this group. > > (Hopefully.) It regards the RCS and the `what' utility. > > > Has anybody considered hacking the rcs stuff so that our > > $src/usr.bin/what utility could be used more widely? > > Why? If you are using RCS, you should use the `ident' utility. We > probably should not even be shipping `what'; there are too many > interrogatives used already. > I don't think there can be too many tools. Besides, ident doesn't work on sccsid'd files and what doesn't work on rcs-controlled files. It looks as tho my hack won't work here at Tera in our BSD port because our compiler does incremental relocation tricks on obj files. But my hack ought to work on my Sun obj files and at home. I've already put in the hack into rcs-5.7. Intend to hack `what' into ident and have them be links. Keep life simple. Project for a rainy day... gary kline