On Wed, Oct 10, 2001 at 06:25:48PM +1000, Bruce Evans wrote:
> On Wed, 10 Oct 2001, Ruslan Ermilov wrote:
> 
> > I do make -CURRENT worlds every night on a -STABLE box, and the
> > kldxref(8) miss is non-fatal:
> > ...
> > ===> wi
> > install -c -o root -g wheel -m 555   if_wi.ko /CURRENT/boot/kernel/
> > kldxref /CURRENT/boot/kernel
> > kldxref:No such file or directory
> > *** Error code 1 (ignored)
> 
> This seems to be a bug in kmod.mk :-).  It intentionally ignores errors.
> 
This is not a bug, but a work-around for the above bug that klxref(8) is
not a cross-tool, but should (ideally) be.

> BTW, kldxref.8 is not installed.  This is not wrong, since it is a plain
> text file.
> 
Yes, Peter asked to convert this to mdoc(7), and both I and Dima tried
this, but stumped with some issues that still got unanswered.  I assume
Peter and Boris are too busy (?) to handle this ATM.

For example, the prototype manpage mentions that -R is for recursive
behavior, but the actual code provides recursive behavior by default,
and -R is actually what for most other tree traversing utilities the
-H option does, i.e. "follow symlinks on the command line".


Cheers,
-- 
Ruslan Ermilov          Oracle Developer/DBA,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          FreeBSD committer,
+380.652.512.251        Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to