Package: hal
Version: 0.5.6-2
Severity: wishlist
Tags: patch
/tmp/reportbug-hal-20060216-4571-ZC8N19
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-hathor-20060211+1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages hal depends on:
ii adduser 3.80 Add and remove users and groups
ii dbus 0.60-5 simple interprocess messaging syst
ii libc6 2.3.5-13 GNU C Library: Shared libraries an
ii libdbus-1-2 0.60-5 simple interprocess messaging syst
ii libdbus-glib-1-2 0.60-5 simple interprocess messaging syst
ii libexpat1 1.95.8-3 XML parsing C library - runtime li
ii libglib2.0-0 2.8.6-1 The GLib library of C routines
ii libhal1 0.5.6-2 Hardware Abstraction Layer - share
ii libusb-0.1-4 2:0.1.11-4 userspace USB programming library
ii lsb-base 3.0-15 Linux Standard Base 3.0 init scrip
ii pciutils 1:2.1.11-15.3 Linux PCI Utilities
ii udev 0.084-3 /dev/ and hotplug management daemo
ii usbutils 0.71+cvs20051029-4 USB console utilities
hal recommends no packages.
-- no debconf information
--- hal-system-power-suspend~ 2006-02-13 18:25:07.000000000 +0100
+++ hal-system-power-suspend 2006-02-13 18:25:50.000000000 +0100
@@ -49,6 +49,10 @@
if [ -x "/usr/bin/powersave" ] ; then
$POWERSAVED_SUSPEND2RAM
RET=$?
+ elif [ -x "/usr/sbin/hibernate" ] ; then
+ # Use hibernate configured for suspend-to-ram
+ /usr/sbin/hibernate -F/etc/hibernate/ram.conf
+ RET=$?
elif [ -x "/usr/sbin/pmi" ] ; then
/usr/sbin/pmi action suspend force
RET=$?