Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628 - bug in latest ebuild of cups
Summary: bug in latest ebuild of cups
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-10 04:18 UTC by bnl
Modified: 2003-02-04 19:42 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 bnl 2002-02-10 04:18:15 UTC
cups-1.1.13-r2

this ebuild changes permissions of / and makes it non world/group 
readable/executable... thus rendering your system unusable for non-root 
users.
pretty simple fix... but I noticed that once my emerge completed, 
everything else on my system went awry.

chmod og+rx /
chmod o-t /

makes everything happy again.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2002-02-10 21:39:19 UTC
verwilst fixed it.. doesnt look like he updated the ChangeLog though... :-(

looks like drobbins made a booboo when updating cups the other night and had 
an extra space in the pkg_postinst() somewhere.