From 6460535abb34214b95da89518900ef4c534ee184 Mon Sep 17 00:00:00 2001
From: Michael Hanson <hansonorders@verizon.net>
Date: Mon, 11 Apr 2011 23:44:20 +0000
Subject: housekeeping

---
 abs/extra/bluez/run.bluetoothd | 12 ------------
 abs/extra/bluez/run.dund       | 14 --------------
 abs/extra/bluez/run.hidd       | 14 --------------
 abs/extra/bluez/run.pand       | 14 --------------
 abs/extra/bluez/run.rfcomm     | 17 -----------------
 5 files changed, 71 deletions(-)
 delete mode 100644 abs/extra/bluez/run.bluetoothd
 delete mode 100644 abs/extra/bluez/run.dund
 delete mode 100644 abs/extra/bluez/run.hidd
 delete mode 100644 abs/extra/bluez/run.pand
 delete mode 100644 abs/extra/bluez/run.rfcomm

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 .
-- 
cgit v0.12