NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/45514: MAKEDEV doesn't create /dev/tty20 and over



On Tue, Oct 25, 2011 at 01:52:35PM +0900, Ryo Shimizu wrote:
> 
> > > -tty0*|tty1*|tty[0-9])
> > > +tty0*|tty1*|tty2*|tty[0-9])
> > 
> > Why not just do "tty[0-9]|tty[0-9][0-9]" ?
> 
> that is no problem.
> because I tested only tty20 :P

I haven't looked at the MAKEDEV script itself, but the original
pattern has a trailing '*' so would match tty0fred - I'm not
sure this is needed/desirable.

It might be that tty[0-9]* is enough!

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index