diff options
| author | Simon Rettberg | 2013-09-18 16:42:52 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:26:31 +0200 |
| commit | dbb64d3f5ad154241128cb24664a5f27b0551762 (patch) | |
| tree | bec4d0f81cd89c07dc20a8b7f91b9f184318bf03 /remote/modules/consolekit/consolekit.conf | |
| parent | [blacklists] Modifications for accounts-daemon.service (diff) | |
| download | tm-scripts-dbb64d3f5ad154241128cb24664a5f27b0551762.tar.gz tm-scripts-dbb64d3f5ad154241128cb24664a5f27b0551762.tar.xz tm-scripts-dbb64d3f5ad154241128cb24664a5f27b0551762.zip | |
Make sure pam_ck_connector is required by and included in the consolekit module on all platforms
(Previously it was in consolekit on suse and pam on ubuntu... -.-)
Diffstat (limited to 'remote/modules/consolekit/consolekit.conf')
| -rw-r--r-- | remote/modules/consolekit/consolekit.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/remote/modules/consolekit/consolekit.conf b/remote/modules/consolekit/consolekit.conf index 91fc6dc2..b84bf697 100644 --- a/remote/modules/consolekit/consolekit.conf +++ b/remote/modules/consolekit/consolekit.conf @@ -1,12 +1,16 @@ REQUIRED_BINARIES=" console-kit-daemon + ck-history + ck-launch-session + ck-list-sessions " REQUIRED_DIRECTORIES=" - /usr - /etc - /$LIB64 + /etc/ConsoleKit + /etc/dbus-1 + /usr/share " REQUIRED_LIBRARIES=" pam_ck_connector + libck-connector " |
