summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 17:21:15 +0200
committerJonathan Bauer2013-07-29 17:21:15 +0200
commitff67ac0c552960a4d3d5cebc69913cf12b2ad06b (patch)
tree9d57d796cff63e5ff3f1bb802a3345e0b9f97e91
parent[rsyslogd] update configs (diff)
downloadtm-scripts-ff67ac0c552960a4d3d5cebc69913cf12b2ad06b.tar.gz
tm-scripts-ff67ac0c552960a4d3d5cebc69913cf12b2ad06b.tar.xz
tm-scripts-ff67ac0c552960a4d3d5cebc69913cf12b2ad06b.zip
[systemd] update configs
-rw-r--r--remote/modules/systemd/systemd.conf13
-rw-r--r--remote/modules/systemd/systemd.conf.opensuse (renamed from remote/modules/systemd/systemd.conf.zypper)0
-rw-r--r--remote/modules/systemd/systemd.conf.ubuntu13
3 files changed, 13 insertions, 13 deletions
diff --git a/remote/modules/systemd/systemd.conf b/remote/modules/systemd/systemd.conf
index 19518d8f..ea042020 100644
--- a/remote/modules/systemd/systemd.conf
+++ b/remote/modules/systemd/systemd.conf
@@ -26,19 +26,6 @@ REQUIRED_DISABLED_SERVICES="
systemd-initctl.socket
swap.target
"
-REQUIRED_INSTALLED_PACKAGES="
- intltool
- gperf
- dbus
- pkg-config
- libcap-dev
- libudev-dev
- libdbus-1-dev
- xsltproc
- libblkid-dev
- libacl1-dev
- libpam-dev
-"
REQUIRED_BINARIES="
journalctl
loginctl
diff --git a/remote/modules/systemd/systemd.conf.zypper b/remote/modules/systemd/systemd.conf.opensuse
index 9326a7dc..9326a7dc 100644
--- a/remote/modules/systemd/systemd.conf.zypper
+++ b/remote/modules/systemd/systemd.conf.opensuse
diff --git a/remote/modules/systemd/systemd.conf.ubuntu b/remote/modules/systemd/systemd.conf.ubuntu
new file mode 100644
index 00000000..2768b51c
--- /dev/null
+++ b/remote/modules/systemd/systemd.conf.ubuntu
@@ -0,0 +1,13 @@
+REQUIRED_INSTALLED_PACKAGES="
+ intltool
+ gperf
+ dbus
+ pkg-config
+ libcap-dev
+ libudev-dev
+ libdbus-1-dev
+ xsltproc
+ libblkid-dev
+ libacl1-dev
+ libpam-dev
+"