[maemo-commits] [maemo-commits] r18228 - in projects/haf/trunk/ke-recv: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 4 17:44:14 EEST 2009
Author: kihamala
Date: 2009-05-04 17:44:10 +0300 (Mon, 04 May 2009)
New Revision: 18228

Modified:
   projects/haf/trunk/ke-recv/debian/changelog
   projects/haf/trunk/ke-recv/src/osso-usb-mass-storage-enable.sh
Log:
use HUP instead of TERM for obexd


Modified: projects/haf/trunk/ke-recv/debian/changelog
===================================================================
--- projects/haf/trunk/ke-recv/debian/changelog	2009-05-04 13:54:08 UTC (rev 18227)
+++ projects/haf/trunk/ke-recv/debian/changelog	2009-05-04 14:44:10 UTC (rev 18228)
@@ -1,12 +1,14 @@
-ke-recv (3.16-1~unreleased) unstable; urgency=low
+ke-recv (3.16-1) unstable; urgency=low
 
   * Set the cover open GConf key on E_INIT_CARD.
   * Fixes: NB#105727 - Camera is not considering Lens cover as open, if
     battery cover is not present
   * Fixes: NB#112647 - Wrong info banner displayed when Mass stoirage mode
     connected while no external mmc card pressent and internal mmc in use.
+  * Fixes: NB#113332 - obexd should be sent SIGHUP and not SIGTERM when USB
+    tty release is desired
 
- -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 23 Apr 2009 14:19:41 +0300
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon, 04 May 2009 17:40:14 +0300
 
 ke-recv (3.15-1) unstable; urgency=low
 

Modified: projects/haf/trunk/ke-recv/src/osso-usb-mass-storage-enable.sh
===================================================================
--- projects/haf/trunk/ke-recv/src/osso-usb-mass-storage-enable.sh	2009-05-04 13:54:08 UTC (rev 18227)
+++ projects/haf/trunk/ke-recv/src/osso-usb-mass-storage-enable.sh	2009-05-04 14:44:10 UTC (rev 18228)
@@ -35,7 +35,7 @@
     fi
     OBEXD_PID=`pidof obexd`
     if [ $? = 0 ]; then
-        kill $OBEXD_PID
+        kill -HUP $OBEXD_PID
     else
         logger "$0: obexd is not running"
     fi


More information about the maemo-commits mailing list