commit: 73946d7aa620ea03c51916f8f99f0e75ce0f08c8
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 16:27:42 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 16:37:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73946d7a
app-emulation/s6-overlay: 2.1.0.2-r1 for missing s6-overlay-preinit
Create a stub for the s6-overlay-preinit setuid program, since
it's really not needed when permissions are already correct.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../{s6-overlay-2.1.0.2.ebuild => s6-overlay-2.1.0.2-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app-emulation/s6-overlay/s6-overlay-2.1.0.2.ebuild
b/app-emulation/s6-overlay/s6-overlay-2.1.0.2-r1.ebuild
similarity index 90%
rename from app-emulation/s6-overlay/s6-overlay-2.1.0.2.ebuild
rename to app-emulation/s6-overlay/s6-overlay-2.1.0.2-r1.ebuild
index 8ad5f509473..17960297fa0 100644
--- a/app-emulation/s6-overlay/s6-overlay-2.1.0.2.ebuild
+++ b/app-emulation/s6-overlay/s6-overlay-2.1.0.2-r1.ebuild
@@ -54,4 +54,8 @@ src_install() {
fperms 0755 /etc/s6/services/.s6-svscan/finish
fperms 0755 /etc/s6/services/s6-fdholderd/run
fperms 0755 /etc/s6/services/s6-svscan-log/run
+
+ # create a stub for the s6-overlay-preinit setuid program, since
+ # it's really not needed when permissions are already correct
+ dosym true /bin/s6-overlay-preinit
}