Bug 71498 - slmodem-2.9.10(-r1): failing modules-update due to wrong permissions of /etc/modules.d/slmodem
Bug#: 71498 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: dragonheart@gentoo.org Reported By: tschenturs@gmx.ch
Component: Ebuilds
URL: 
Summary: slmodem-2.9.10(-r1): failing modules-update due to wrong permissions of /etc/modules.d/slmodem
Keywords:  
Status Whiteboard: 
Opened: 2004-11-17 00:37 0000
Description:   Opened: 2004-11-17 00:37 0000
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 From Daniel Black 2004-12-05 01:28:44 0000 -------
fixed. thanks for the bug report.