diff options
author | Richard Hughes <hughsient@gmail.com> | 2006-05-23 14:34:15 +0000 |
---|---|---|
committer | Richard Hughes <hughsient@gmail.com> | 2006-05-23 14:34:15 +0000 |
commit | 815159997b6ac2e0c7fbcfa8de77d9e0296852e4 (patch) | |
tree | 29de373940a192d19d7c0332255d0cc5190c6caa /tools/freebsd/hal-system-power-suspend-freebsd | |
parent | f70301c8f426618d52a31d33c846989b1c8e7a52 (diff) |
Re-add --print-reply to dbus-send else the Rescan does not work. This fixes
numerous recent bugs where the lid value is not correct on resume. This
must have been changed incorrectly in the last few weeks.
Diffstat (limited to 'tools/freebsd/hal-system-power-suspend-freebsd')
-rwxr-xr-x | tools/freebsd/hal-system-power-suspend-freebsd | 2 |
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 |