[660] in NetBSD-Development
Re: consult locker
daemon@ATHENA.MIT.EDU (John Hawkinson)
Tue Mar 14 03:30:08 1995
Date: Tue, 14 Mar 1995 03:29:36 -0500
To: Brett David Rosen <bdrosen@livewire.mit.edu>
Cc: netbsd-dev@MIT.EDU
In-Reply-To: "[659] in NetBSD-Development"
From: John Hawkinson <jhawk@MIT.EDU>
Perhaps this is a poor answer but:
> i compiled libregexp.a for the netbsd lib in the consult locker and
> dig for the netbsd bin in teh consult locker. They are right now in
> my lib and bin directories on athena. Could someone please install
> them into the sipb link of the consult locker. do any other consult
> programs still need to be compiled?
As far as I know, ``dig'' in the consult locker serves no purpose
than to be another name for /usr/athena/etc/dsgrep, which conflicts
with a popular DNS debugging tool (dig, aka DiG). As such, I cannot
think of any reason to install it.
Am I missing something, or shouldn't all of the dig's in consult
go away, possibly replaced by a script like:
#!/bin/sh
cat > &2 << 'FearsomeRek'
You should use /usr/athena/etc/dsgrep instead of
/mit/consult/$bindir/dig. Please do so next time.
FearsomeRek
sleep 2
exec /usr/athena/bin/dsgrep "$@"
As for libregexp.a, I'm a purist and I would rather not install a
libraries not built with the /usr/share/mk include files; that is,
it'd be nice to have pic and profiling versions as well; shareables
are an open question, though...
--jhawk