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
The following reply was made to PR bin/45514; it has been noted by GNATS.
From: David Laight <david%l8s.co.uk@localhost>
To: Ryo Shimizu <ryo%nerv.org@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/45514: MAKEDEV doesn't create /dev/tty20 and over
Date: Tue, 25 Oct 2011 19:34:27 +0100
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