Magellan Linux

Contents of /trunk/hal/patches/hal-0.5.7.1-hibernate-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 421 byte(s)
-import

1 --- tools/hal-system-power-hibernate 2006-01-16 07:47:40.000000000 -0500
2 +++ tools/hal-system-power-hibernate-new 2006-11-19 18:50:43.000000000 -0500
3 @@ -36,6 +36,9 @@
4 elif [ -x "/usr/sbin/pmi" ] ; then
5 /usr/sbin/pmi action hibernate force
6 RET=$?
7 + elif [ -x "/usr/sbin/hibernate-ram" ] ; then
8 + /usr/sbin/hibernate-ram
9 + RET=$?
10 elif [ -x "/usr/sbin/pm-hibernate" ] ; then
11 /usr/sbin/pm-hibernate
12 RET=$?