diff options
Diffstat (limited to 'sys-apps/hal/files/hal-0.5.7.1-hibernate-fix.patch')
-rw-r--r-- | sys-apps/hal/files/hal-0.5.7.1-hibernate-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/hal/files/hal-0.5.7.1-hibernate-fix.patch b/sys-apps/hal/files/hal-0.5.7.1-hibernate-fix.patch deleted file mode 100644 index 86ac721096be..000000000000 --- a/sys-apps/hal/files/hal-0.5.7.1-hibernate-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- tools/hal-system-power-hibernate 2006-01-16 07:47:40.000000000 -0500 -+++ tools/hal-system-power-hibernate-new 2006-11-19 18:50:43.000000000 -0500 -@@ -36,6 +36,9 @@ - elif [ -x "/usr/sbin/pmi" ] ; then - /usr/sbin/pmi action hibernate force - RET=$? -+ elif [ -x "/usr/sbin/hibernate-ram" ] ; then -+ /usr/sbin/hibernate-ram -+ RET=$? - elif [ -x "/usr/sbin/pm-hibernate" ] ; then - /usr/sbin/pm-hibernate - RET=$? |