commit: 58b1f1a971578a3bbf4dbd2c5cecc1174ac5311e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 18:15:32 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 31 18:15:32 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58b1f1a9
sys-auth/elogind: Remove init script bashism
Gentoo-bug: 619992
Reported-by: eroen <gentoo <AT> eroen.eu>
Thanks-to: Sven Eden <yamakuzure <AT> gmx.net>
Package-Manager: Portage-2.3.5, Repoman-2.3.1
sys-auth/elogind/files/elogind.init | 6 ------
1 file changed, 6 deletions(-)
diff --git a/sys-auth/elogind/files/elogind.init
b/sys-auth/elogind/files/elogind.init
index 923564f9a3..fc5ac38184 100644
--- a/sys-auth/elogind/files/elogind.init
+++ b/sys-auth/elogind/files/elogind.init
@@ -12,12 +12,6 @@ depend() {
start() {
ebegin "Starting elogind"
- # elogind needs a /run/systemd directory
- if [[ ! -e /run/systemd ]]; then
- mkdir -p /run/systemd
- chmod 755 /run/systemd
- fi
-
start-stop-daemon --start --quiet --background \
--make-pidfile --pidfile "${ELOGIND_PIDFILE}" \
--exec "${ELOGIND_EXEC}"