Bug 113816
| Summary: | slocate doesn't exclude /sys or sysfs | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Kaj J. Niemi <kajtzu> |
| Component: | slocate | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | nphilipp, rvokal |
| Target Milestone: | --- | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-04-16 09:12:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114961 | ||
|
Description
Kaj J. Niemi
2004-01-18 20:22:38 UTC
Triage->Easyfix Trivial diff to slocate.cron below: --- slocate.cron.old 2004-02-18 19:45:51.121171896 +0200 +++ slocate.cron 2004-02-18 19:46:35.282831132 +0200 @@ -1,3 +1,3 @@ #!/bin/sh renice +19 -p $$ >/dev/null 2>&1 -/usr/bin/updatedb -f "nfs,smbfs,ncpfs,proc,devpts" -e "/tmp,/var/tmp,/usr/tmp,/afs,/net" +/usr/bin/updatedb -f "nfs,smbfs,ncpfs,proc,devpts,sysfs,usbdevfs" -e "/tmp,/var/tmp,/usr/tmp,/afs,/net,/udev" I guess this one could be considered as nice to have for FC2 and linked to bug #114963? Thanks. fixed in slocate-2.7-9 |