summaryrefslogtreecommitdiffstats
path: root/remote/modules/consolekit
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-02 18:52:39 +0200
committersr2013-04-12 19:11:40 +0200
commitd1fb74e8b75261e7f269023cd4984521f62155ca (patch)
treea1f1cc591a6ca3b7866c13275cfe2f5346ded7e1 /remote/modules/consolekit
parentFix kdm and xorg module for openSUSE (diff)
downloadtm-scripts-d1fb74e8b75261e7f269023cd4984521f62155ca.tar.gz
tm-scripts-d1fb74e8b75261e7f269023cd4984521f62155ca.tar.xz
tm-scripts-d1fb74e8b75261e7f269023cd4984521f62155ca.zip
required/optional packages. consolekit for rpm.
REQUIRED_PACKAGES are now actually required, but you can prefix optional packages with '@'. See xorg.conf for an example. a consolekit.conf.zypper was created to make consolekit work on opensuse 12.1
Diffstat (limited to 'remote/modules/consolekit')
-rw-r--r--remote/modules/consolekit/consolekit.conf.zypper11
1 files changed, 11 insertions, 0 deletions
diff --git a/remote/modules/consolekit/consolekit.conf.zypper b/remote/modules/consolekit/consolekit.conf.zypper
new file mode 100644
index 00000000..c528ddc0
--- /dev/null
+++ b/remote/modules/consolekit/consolekit.conf.zypper
@@ -0,0 +1,11 @@
+REQUIRED_PACKAGES="ConsoleKit"
+REQUIRED_BINARIES=" ck-history
+ ck-launch-session
+ ck-list-sessions
+ ck-log-system-start
+ ck-log-system-restart
+ ck-log-system-stop
+ console-kit-daemon"
+REQUIRED_DIRECTORIES=" /usr/lib/ConsoleKit /etc /lib/systemd/system"
+REQUIRED_FILES=" /usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service
+ /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy"