On Tue, 9 May 2000, Sheldon Hearn wrote:

> 
> 
> On Mon, 08 May 2000 15:41:55 EST, Erik de Zeeuw wrote:
> 
> > I ran MAKEDEV all, but the message still appear. The messages I found
> > about this on the archives says to do a 'ls -l /dev | grep ^b', and
> > to remake all devices listed, but there's no device listed when I'm
> > doing the 'ls -l /dev | grep ^b'.
> 
> I'm not sure what that'll score you.  Try this:
> 
>       cd /dev
>       for i in `ls`; do if test -b $i; then echo $i; fi; done
> 

Hmmm...

find /dev -type b -print

-----
Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL PROTECTED]
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org



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

Reply via email to