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: Julio Merino <jmmv%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: ryo%nerv.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: Sun, 23 Oct 2011 17:55:15 -0400
> @@ -1203,7 +1203,7 @@
> lndev dtyZ$unit dty0${unit}
> ;;
>
> -tty0*|tty1*|tty[0-9])
> +tty0*|tty1*|tty2*|tty[0-9])
Why not just do "tty[0-9]|tty[0-9][0-9]" ?
--
Julio Merino / @jmmv
Home |
Main Index |
Thread Index |
Old Index