diff options
author | 2006-06-06 04:58:26 +0000 | |
---|---|---|
committer | 2006-06-06 04:58:26 +0000 | |
commit | 6c41997ca04dfad45d1c40793a7028e54ebb529d (patch) | |
tree | 088d395f5eef15c39219170ec9ec834b508e93c2 /sys-apps/hal/files | |
parent | version bump (diff) | |
download | gentoo-2-6c41997ca04dfad45d1c40793a7028e54ebb529d.tar.gz gentoo-2-6c41997ca04dfad45d1c40793a7028e54ebb529d.tar.bz2 gentoo-2-6c41997ca04dfad45d1c40793a7028e54ebb529d.zip |
Revbump with suspend patch (bug #133743) patch based on the one from d_kopete@hotmail.com
(Portage version: 2.1_rc4-r2)
Diffstat (limited to 'sys-apps/hal/files')
-rw-r--r-- | sys-apps/hal/files/digest-hal-0.5.7-r3 | 3 | ||||
-rw-r--r-- | sys-apps/hal/files/hal-0.5.7-hibernate.patch | 12 |
2 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/hal/files/digest-hal-0.5.7-r3 b/sys-apps/hal/files/digest-hal-0.5.7-r3 new file mode 100644 index 000000000000..5c84accce85a --- /dev/null +++ b/sys-apps/hal/files/digest-hal-0.5.7-r3 @@ -0,0 +1,3 @@ +MD5 4163afb8285db64e00e7b1392b401d92 hal-0.5.7.tar.gz 1528632 +RMD160 342b00bea138ddf9f0f75e769612373bcf935d43 hal-0.5.7.tar.gz 1528632 +SHA256 63c78e9b9c8308914372f9a762b02fa057bca2c6a1c7478ab595ba0fa92781d5 hal-0.5.7.tar.gz 1528632 diff --git a/sys-apps/hal/files/hal-0.5.7-hibernate.patch b/sys-apps/hal/files/hal-0.5.7-hibernate.patch new file mode 100644 index 000000000000..fa25bbe91c6b --- /dev/null +++ b/sys-apps/hal/files/hal-0.5.7-hibernate.patch @@ -0,0 +1,12 @@ +--- tools/hal-system-power-suspend 2006-06-05 23:49:08.000000000 -0500 ++++ tools/hal-system-power-suspend 2006-06-05 23:50:49.000000000 -0500 +@@ -61,6 +61,9 @@ + # Use the raw kernel sysfs interface + echo "mem" > /sys/power/state + RET=$? ++ elif [ -x "/usr/sbin/hibernate-ram" ] ; then ++ /usr/sbin/hibernate-ram ++ RET=$? + else + # TODO: add other scripts support + unsupported |