[Pkg-bluetooth-commits] r848 - in /packages/bluez/trunk/debian: bluez.bluetooth.init changelog control

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sun Jun 21 12:01:52 UTC 2009


Author: filippo
Date: Sun Jun 21 12:01:48 2009
New Revision: 848

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=848
Log:
* Update to S-V 3.8.2: no changes  
* Introduce common SSD_OPTIONS in init script and sleep 1 on restart 

Modified:
    packages/bluez/trunk/debian/bluez.bluetooth.init
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/control

Modified: packages/bluez/trunk/debian/bluez.bluetooth.init
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.bluetooth.init?rev=848&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.bluetooth.init (original)
+++ packages/bluez/trunk/debian/bluez.bluetooth.init Sun Jun 21 12:01:48 2009
@@ -36,6 +36,8 @@
 RFCOMM_NAME=rfcomm
 RFCOMM_CONF=/etc/bluetooth/rfcomm.conf
 SDPTOOL=/usr/bin/sdptool
+
+SSD_OPTIONS="--oknodo --quiet --exec $DAEMON"
 
 test -f /etc/default/bluetooth && . /etc/default/bluetooth
 test -f /etc/default/rcS && . /etc/default/rcS
@@ -142,7 +144,7 @@
 		exit 0
 	fi
 
-	start-stop-daemon --start --quiet --exec $DAEMON || true
+	start-stop-daemon --start $SSD_OPTIONS
 	log_progress_msg "bluetoothd"
 
 	run_sdptool || true
@@ -173,13 +175,14 @@
 	if test "$HID2HCI_UNDO" = "1"; then
 		disable_hci_input || true
 	fi
-	start-stop-daemon --stop --quiet --exec $DAEMON || true
+	start-stop-daemon --stop $SSD_OPTIONS
 	log_progress_msg "bluetoothd"
 	stop_uarts || true
 	log_end_msg 0
   ;;
   restart|force-reload)
 	$0 stop
+	sleep 1
 	$0 start
   ;;
   status)

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=848&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Sun Jun 21 12:01:48 2009
@@ -9,8 +9,10 @@
     (Closes: #532622)
   * debian/patches/002_test_agent_newapi.patch port bluetooth-agent to new
     D-Bus API
-
- -- Filippo Giunchedi <filippo at debian.org>  Sun, 21 Jun 2009 10:31:40 +0200
+  * Update to S-V 3.8.2: no changes  
+  * Introduce common SSD_OPTIONS in init script and sleep 1 on restart 
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sun, 21 Jun 2009 14:01:04 +0200
 
 bluez (4.40-2) unstable; urgency=low
 

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=848&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Sun Jun 21 12:01:48 2009
@@ -21,7 +21,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk
 Homepage: http://www.bluez.org
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 
 Package: libbluetooth3
 Section: libs




More information about the Pkg-bluetooth-commits mailing list