[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch,	debian, updated. upstream/0.9.5.5-717-g0f98819
    Simon Busch 
    morphis at gravedo.de
       
    Sat Aug  6 08:20:20 UTC 2011
    
    
  
The following commit has been merged in the debian branch:
commit f86660d2304a7215dfc6d6a516530267657a02b1
Author: Simon Busch <morphis at gravedo.de>
Date:   Fri Feb 25 22:31:48 2011 +0100
    Change script called when backlight changes in rules.yaml for palmpre machine
diff --git a/etc/freesmartphone/oevents/palmpre/rules.yaml b/etc/freesmartphone/oevents/palmpre/rules.yaml
index 4dbfde5..9029311 100644
--- a/etc/freesmartphone/oevents/palmpre/rules.yaml
+++ b/etc/freesmartphone/oevents/palmpre/rules.yaml
@@ -48,11 +48,11 @@
     trigger: BacklightPower()
     filters:
              - HasAttr(status, 0)
-    actions: Command("/usr/bin/tsmd_disable")
+    actions: Command("/usr/bin/tsmd_control disable")
 -
     trigger: BacklightPower()
     filters:
              - HasAttr(status, 1)
-    actions: Command("/usr/bin/tsmd_enable")
+    actions: Command("/usr/bin/tsmd_control enable")
 
 
-- 
FSO frameworkd Debian packaging
    
    
More information about the pkg-fso-commits
mailing list