summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-11-23 13:25:51 -0500
committerMike Gilbert <floppym@gentoo.org>2021-11-23 13:27:27 -0500
commitca4edd613467104a28118150a0bb1d2ea55a51e2 (patch)
treed69c077699c44b8573fe07dfaa02cb7fe748a606 /sys-apps
parentapp-forensics/aide: Add cpe_uri for aide package. (diff)
downloadgentoo-ca4edd613467104a28118150a0bb1d2ea55a51e2.tar.gz
gentoo-ca4edd613467104a28118150a0bb1d2ea55a51e2.tar.bz2
gentoo-ca4edd613467104a28118150a0bb1d2ea55a51e2.zip
sys-apps/systemd: do not reexec systemd
This was added to aid in the rootprefix migration years ago. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/systemd-249.6.ebuild6
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild6
2 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/systemd/systemd-249.6.ebuild b/sys-apps/systemd/systemd-249.6.ebuild
index 6671b0b73702..b0ff3632f09e 100644
--- a/sys-apps/systemd/systemd-249.6.ebuild
+++ b/sys-apps/systemd/systemd-249.6.ebuild
@@ -498,12 +498,6 @@ pkg_postinst() {
rm "${EROOT}/var/lib/systemd/timesync"
fi
- if [[ -z ${ROOT} && -d /run/systemd/system ]]; then
- ebegin "Reexecuting system manager"
- systemctl daemon-reexec
- eend $?
- fi
-
if [[ ${FAIL} ]]; then
eerror "One of the postinst commands failed. Please check the postinst output"
eerror "for errors. You may need to clean up your system and/or try installing"
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 9283d37090fb..7f2653050c1c 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -513,12 +513,6 @@ pkg_postinst() {
rm "${EROOT}/var/lib/systemd/timesync"
fi
- if [[ -z ${ROOT} && -d /run/systemd/system ]]; then
- ebegin "Reexecuting system manager"
- systemctl daemon-reexec
- eend $?
- fi
-
if [[ ${FAIL} ]]; then
eerror "One of the postinst commands failed. Please check the postinst output"
eerror "for errors. You may need to clean up your system and/or try installing"