diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-12-21 08:27:42 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-12-21 08:37:56 -0800 |
commit | 73946d7aa620ea03c51916f8f99f0e75ce0f08c8 (patch) | |
tree | f1be660b7738a8eca7ad8ddf03c091cea384da11 /app-emulation | |
parent | dev-python/ipykernel: Bump to 4.4.2 (diff) | |
download | gentoo-73946d7aa620ea03c51916f8f99f0e75ce0f08c8.tar.gz gentoo-73946d7aa620ea03c51916f8f99f0e75ce0f08c8.tar.bz2 gentoo-73946d7aa620ea03c51916f8f99f0e75ce0f08c8.zip |
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@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/s6-overlay/s6-overlay-2.1.0.2-r1.ebuild (renamed from app-emulation/s6-overlay/s6-overlay-2.1.0.2.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
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 index 8ad5f5094731..17960297fa00 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 } |