summaryrefslogtreecommitdiff
path: root/tools/freebsd/hal-system-power-suspend-freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/freebsd/hal-system-power-suspend-freebsd')
-rwxr-xr-xtools/freebsd/hal-system-power-suspend-freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/freebsd/hal-system-power-suspend-freebsd b/tools/freebsd/hal-system-power-suspend-freebsd
index 8eaa3f39..a9e4a0f6 100755
--- a/tools/freebsd/hal-system-power-suspend-freebsd
+++ b/tools/freebsd/hal-system-power-suspend-freebsd
@@ -27,7 +27,7 @@ do
devices=`hal-find-by-capability --capability $type`
for device in $devices
do
- dbus-send --system --dest=org.freedesktop.Hal \
+ dbus-send --system --print-reply --dest=org.freedesktop.Hal \
$device org.freedesktop.Hal.Device.Rescan
done
done