diff options
Diffstat (limited to 'abs/extra-testing/bluez/run.rfcomm')
-rw-r--r-- | abs/extra-testing/bluez/run.rfcomm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/abs/extra-testing/bluez/run.rfcomm b/abs/extra-testing/bluez/run.rfcomm deleted file mode 100644 index 8bc619b..0000000 --- a/abs/extra-testing/bluez/run.rfcomm +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# -# Start/stop the Bluetooth daemons -# - -. /etc/rc.conf -. /etc/rc.d/functions - -[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth - -RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf" - -svwaitup -s 3 /var/service/bluetoothd || exit 1 - - stat_runit "Starting RFCOMM for the bluetooth subsystem" - /usr/bin/rfcomm -f $RFCOMM_CONFIG bind all - /sbin/sv down . |