Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36971 - Making slocate more 2.6-compatible by pruning /sys from file db per default
Summary: Making slocate more 2.6-compatible by pruning /sys from file db per default
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-01 14:43 UTC by Jonathan Fors
Modified: 2004-01-01 16:32 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 Jonathan Fors 2004-01-01 14:43:15 UTC
slocate automatically prunes dirs such as /dev, /proc and /tmp from the db file per default. 
However, with Linux 2.6, there's a new directory that I mostly think belongs to the above list, /sys. I don't think that the info in sysfs is doing any good when it shows up in locate's results.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2004-01-01 16:32:04 UTC
from /etc/updatedb.conf
PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs"

so, it seems somebody beat you to it ;)