diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-04-11 23:44:20 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-04-11 23:44:20 (GMT) |
commit | 6460535abb34214b95da89518900ef4c534ee184 (patch) | |
tree | d76dcf912aaa278862fc73715c0c17ef03b10268 | |
parent | 1b87c5f0eb03ecb99a6f094033fa0cc2ccf08ae5 (diff) | |
download | linhes_pkgbuild-6460535abb34214b95da89518900ef4c534ee184.zip linhes_pkgbuild-6460535abb34214b95da89518900ef4c534ee184.tar.gz linhes_pkgbuild-6460535abb34214b95da89518900ef4c534ee184.tar.bz2 |
housekeeping
-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 . |