bluez-utils: Remove superfluous code from init file. This has been discussed with...
authorRod Whitby <rod@whitby.id.au>
Thu, 3 Apr 2008 20:48:18 +0000 (20:48 +0000)
committerRod Whitby <rod@whitby.id.au>
Thu, 3 Apr 2008 20:48:18 +0000 (20:48 +0000)
SVN-Revision: 10725

utils/bluez-utils/Makefile
utils/bluez-utils/files/bluez-utils.init

index fcdf8d00ae73c853a28c95f4e29a93423cc8ba80..c2beb63a591bc057574b7125b36b1eedffe06738 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bluez-utils
 PKG_VERSION:=3.24
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://bluez.sourceforge.net/download
index e105c9af246113c4a6dc7d621823b05f424bad3b..1a3227a693514a3f54d90a71d0b972479816254b 100644 (file)
@@ -108,16 +108,6 @@ start() {
        config_foreach rfcomm_config rfcomm
        config_foreach dund_config dund
        config_foreach pand_config pand
-       
-        #start passkey agent
-        passkey-agent --default 1234&
-
-        hcitool hci0 up
-        rfcomm release 0
-
-        #set up serial conenction
-        #rfcomm connect /dev/rfcomm0 00:1D:E9:5B:92:8D&
-
 }
 
 stop() {