diff options
Diffstat (limited to 'abs/extra/bluez')
-rw-r--r-- | abs/extra/bluez/run.bluetoothd | 12 | ||||
-rw-r--r-- | abs/extra/bluez/run.dund | 14 | ||||
-rw-r--r-- | abs/extra/bluez/run.hidd | 14 | ||||
-rw-r--r-- | abs/extra/bluez/run.pand | 14 | ||||
-rw-r--r-- | abs/extra/bluez/run.rfcomm | 17 |
5 files changed, 0 insertions, 71 deletions
diff --git a/abs/extra/bluez/run.bluetoothd b/abs/extra/bluez/run.bluetoothd deleted file mode 100644 index 7a92437..0000000 --- a/abs/extra/bluez/run.bluetoothd +++ /dev/null @@ -1,12 +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 - - stat_runit "Starting bluetooth subsystem:" - exec /usr/sbin/bluetoothd -n diff --git a/abs/extra/bluez/run.dund b/abs/extra/bluez/run.dund deleted file mode 100644 index c42cfa1..0000000 --- a/abs/extra/bluez/run.dund +++ /dev/null @@ -1,14 +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 - -svwaitup -s 3 /var/service/bluetoothd || exit 1 - - stat_runit "Starting BlueZ Bluetooth dial-up networking daemon" - exec /usr/bin/dund -n -s diff --git a/abs/extra/bluez/run.hidd b/abs/extra/bluez/run.hidd deleted file mode 100644 index e4f66d3..0000000 --- a/abs/extra/bluez/run.hidd +++ /dev/null @@ -1,14 +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 - -svwaitup -s 3 /var/service/bluetoothd || exit 1 - - stat_runit "Starting Bluetooth HID daemon:" - exec /usr/bin/hidd -n --server diff --git a/abs/extra/bluez/run.pand b/abs/extra/bluez/run.pand deleted file mode 100644 index ab15ef6..0000000 --- a/abs/extra/bluez/run.pand +++ /dev/null @@ -1,14 +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 - -svwaitup -s 3 /var/service/bluetoothd || exit 1 - - stat_runit "Starting BlueZ Bluetooth PAN daemon" - exec /usr/bin/pand -n -s diff --git a/abs/extra/bluez/run.rfcomm b/abs/extra/bluez/run.rfcomm deleted file mode 100644 index 8bc619b..0000000 --- a/abs/extra/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 . |