From owner-freebsd-bugs Thu Sep 16 0:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B02D615037 for ; Thu, 16 Sep 1999 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80045; Thu, 16 Sep 1999 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Sep 1999 00:50:02 -0700 (PDT) Message-Id: <199909160750.AAA80045@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/13768: sh MAKEDEV cdN creates all cd(N-1)-devices for all N>0 Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/13768; it has been noted by GNATS. From: Ruslan Ermilov To: Mikhail Teterin 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