| Summary: | sys-devel/prelink: move prelink.cache into /var | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Zubkov <zubkov318> |
| Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | gef.kornflakes |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | /etc/cron.daily/prelink patch | ||
*** This bug has been marked as a duplicate of bug 301270 *** |
Created attachment 280503 [details] /etc/cron.daily/prelink patch prelink stores its prelink.cache file in /etc. And so it can be changed by script called from cron. I think /var is more suitable for such file, because it prevents /etc from being read-only. I have attached patch for /etc/cron.daily/prelink as an example.