diff options
| author | Simon Rettberg | 2013-09-18 16:42:52 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-18 16:42:52 +0200 |
| commit | e943f087771b879f710a30c8d0e9e7f6320e4016 (patch) | |
| tree | 232742309d639bce3aff0952992eb373afd7929c /remote/modules/consolekit/consolekit.conf.ubuntu | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-e943f087771b879f710a30c8d0e9e7f6320e4016.tar.gz tm-scripts-e943f087771b879f710a30c8d0e9e7f6320e4016.tar.xz tm-scripts-e943f087771b879f710a30c8d0e9e7f6320e4016.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.ubuntu')
| -rw-r--r-- | remote/modules/consolekit/consolekit.conf.ubuntu | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/remote/modules/consolekit/consolekit.conf.ubuntu b/remote/modules/consolekit/consolekit.conf.ubuntu index c0fffffa..3b160bc9 100644 --- a/remote/modules/consolekit/consolekit.conf.ubuntu +++ b/remote/modules/consolekit/consolekit.conf.ubuntu @@ -1,2 +1,6 @@ -REQUIRED_CONTENT_PACKAGES="consolekit" +REQUIRED_CONTENT_PACKAGES=" + consolekit + libpam-ck-connector + libck-connector0 +" |
