aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-31 20:15:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-31 20:15:32 +0200
commit58b1f1a971578a3bbf4dbd2c5cecc1174ac5311e (patch)
tree657ca60ffda59b29c02051db759b04fae1f79eda
parentprofiles: Drop obsolete mask of kde-plasma/plasma-vault (diff)
downloadkde-58b1f1a9.tar.gz
kde-58b1f1a9.tar.bz2
kde-58b1f1a9.zip
sys-auth/elogind: Remove init script bashism
Gentoo-bug: 619992 Reported-by: eroen <gentoo@eroen.eu> Thanks-to: Sven Eden <yamakuzure@gmx.net> Package-Manager: Portage-2.3.5, Repoman-2.3.1
-rw-r--r--sys-auth/elogind/files/elogind.init6
1 files changed, 0 insertions, 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}"