From: Rod Whitby Date: Thu, 3 Apr 2008 20:48:18 +0000 (+0000) Subject: bluez-utils: Remove superfluous code from init file. This has been discussed with... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=efa7efdc57385c819b18dccb24bc078103590825;p=openwrt%2Fsvn-archive%2Fpackages.git bluez-utils: Remove superfluous code from init file. This has been discussed with the previous committer. SVN-Revision: 10725 --- diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index fcdf8d00a..c2beb63a5 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -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 diff --git a/utils/bluez-utils/files/bluez-utils.init b/utils/bluez-utils/files/bluez-utils.init index e105c9af2..1a3227a69 100644 --- a/utils/bluez-utils/files/bluez-utils.init +++ b/utils/bluez-utils/files/bluez-utils.init @@ -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() {