Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71498 - slmodem-2.9.10(-r1): failing modules-update due to wrong permissions of /etc/modules.d/slmodem
Summary: slmodem-2.9.10(-r1): failing modules-update due to wrong permissions of /etc/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 00:37 UTC by Urs Joss
Modified: 2006-03-20 01:05 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 Urs Joss 2004-11-17 00:37:36 UTC
Both ebuilds slmodem-2.9.10 and 2.9.10-r1 install /etc/modules.d/slmodem with the permissions 755 instead of 644. 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
The result of modules-update with the given set of permissions of /etc/modules.d/slmodem:

# modules-update
/etc/modules.d/slmodem: line 5: define: command not found
/etc/modules.d/slmodem: line 8: alias: snd-card-1: not found
/etc/modules.d/slmodem: line 8: alias: snd-intel8x0m: not found
/etc/modules.d/slmodem: line 16: alias: char-major-212: not found
/etc/modules.d/slmodem: line 16: alias: slamr: not found
/etc/modules.d/slmodem: line 17: alias: char-major-213: not found
/etc/modules.d/slmodem: line 17: alias: slusb: not found

Expected Results:  
clean run of modules-update

Quick workaround:

# chmod 644 /etc/modules.d/slmodem
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-12-05 01:28:44 UTC
fixed. thanks for the bug report.