summaryrefslogtreecommitdiffstats
path: root/scripts/bluetooth.default
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-05-14 08:17:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-05-14 08:17:59 +0000
commita16c5df68407649eb2c190ab71ab0a0be25209e6 (patch)
tree5100eb5de44ca9d743ceadcaf33d30b010fbd8c1 /scripts/bluetooth.default
parentd0553fb41562838ff9ca9bf1c0f6602aa7df4ce0 (diff)
Use a simple init script
Diffstat (limited to 'scripts/bluetooth.default')
-rw-r--r--scripts/bluetooth.default33
1 files changed, 0 insertions, 33 deletions
diff --git a/scripts/bluetooth.default b/scripts/bluetooth.default
index 976fa245..b0c4493b 100644
--- a/scripts/bluetooth.default
+++ b/scripts/bluetooth.default
@@ -1,37 +1,4 @@
# Bluetooth configuraton file
-# Start of hcid (allowed values are "true" and "false")
-HCID_ENABLE=true
-
-# Config file for hcid
-HCID_CONFIG="/etc/bluetooth/hcid.conf"
-
-# Start sdpd (allowed values are "true" and "false")
-SDPD_ENABLE=false
-
-# Start hidd (allowed values are "true" and "false")
-HIDD_ENABLE=true
-
-# Arguments to hidd
-HIDD_OPTIONS=""
-
# Run hid2hci (allowed values are "true" and "false")
HID2HCI_ENABLE=true
-
-# Bind rfcomm devices (allowed values are "true" and "false")
-RFCOMM_ENABLE=false
-
-# Config file for rfcomm
-RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
-
-# Start dund (allowed values are "true" and "false")
-DUND_ENABLE=false
-
-# Arguments to dund
-DUND_OPTIONS="--listen --persist"
-
-# Start pand (allowed values are "true" and "false")
-PAND_ENABLE=false
-
-# Arguments to pand
-PAND_OPTIONS="--listen --role NAP"