Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180488 - sys-apps/slocate - cron.daily/slocate's redundant chown
Summary: sys-apps/slocate - cron.daily/slocate's redundant chown
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 20:04 UTC by Andri Möll
Modified: 2007-08-25 18:20 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 Andri Möll 2007-05-31 20:04:28 UTC
Very trivial, but the chown inside /etc/cron.daily/slocate (patched with slocate-3.1-cron.patch) is unnecessary, as can be seen from this "strace updatedb" output right before exit:
chown32("/var/lib/slocate/slocate.db", 0, 245) = 0
Comment 1 SpanKY gentoo-dev 2007-08-25 18:20:25 UTC
thanks, fixed in cvs