From 83dcd2b34cefd5b324b5a4f54be141a858dc5238 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Feb 2013 22:19:53 +0100 Subject: Generalization: - Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done" --- remote/tools/dbus/dbus.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote/tools/dbus/dbus.conf') diff --git a/remote/tools/dbus/dbus.conf b/remote/tools/dbus/dbus.conf index 9847862f..a8c97d9c 100644 --- a/remote/tools/dbus/dbus.conf +++ b/remote/tools/dbus/dbus.conf @@ -1,3 +1,4 @@ +REQUIRED_PACKAGES="dbus" REQUIRED_BINARIES=" dbus-cleanup-sockets dbus-daemon dbus-uuidgen @@ -5,5 +6,4 @@ REQUIRED_BINARIES=" dbus-cleanup-sockets dbus-send dbus-daemon-launch-helper" REQUIRED_DIRECTORIES=" /etc/dbus-1" -REQUIRED_FILES=" /etc/default/dbus - /etc/init/dbus.conf" +REQUIRED_FILES=" /etc/default/dbus" -- cgit v1.2.3-55-g7522