From d978d404b12342588b5093b4c0a1522346d97c9d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 28 Jul 2009 23:05:12 +0200 Subject: [PATCH] no need anymore, since udev starts bluetooth --- packages/network/bluez/init.d/22_bluetooth | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 packages/network/bluez/init.d/22_bluetooth diff --git a/packages/network/bluez/init.d/22_bluetooth b/packages/network/bluez/init.d/22_bluetooth deleted file mode 100755 index dc93df7b43..0000000000 --- a/packages/network/bluez/init.d/22_bluetooth +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# setup bluetooth daemons -# -# runlevels: openelec, text, debug - -. /etc/sysconfig - -progress "Starting Bluetooth support" - -/usr/bin/bluetoothd - -exit 0 -