[maemo-commits] [maemo-commits] r15641 - in projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack: debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jun 9 16:47:23 EEST 2008
Author: kihamala
Date: 2008-06-09 16:47:22 +0300 (Mon, 09 Jun 2008)
New Revision: 15641

Modified:
   projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/debian/changelog
   projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-kill-launch-wrapper.sh
   projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-launch-wrapper.sh
Log:
workaround


Modified: projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/debian/changelog
===================================================================
--- projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/debian/changelog	2008-06-09 13:44:56 UTC (rev 15640)
+++ projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/debian/changelog	2008-06-09 13:47:22 UTC (rev 15641)
@@ -1,3 +1,9 @@
+osso-af-startup (1.57-1dsmetoolhack) unstable; urgency=low
+
+  * dsmetool workaround: replace '-r' with '-t'
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon,  9 Jun 2008 16:42:17 +0300
+
 osso-af-startup (1.57-1) unstable; urgency=low
 
   * Incomplete hack: When making /etc/osso-af-init/locale en_US, also set gconf key

Modified: projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-kill-launch-wrapper.sh
===================================================================
--- projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-kill-launch-wrapper.sh	2008-06-09 13:44:56 UTC (rev 15640)
+++ projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-kill-launch-wrapper.sh	2008-06-09 13:47:22 UTC (rev 15641)
@@ -54,5 +54,5 @@
 
 if [ $START = TRUE ]; then
   echo "Starting $SVC"
-  /usr/sbin/dsmetool -n -1 -r "$CMD $PARAMS"
+  /usr/sbin/dsmetool -n -1 -t "$CMD $PARAMS"
 fi

Modified: projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-launch-wrapper.sh
===================================================================
--- projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-launch-wrapper.sh	2008-06-09 13:44:56 UTC (rev 15640)
+++ projects/haf/tags/osso-af-startup/1.57-1dsmetoolhack/services/nice-launch-wrapper.sh	2008-06-09 13:47:22 UTC (rev 15641)
@@ -54,5 +54,5 @@
 
 if [ $START = TRUE ]; then
   echo "Starting $SVC"
-  /usr/sbin/dsmetool -n -1 -r "$CMD $PARAMS"
+  /usr/sbin/dsmetool -n -1 -t "$CMD $PARAMS"
 fi


More information about the maemo-commits mailing list