Date: Thu, 16 Sep 1999 00:50:02 -0700 (PDT) From: Ruslan Ermilov <ru@ucb.crimea.ua> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/13768: sh MAKEDEV cdN creates all cd(N-1)-devices for all N>0 Message-ID: <199909160750.AAA80045@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/13768; it has been noted by GNATS. From: Ruslan Ermilov <ru@ucb.crimea.ua> To: Mikhail Teterin <mi@aldan.algebra.com> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/13768: sh MAKEDEV cdN creates all cd(N-1)-devices for all N>0 Date: Thu, 16 Sep 1999 10:42:32 +0300 On Wed, Sep 15, 1999 at 10:44:22PM -0400, Mikhail Teterin wrote: > > >Number: 13768 > >Synopsis: sh MAKEDEV cdN creates all cd(N-1)-devices for all N>0 > >Severity: serious > >Priority: high > >How-To-Repeat: > > cd /dev > rm cd* > sh MAKEDEV cd1 > ls -l cd* > brw-r----- 1 root operator 6, 0 Sep 15 22:37 cd0a > brw-r----- 1 root operator 6, 2 Sep 15 22:37 cd0c > sh MAKEDEV cd5 > By the command above you tell that you have five CD drives on your system. > ls -l cd* > brw-r----- 1 root operator 6, 0 15 ΣΕΞ 22:43 cd0a > brw-r----- 1 root operator 6, 2 15 ΣΕΞ 22:43 cd0c > brw-r----- 1 root operator 6, 8 15 ΣΕΞ 22:43 cd1a > brw-r----- 1 root operator 6, 10 15 ΣΕΞ 22:43 cd1c > brw-r----- 1 root operator 6, 16 15 ΣΕΞ 22:43 cd2a > brw-r----- 1 root operator 6, 18 15 ΣΕΞ 22:43 cd2c > brw-r----- 1 root operator 6, 24 15 ΣΕΞ 22:43 cd3a > brw-r----- 1 root operator 6, 26 15 ΣΕΞ 22:43 cd3c > brw-r----- 1 root operator 6, 32 15 ΣΕΞ 22:43 cd4a > brw-r----- 1 root operator 6, 34 15 ΣΕΞ 22:43 cd4c > .. and MAKEDEV build devices for all five CDs. And it is consistent with `MAKEDEV vtyN', for example. So, what (by your opinion) should be fixed? -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909160750.AAA80045>