Bug 10510

Summary: Assumes bash2, while using bash1
Product: [Retired] Red Hat Linux Reporter: vadim
Component: MAKEDEVAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-04-03 18:58:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description vadim 2000-04-01 20:06:15 UTC
/bin/bash on both RH 6.1 and 6.2 is bash1, while MAKEDEV sometimes uses
features introduced in bash2. In particular, the current implementation of
first() and second() in MAKEDEV really needs bash2 (and without it devices
like /dev/sdaa cannot be properly created)

Also, while not being a bug, it could be that when creating /dev/sdaa* you
didn't mean to create /dev/sdaa and /dev/sdaa[123] only (for sd[a-z] you
create /dev/sd?[12345678]).

Comment 1 Nalin Dahyabhai 2000-04-03 18:58:59 UTC
Both of these items will be fixed in MAKEDEV-2.5.3-1 and later in Raw Hide
(ftp://ftp.redhat.com/pub/rawhide/i386/RedHat/RPMS/).  Please reopen this bug ID
if an upgrade does not resolve either of these.