[Pkg-utopia-commits] r1067 - in packages/unstable/hal/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Wed Oct 18 21:24:47 UTC 2006


Author: sjoerd
Date: 2006-10-18 21:24:46 +0000 (Wed, 18 Oct 2006)
New Revision: 1067

Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/patches/02_powerscripts.patch
Log:
* debian/patches/02_powerscripts.patch
  - Updated. Use s2ram instead of s2both to let uswsusp suspend to ram
  (Closes: #388558)

Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2006-10-18 21:20:00 UTC (rev 1066)
+++ packages/unstable/hal/debian/changelog	2006-10-18 21:24:46 UTC (rev 1067)
@@ -6,8 +6,11 @@
       (Closes: #391124)
   * /debian/patches/13_hal_callout_bashism.patch
     - Added. Fix some bashisms in the hal callout scripts (Closes: #393203)
+  * debian/patches/02_powerscripts.patch
+    - Updated. Use s2ram instead of s2both to let uswsusp suspend to ram
+    (Closes: #388558)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Wed, 18 Oct 2006 23:07:57 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Wed, 18 Oct 2006 23:23:06 +0200
 
 hal (0.5.8.1-1) unstable; urgency=low
 

Modified: packages/unstable/hal/debian/patches/02_powerscripts.patch
===================================================================
--- packages/unstable/hal/debian/patches/02_powerscripts.patch	2006-10-18 21:20:00 UTC (rev 1066)
+++ packages/unstable/hal/debian/patches/02_powerscripts.patch	2006-10-18 21:24:46 UTC (rev 1067)
@@ -28,8 +28,8 @@
  	elif [ -x "/usr/sbin/pmi" ] ; then
  	    /usr/sbin/pmi action suspend force
  	    RET=$?
-+	elif [ -x "/usr/sbin/s2both" ] ; then
-+	    /usr/sbin/s2both
++	elif [ -x "/usr/sbin/s2ram" ] ; then
++	    /usr/sbin/s2ram
 +	   RET=$?
 +	elif [ -x "/usr/sbin/hibernate" ] ; then
 +	    # Use hibernate configured for suspend-to-ram




More information about the Pkg-utopia-commits mailing list