Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 138312 - hdparm init script looks for wrong file for devfs
Summary: hdparm init script looks for wrong file for devfs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 23:59 UTC by André Terpstra
Modified: 2006-06-28 18:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Terpstra 2006-06-27 23:59:26 UTC
The hdparm init script contains an error. I would like to submit the patch but don't know how to, so I will describe the fix. The last few lines read now:

start() {
        if [[ -e /dev/.devfs ]] && [[ -d /dev/ide ]] ; then
                scan_devfs
        else
                scan_nondevfs

the filename /dev/.devfs should be changed into /dev/.devfsd
Comment 1 SpanKY gentoo-dev 2006-06-28 18:53:27 UTC
thanks for the heads up, now fixed in cvs