summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2015-08-13 16:07:34 +0800
committerJason Zaman <perfinion@gentoo.org>2015-08-13 16:10:46 +0800
commit78b2ef1da0407e74a14ec82803549c34b5ec88eb (patch)
treece56130283c73bbc00900ca22a54eb3b305adf89 /sys-auth/consolekit/files
parentsys-devel/binutils-config: add an eselect wrapper (diff)
downloadgentoo-78b2ef1da0407e74a14ec82803549c34b5ec88eb.tar.gz
gentoo-78b2ef1da0407e74a14ec82803549c34b5ec88eb.tar.bz2
gentoo-78b2ef1da0407e74a14ec82803549c34b5ec88eb.zip
sys-auth/consolekit: 1.0.0 version bump
Added cgroup to IUSE and deps. updated init script thanks to Lars Wendler Gentoo-Bug: https://bugs.gentoo.org/557356 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-auth/consolekit/files')
-rw-r--r--sys-auth/consolekit/files/consolekit-1.0.0.initd17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-auth/consolekit/files/consolekit-1.0.0.initd b/sys-auth/consolekit/files/consolekit-1.0.0.initd
new file mode 100644
index 000000000000..e84a2e0cebc1
--- /dev/null
+++ b/sys-auth/consolekit/files/consolekit-1.0.0.initd
@@ -0,0 +1,17 @@
+#!/sbin/runscript
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Id$
+
+description="consolekit - tracks login sessions and seats"
+pidfile="/var/run/ConsoleKit/pid"
+command="/usr/sbin/console-kit-daemon"
+
+depend() {
+ need dbus
+ use logger
+}
+
+start_pre() {
+ checkpath -q -d -m 0755 /var/run/ConsoleKit
+}