diff options
| author | Jonathan Bauer | 2013-07-29 16:42:04 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-29 16:42:04 +0200 |
| commit | 707a0819667c4d3e3bccc1130590f82ee1aa275b (patch) | |
| tree | 08a24e9d456e4af764d4f7a1c9b1a2b2185a4b63 /remote/modules | |
| parent | [kdm] update configs (diff) | |
| download | tm-scripts-707a0819667c4d3e3bccc1130590f82ee1aa275b.tar.gz tm-scripts-707a0819667c4d3e3bccc1130590f82ee1aa275b.tar.xz tm-scripts-707a0819667c4d3e3bccc1130590f82ee1aa275b.zip | |
[dbus] move /etc/dbus-1 to generic config, and update others
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/dbus/dbus.conf | 9 | ||||
| -rw-r--r-- | remote/modules/dbus/dbus.conf.opensuse | 3 | ||||
| -rw-r--r-- | remote/modules/dbus/dbus.conf.ubuntu | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/remote/modules/dbus/dbus.conf b/remote/modules/dbus/dbus.conf index 0c3f31db..64457541 100644 --- a/remote/modules/dbus/dbus.conf +++ b/remote/modules/dbus/dbus.conf @@ -1,6 +1,11 @@ -REQUIRED_BINARIES=" dbus-cleanup-sockets +REQUIRED_BINARIES=" + dbus-cleanup-sockets dbus-daemon dbus-uuidgen dbus-monitor dbus-send - dbus-daemon-launch-helper" + dbus-daemon-launch-helper + " +REQUIRED_DIRECTORIES=" + /etc/dbus-1 +" diff --git a/remote/modules/dbus/dbus.conf.opensuse b/remote/modules/dbus/dbus.conf.opensuse index 2f923a9d..93610f62 100644 --- a/remote/modules/dbus/dbus.conf.opensuse +++ b/remote/modules/dbus/dbus.conf.opensuse @@ -1,8 +1,7 @@ REQUIRED_CONTENT_PACKAGES=" dbus-1 " -REQUIRED_DIRECTORIES=" - /etc/dbus-1 +REQUIRED_DIRECTORIES+=" /usr/lib/systemd " REQUIRED_FILES="" diff --git a/remote/modules/dbus/dbus.conf.ubuntu b/remote/modules/dbus/dbus.conf.ubuntu index 52829b3d..d007c2ef 100644 --- a/remote/modules/dbus/dbus.conf.ubuntu +++ b/remote/modules/dbus/dbus.conf.ubuntu @@ -1,8 +1,7 @@ REQUIRED_CONTENT_PACKAGES=" dbus " -REQUIRED_DIRECTORIES=" - /etc/dbus-1 +REQUIRED_DIRECTORIES+=" /lib/systemd " REQUIRED_FILES=" |
