From 0c1a7fd4a41cf04fe4f15a5713c5059787d6d7de Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Thu, 3 Apr 2008 20:48:18 +0000 Subject: [PATCH] bluez-utils: Remove superfluous code from init file. This has been discussed with the previous committer. SVN-Revision: 10725 --- utils/bluez-utils/Makefile | 2 +- utils/bluez-utils/files/bluez-utils.init | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index fcdf8d00ae..c2beb63a59 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 e105c9af24..1a3227a693 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() { -- 2.30.2