summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-29 16:15:26 +0200
committerJonathan Bauer2013-07-29 16:15:26 +0200
commit4b470c40e60e19449bd76126349130228fb5a5b0 (patch)
tree7dd42bb56efcbe61ea2ad7e19e8045f79574d285
parent[german] update configs (diff)
downloadtm-scripts-4b470c40e60e19449bd76126349130228fb5a5b0.tar.gz
tm-scripts-4b470c40e60e19449bd76126349130228fb5a5b0.tar.xz
tm-scripts-4b470c40e60e19449bd76126349130228fb5a5b0.zip
[dbus] update configs
-rw-r--r--remote/modules/dbus/dbus.conf4
-rw-r--r--remote/modules/dbus/dbus.conf.opensuse8
-rw-r--r--remote/modules/dbus/dbus.conf.ubuntu10
-rw-r--r--remote/modules/dbus/dbus.conf.zypper11
4 files changed, 18 insertions, 15 deletions
diff --git a/remote/modules/dbus/dbus.conf b/remote/modules/dbus/dbus.conf
index c8fa050d..0c3f31db 100644
--- a/remote/modules/dbus/dbus.conf
+++ b/remote/modules/dbus/dbus.conf
@@ -1,10 +1,6 @@
-REQUIRED_CONTENT_PACKAGES="dbus"
REQUIRED_BINARIES=" dbus-cleanup-sockets
dbus-daemon
dbus-uuidgen
dbus-monitor
dbus-send
dbus-daemon-launch-helper"
-REQUIRED_DIRECTORIES=" /etc/dbus-1
- /lib/systemd"
-REQUIRED_FILES=" /etc/default/dbus"
diff --git a/remote/modules/dbus/dbus.conf.opensuse b/remote/modules/dbus/dbus.conf.opensuse
new file mode 100644
index 00000000..2f923a9d
--- /dev/null
+++ b/remote/modules/dbus/dbus.conf.opensuse
@@ -0,0 +1,8 @@
+REQUIRED_CONTENT_PACKAGES="
+ dbus-1
+"
+REQUIRED_DIRECTORIES="
+ /etc/dbus-1
+ /usr/lib/systemd
+"
+REQUIRED_FILES=""
diff --git a/remote/modules/dbus/dbus.conf.ubuntu b/remote/modules/dbus/dbus.conf.ubuntu
new file mode 100644
index 00000000..52829b3d
--- /dev/null
+++ b/remote/modules/dbus/dbus.conf.ubuntu
@@ -0,0 +1,10 @@
+REQUIRED_CONTENT_PACKAGES="
+ dbus
+"
+REQUIRED_DIRECTORIES="
+ /etc/dbus-1
+ /lib/systemd
+"
+REQUIRED_FILES="
+ /etc/default/dbus
+"
diff --git a/remote/modules/dbus/dbus.conf.zypper b/remote/modules/dbus/dbus.conf.zypper
deleted file mode 100644
index ce3d5d08..00000000
--- a/remote/modules/dbus/dbus.conf.zypper
+++ /dev/null
@@ -1,11 +0,0 @@
-REQUIRED_CONTENT_PACKAGES="dbus-1"
-REQUIRED_BINARIES=" dbus-cleanup-sockets
- dbus-daemon
- dbus-uuidgen
- dbus-monitor
- dbus-send
- dbus-daemon-launch-helper"
-REQUIRED_DIRECTORIES=" /etc/dbus-1
- /usr/lib/systemd"
-REQUIRED_FILES=""
-