diff options
| author | Jonathan Bauer | 2014-07-04 15:03:06 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-07-04 15:03:06 +0200 |
| commit | ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070 (patch) | |
| tree | b795ae29a9cd5c0f41abada05aa99a5105d6a2e0 /remote/modules/systemd | |
| parent | [xdg] make sure xdg-user-dirs-update is disabled (diff) | |
| parent | Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.gz tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.tar.xz tm-scripts-ae42d45b4b46c70a9e1afa7bb2a36bb13e3e0070.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd')
| -rw-r--r-- | remote/modules/systemd/module.conf.fedora | 11 | ||||
| -rw-r--r-- | remote/modules/systemd/module.conf.opensuse | 1 | ||||
| -rw-r--r-- | remote/modules/systemd/module.conf.ubuntu | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/remote/modules/systemd/module.conf.fedora b/remote/modules/systemd/module.conf.fedora new file mode 100644 index 00000000..9232ea5f --- /dev/null +++ b/remote/modules/systemd/module.conf.fedora @@ -0,0 +1,11 @@ +REQUIRED_INSTALLED_PACKAGES=" + intltool + gperf + libcap-devel + libudev-devel + dbus-devel + libxslt + libblkid-devel + libacl-devel + glib2-devel +" diff --git a/remote/modules/systemd/module.conf.opensuse b/remote/modules/systemd/module.conf.opensuse index 9326a7dc..965333c4 100644 --- a/remote/modules/systemd/module.conf.opensuse +++ b/remote/modules/systemd/module.conf.opensuse @@ -1,7 +1,6 @@ REQUIRED_INSTALLED_PACKAGES=" intltool gperf - pkg-config libcap-devel libudev-devel dbus-1-devel diff --git a/remote/modules/systemd/module.conf.ubuntu b/remote/modules/systemd/module.conf.ubuntu index 2768b51c..e5dff817 100644 --- a/remote/modules/systemd/module.conf.ubuntu +++ b/remote/modules/systemd/module.conf.ubuntu @@ -2,7 +2,6 @@ REQUIRED_INSTALLED_PACKAGES=" intltool gperf dbus - pkg-config libcap-dev libudev-dev libdbus-1-dev |
