summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2017-07-27 10:37:47 +0200
committerSven Eden <sven.eden@gmx.de>2017-07-27 10:37:47 +0200
commit1d56348ae9bd7388956c70dccc26f5b77b7b7854 (patch)
tree6e8a6d099787f2dc09460eeb0c7e1ba2fc547447 /sys-auth/elogind
parentsys-auth/elogind/elogind-234 : Add --with-rootprefix configure option. (diff)
downloadseden-1d56348ae9bd7388956c70dccc26f5b77b7b7854.tar.gz
seden-1d56348ae9bd7388956c70dccc26f5b77b7b7854.tar.bz2
seden-1d56348ae9bd7388956c70dccc26f5b77b7b7854.zip
sys-auth/elogind-234: In this Version, the path to elogind changes, just like in systemd.
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/elogind-234.9999.ebuild2
-rw-r--r--sys-auth/elogind/files/elogind-234.conf7
2 files changed, 8 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-234.9999.ebuild b/sys-auth/elogind/elogind-234.9999.ebuild
index bd72723..8567288 100644
--- a/sys-auth/elogind/elogind-234.9999.ebuild
+++ b/sys-auth/elogind/elogind-234.9999.ebuild
@@ -75,7 +75,7 @@ src_install() {
find "${D}" -name '*.la' -delete || die
newinitd "${FILESDIR}"/${PN}.init ${PN}
- newconfd "${FILESDIR}"/${PN}.conf ${PN}
+ newconfd "${FILESDIR}"/${PN}-234.conf ${PN}
}
pkg_postinst() {
diff --git a/sys-auth/elogind/files/elogind-234.conf b/sys-auth/elogind/files/elogind-234.conf
new file mode 100644
index 0000000..6e24ffd
--- /dev/null
+++ b/sys-auth/elogind/files/elogind-234.conf
@@ -0,0 +1,7 @@
+# /etc/conf.d/elogind: config file for /etc/init.d/elogind
+
+# this is the elogind executable
+ELOGIND_EXEC="/lib/elogind/elogind"
+
+# this is where elogind will store its pid file
+ELOGIND_PIDFILE="/var/run/elogind.pid"