[meego-commits] 8699: Changes to MeeGo:1.1:Core:Testing/acpid
Rob Staudinger
no_reply at build.meego.com
Thu Oct 21 08:27:33 UTC 2010
Hi,
I have made the following changes to acpid in project MeeGo:1.1:Core:Testing. Please review and accept ASAP.
Thank You,
Rob Staudinger
[This message was auto-generated]
---
Request #8699:
submit: home:robsta:branches:MeeGo:1.1:Core:Testing/acpid(r2)(cleanup) -> MeeGo:1.1:Core:Testing/acpid
Message:
None
State: new 2010-10-21T01:27:32 robsta
Comment: None
changes files:
--------------
--- acpid.changes
+++ acpid.changes
@@ -0,0 +1,4 @@
+* Thu Oct 21 2010 Rob Staudinger <robsta at linux.intel.com> - 1.0.10
+- moblin-power-icon is now called meego-power-icon update acpid.lid.sh script
+ Fixes: BMC#8700
+
spec files:
-----------
other changes:
--------------
++++++ acpid.lid.sh
--- acpid.lid.sh
+++ acpid.lid.sh
@@ -26,7 +26,7 @@
ps axo uid,cmd | \
awk '
$1 == '$uid_session' &&
- ($2 == "gnome-power-manager" || $2 == "kpowersave" || $2 == "xfce4-power-manager" || $2 ~ /moblin-power-icon/) \
+ ($2 == "gnome-power-manager" || $2 == "kpowersave" || $2 == "xfce4-power-manager" || $2 ~ /meego-power-icon/) \
{ found = 1; exit }
END { exit !found }
' ||
More information about the MeeGo-commits
mailing list