diff options
| author | Simon Rettberg | 2013-05-17 17:46:48 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-17 17:46:48 +0200 |
| commit | 901a1deea8174f2f4da167e07ab9b3ce79632935 (patch) | |
| tree | 107762d053882c499c7eeb62f3568b3342f8c053 /remote/modules/dbus | |
| parent | GRRR file permissions... missing setuid on vmware-vmx led to 'virtual machine... (diff) | |
| download | tm-scripts-901a1deea8174f2f4da167e07ab9b3ce79632935.tar.gz tm-scripts-901a1deea8174f2f4da167e07ab9b3ce79632935.tar.xz tm-scripts-901a1deea8174f2f4da167e07ab9b3ce79632935.zip | |
Fix OpenSLX Banner
Clean up some scripts
Diffstat (limited to 'remote/modules/dbus')
| -rw-r--r-- | remote/modules/dbus/dbus.build | 6 | ||||
| -rw-r--r-- | remote/modules/dbus/dbus.conf.zypper | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/remote/modules/dbus/dbus.build b/remote/modules/dbus/dbus.build index 7f6d663f..bcab63b0 100644 --- a/remote/modules/dbus/dbus.build +++ b/remote/modules/dbus/dbus.build @@ -13,11 +13,5 @@ build() { } post_copy() { - - # quick fix to get the unit files from the package - # moved them from lib/systemd to usr/lib/systemd - #cd "${BUILDDIR}" - #tarcopy lib/systemd "${TARGET_BUILD_DIR}"/usr - #cd - &> /dev/null : } diff --git a/remote/modules/dbus/dbus.conf.zypper b/remote/modules/dbus/dbus.conf.zypper index e34e47d8..97c58411 100644 --- a/remote/modules/dbus/dbus.conf.zypper +++ b/remote/modules/dbus/dbus.conf.zypper @@ -8,3 +8,4 @@ REQUIRED_BINARIES=" dbus-cleanup-sockets REQUIRED_DIRECTORIES=" /etc/dbus-1 /usr/lib/systemd" REQUIRED_FILES="" + |
