[maemo-commits] [maemo-commits] r14468 - in projects/haf/tags/osso-app-killer/1.16-1fix: . debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Oct 16 17:03:30 EEST 2007
Author: kihamala
Date: 2007-10-16 17:03:28 +0300 (Tue, 16 Oct 2007)
New Revision: 14468

Modified:
   projects/haf/tags/osso-app-killer/1.16-1fix/debian/changelog
   projects/haf/tags/osso-app-killer/1.16-1fix/osso-app-killer.sudoers
   projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-app-killer-cud.sh
Log:
added stopping of more processes before CUD


Modified: projects/haf/tags/osso-app-killer/1.16-1fix/debian/changelog
===================================================================
--- projects/haf/tags/osso-app-killer/1.16-1fix/debian/changelog	2007-10-16 13:55:43 UTC (rev 14467)
+++ projects/haf/tags/osso-app-killer/1.16-1fix/debian/changelog	2007-10-16 14:03:28 UTC (rev 14468)
@@ -1,3 +1,9 @@
+osso-app-killer (1.16-1fix) unstable; urgency=low
+
+  * Shutting down more processes before CUD. Fixes: NB#71791
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Tue, 16 Oct 2007 16:58:58 +0300
+
 osso-app-killer (1.16-1) unstable; urgency=low
 
   * Use osso-product-info, if available, to get the product name.

Modified: projects/haf/tags/osso-app-killer/1.16-1fix/osso-app-killer.sudoers
===================================================================
--- projects/haf/tags/osso-app-killer/1.16-1fix/osso-app-killer.sudoers	2007-10-16 13:55:43 UTC (rev 14467)
+++ projects/haf/tags/osso-app-killer/1.16-1fix/osso-app-killer.sudoers	2007-10-16 14:03:28 UTC (rev 14468)
@@ -2,3 +2,6 @@
 user ALL = NOPASSWD: /usr/sbin/osso-prepare-partition.sh *
 user ALL = NOPASSWD: /sbin/mkdosfs *
 user ALL = NOPASSWD: /etc/init.d/ke-recv stop
+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

Modified: projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-app-killer-cud.sh
===================================================================
--- projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-app-killer-cud.sh	2007-10-16 13:55:43 UTC (rev 14467)
+++ projects/haf/tags/osso-app-killer/1.16-1fix/src/osso-app-killer-cud.sh	2007-10-16 14:03:28 UTC (rev 14468)
@@ -3,7 +3,7 @@
 #
 # This file is part of osso-app-killer.
 #
-# Copyright (C) 2005-2006 Nokia Corporation. All rights reserved.
+# Copyright (C) 2005-2007 Nokia Corporation. All rights reserved.
 #
 # Contact: Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>
 #
@@ -42,6 +42,15 @@
 source $DIR/af-defines.sh
 
 # shut down things
+if [ -x /etc/init.d/hildon-desktop ]; then
+  $SUDO /etc/init.d/hildon-desktop stop
+fi
+if [ -x /etc/init.d/metalayer-crawler0 ]; then
+  $SUDO /etc/init.d/metalayer-crawler0 stop
+fi
+if [ -x /etc/init.d/mediaplayer-daemon ]; then
+  $SUDO /etc/init.d/mediaplayer-daemon stop
+fi
 $SUDO /etc/init.d/af-base-apps stop
 $SUDO $DIR/gconf-daemon.sh stop
 


More information about the maemo-commits mailing list