| Summary: | sys-apps/s6-linux-init[sysv-utils]: silently overrides sysv utilities | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
| Component: | Current packages | Assignee: | Mira Ressel <aranea> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | proxy-maint, samuel, williamh |
| Priority: | Normal | Keywords: | PullRequest |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://github.com/gentoo/gentoo/pull/12305 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ad11511a9e3ac2c1930a3fcbda649cbda84e1b commit 92ad11511a9e3ac2c1930a3fcbda649cbda84e1b Author: Samuel Holland <samuel@sholland.org> AuthorDate: 2019-06-22 15:21:53 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2019-06-27 14:51:25 +0000 sys-apps/s6-linux-init: Fix sysv-utils location and deps Closes: https://bugs.gentoo.org/688456 Signed-off-by: Samuel Holland <samuel@sholland.org> Closes: https://github.com/gentoo/gentoo/pull/12305 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-apps/s6-linux-init/s6-linux-init-1.0.2.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) |
--- /usr/sbin/ >>> /usr/sbin/halt >>> /usr/sbin/poweroff >>> /usr/sbin/reboot >>> /usr/sbin/shutdown >>> /usr/sbin/telinit While regular utilities are in /sbin, and at least some scripts expect them there. This really isn't how it should be done. Instead, it should install to the standard location, and block other packages providing sysv-utils.