Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 323631

Summary: x11-drivers/ati-drivers-10.5 creates /etc/conf.d/atieventsd mode 755
Product: Gentoo Linux Reporter: Gordon Pettey <petteyg359>
Component: [OLD] UnspecifiedAssignee: Luca Barbato <lu_zero>
Status: RESOLVED FIXED    
Severity: trivial CC: x11
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to fix the insmod

Description Gordon Pettey 2010-06-12 02:32:03 UTC
/etc/conf.d/atieventsd should be mode 644

Reproducible: Always

Steps to Reproduce:
Comment 1 Enrico Tagliavini 2010-06-15 21:54:33 UTC
Created attachment 235477 [details, diff]
patch to fix the insmod

Found the problem, thanks for reporting it. In the ebuild an insopts -m0755 is used but then it is not restored. this patch restore the default 644 mode before the atieventsd conf.d insertion.

Luca pls apply this if you like it (it should apply to every ebuild fairly clean)
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2010-08-01 08:40:59 UTC
Applied