[maemo-commits] [maemo-commits] r17736 - in projects/haf/trunk/osso-app-killer: . debian src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 19 12:30:45 EET 2009
- Previous message: [maemo-commits] r17735 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Next message: [maemo-commits] r17737 - projects/haf/tags/osso-app-killer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: schulhof Date: 2009-03-19 12:30:43 +0200 (Thu, 19 Mar 2009) New Revision: 17736 Modified: projects/haf/trunk/osso-app-killer/debian/changelog projects/haf/trunk/osso-app-killer/osso-app-killer.sudoers projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh Log: Modified: projects/haf/trunk/osso-app-killer/debian/changelog =================================================================== --- projects/haf/trunk/osso-app-killer/debian/changelog 2009-03-18 19:58:09 UTC (rev 17735) +++ projects/haf/trunk/osso-app-killer/debian/changelog 2009-03-19 10:30:43 UTC (rev 17736) @@ -1,3 +1,10 @@ +osso-app-killer (1.27-1) unstable; urgency=low + + * Stop icd2 during CUD + * Fixes: NB#99242 (Data counter is not cleared with Clear device from control panel) + + -- Gabriel Schulhof <gabriel.schulhof at nokia.com> Thu, 19 Mar 2009 12:25:12 +0200 + osso-app-killer (1.26-1) unstable; urgency=low * Removed locale stuff Modified: projects/haf/trunk/osso-app-killer/osso-app-killer.sudoers =================================================================== --- projects/haf/trunk/osso-app-killer/osso-app-killer.sudoers 2009-03-18 19:58:09 UTC (rev 17735) +++ projects/haf/trunk/osso-app-killer/osso-app-killer.sudoers 2009-03-19 10:30:43 UTC (rev 17736) @@ -5,4 +5,5 @@ user ALL = NOPASSWD: /etc/init.d/hildon-desktop stop user ALL = NOPASSWD: /etc/init.d/mediaplayer-daemon stop user ALL = NOPASSWD: /etc/init.d/metalayer-crawler0 stop +user ALL = NOPASSWD: /etc/init.d/icd2 stop user ALL = NOPASSWD: /usr/bin/killall gconfd-2 Modified: projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh =================================================================== --- projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh 2009-03-18 19:58:09 UTC (rev 17735) +++ projects/haf/trunk/osso-app-killer/src/osso-app-killer-cud.sh 2009-03-19 10:30:43 UTC (rev 17736) @@ -51,6 +51,9 @@ if [ -x /etc/init.d/mediaplayer-daemon ]; then $SUDO /etc/init.d/mediaplayer-daemon stop fi +if [ -x /etc/init.d/icd2 ]; then + $SUDO /etc/init.d/icd2 stop +fi $SUDO /etc/init.d/af-base-apps stop $SUDO $DIR/gconf-daemon.sh stop if ps ax | grep -v grep | grep -q gconfd-2; then
- Previous message: [maemo-commits] r17735 - in projects/haf/trunk/libmatchbox2: . matchbox/core
- Next message: [maemo-commits] r17737 - projects/haf/tags/osso-app-killer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]