diff options
| author | Simon Rettberg | 2013-09-10 17:29:18 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-10 17:29:18 +0200 |
| commit | c1ef1fc1009aa6d8cae972635dd7653b46468663 (patch) | |
| tree | 1749997befb599752c922582fd89f0cee6520a3c /remote/modules | |
| parent | [systemd] corr. variable expor[systemd] corr. variable exportt (diff) | |
| download | tm-scripts-c1ef1fc1009aa6d8cae972635dd7653b46468663.tar.gz tm-scripts-c1ef1fc1009aa6d8cae972635dd7653b46468663.tar.xz tm-scripts-c1ef1fc1009aa6d8cae972635dd7653b46468663.zip | |
[consolekit] Fix config for opensuse
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/consolekit/consolekit.conf | 2 | ||||
| -rw-r--r-- | remote/modules/consolekit/consolekit.conf.opensuse | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/remote/modules/consolekit/consolekit.conf b/remote/modules/consolekit/consolekit.conf index 4f128c62..91fc6dc2 100644 --- a/remote/modules/consolekit/consolekit.conf +++ b/remote/modules/consolekit/consolekit.conf @@ -4,7 +4,7 @@ REQUIRED_BINARIES=" REQUIRED_DIRECTORIES=" /usr /etc - /lib + /$LIB64 " REQUIRED_LIBRARIES=" pam_ck_connector diff --git a/remote/modules/consolekit/consolekit.conf.opensuse b/remote/modules/consolekit/consolekit.conf.opensuse index 74c694a1..ef8eff2b 100644 --- a/remote/modules/consolekit/consolekit.conf.opensuse +++ b/remote/modules/consolekit/consolekit.conf.opensuse @@ -1,2 +1,4 @@ -REQUIRED_CONTENT_PACKAGES="ConsoleKit" - +REQUIRED_CONTENT_PACKAGES=" + ConsoleKit + ConsoleKit-x11 +" |
