summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-03-13 17:24:55 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-03-20 18:49:52 -0500
commit95905af6b3a549b12bb9054043ce91a53d54c3cc (patch)
treeaf538b098d5fd7e355d0f2244da3bb4642f008a8 /pm
parent6ae1dd2b1f0ab8f9e7f63e38473f109bafc8106b (diff)
No need to print replies from dbus in 55battery.
Diffstat (limited to 'pm')
-rwxr-xr-xpm/sleep.d/55battery2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm/sleep.d/55battery b/pm/sleep.d/55battery
index ec24ebe..0486c88 100755
--- a/pm/sleep.d/55battery
+++ b/pm/sleep.d/55battery
@@ -5,7 +5,7 @@
resume_batteries()
{
for x in $(hal-find-by-capability --capability battery 2>/dev/null); do
- dbus-send --print-reply --system --reply-timeout=2000 \
+ dbus-send --system --reply-timeout=2000 \
--dest=org.freedesktop.Hal "$x" \
org.freedesktop.Hal.Device.Rescan "string:$x"
done