diff options
author | 2007-03-24 17:09:06 +0000 | |
---|---|---|
committer | 2007-03-24 17:09:06 +0000 | |
commit | 815ae27af2eed42095d247c8728ea8b0bd38fc1e (patch) | |
tree | 7ccdbfab6aae10b4428db54198b165b0d19eb19c /sys-auth/consolekit/files | |
parent | Update gentoolkit-dev mask to indicate testing of echangelog (diff) | |
download | gentoo-2-815ae27af2eed42095d247c8728ea8b0bd38fc1e.tar.gz gentoo-2-815ae27af2eed42095d247c8728ea8b0bd38fc1e.tar.bz2 gentoo-2-815ae27af2eed42095d247c8728ea8b0bd38fc1e.zip |
New package, needed for GDM, but will hopefully soon replace pam_console
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-auth/consolekit/files')
-rw-r--r-- | sys-auth/consolekit/files/consolekit-0.1.rc | 22 | ||||
-rw-r--r-- | sys-auth/consolekit/files/digest-consolekit-0.2.0 | 3 |
2 files changed, 25 insertions, 0 deletions
diff --git a/sys-auth/consolekit/files/consolekit-0.1.rc b/sys-auth/consolekit/files/consolekit-0.1.rc new file mode 100644 index 000000000000..e2db136ff731 --- /dev/null +++ b/sys-auth/consolekit/files/consolekit-0.1.rc @@ -0,0 +1,22 @@ +#!/sbin/runscript +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/files/consolekit-0.1.rc,v 1.1 2007/03/24 17:09:06 steev Exp $ + +depend() { + need dbus + use logger +} + +start() { + ebegin "Starting ConsoleKit daemon" + + start-stop-daemon --start -q --exec /usr/sbin/console-kit-daemon -- + eend $? +} + +stop() { + ebegin "Stopping ConsoleKit daemon" + start-stop-daemon --stop -q --pidfile /var/run/consolekit.pid + eend $? +} diff --git a/sys-auth/consolekit/files/digest-consolekit-0.2.0 b/sys-auth/consolekit/files/digest-consolekit-0.2.0 new file mode 100644 index 000000000000..e800a7875833 --- /dev/null +++ b/sys-auth/consolekit/files/digest-consolekit-0.2.0 @@ -0,0 +1,3 @@ +MD5 e1ffc51b71e955a8703bcf31ff505f50 ConsoleKit-0.2.0.tar.gz 438833 +RMD160 c23bd6ec03602b7d8c35a821e03d4069e62886de ConsoleKit-0.2.0.tar.gz 438833 +SHA256 f2f0d902190de61eaff0776620b0c6564fa3a52c3f84fd574aef74ae30383664 ConsoleKit-0.2.0.tar.gz 438833 |