Bug 125400 - Wrong alias in modprobe.conf.dist
Summary: Wrong alias in modprobe.conf.dist
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: modutils
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-06 09:44 UTC by Peter Osterlund
Modified: 2014-03-17 02:45 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-07 15:11:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter Osterlund 2004-06-06 09:44:49 UTC
Description of problem:

The alias line for the pg module in the modprobe.conf.dist file is
incorrectly specified as

    alias block-major-97-* pg

pg is a character device, not a block device, so the line should read:

    alias char-major-97-* pg

Version-Release number of selected component (if applicable):

modutils-2.4.26-16

Comment 1 Bill Nottingham 2004-06-07 15:11:10 UTC
Hm, impressively old bug. Fixed in CVS, will be in future
module-init-tools builds.


Note You need to log in before you can comment on or make changes to this bug.