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 /abs/extra/bluez/run.bluetoothd | |
parent | 1b87c5f0eb03ecb99a6f094033fa0cc2ccf08ae5 (diff) | |
download | linhes_pkgbuild-6460535abb34214b95da89518900ef4c534ee184.zip linhes_pkgbuild-6460535abb34214b95da89518900ef4c534ee184.tar.gz linhes_pkgbuild-6460535abb34214b95da89518900ef4c534ee184.tar.bz2 |
housekeeping
Diffstat (limited to 'abs/extra/bluez/run.bluetoothd')
-rw-r--r-- | abs/extra/bluez/run.bluetoothd | 12 |
1 files changed, 0 insertions, 12 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 |