mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
5096ebd681
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12910 af4574ff-66df-0310-9fd7-8a98e5e911e0
31 lines
780 B
Plaintext
31 lines
780 B
Plaintext
# Begin /etc/sysconfig/bluetooth
|
|
|
|
# Run the bluetooth HID daemon (default: false)
|
|
#HIDD_ENABLE="true"
|
|
|
|
# Activate rfcomm ports (default: false)
|
|
#RFCOMM_ENABLE="true"
|
|
|
|
# Run bluetooth dial-up networking daemon (default: false)
|
|
# Note: You need to pass coressponding options to the daemon
|
|
# since it does not run without any options.
|
|
#DUND_ENABLE="true"
|
|
|
|
# Run bluetooth PAN daemon (default: false)
|
|
# Note: You need to pass coressponding options to the daemon
|
|
# since it does not run without any options.
|
|
#PAND_ENABLE="true"
|
|
|
|
# Options for hidd, dund and pand (default: none)
|
|
|
|
# See man 1 hidd for available options.
|
|
#HIDD_OPTIONS=""
|
|
|
|
# See man 1 dund for available options.
|
|
#DUND_OPTIONS=""
|
|
|
|
# See man 1 pand for available options.
|
|
#PAND_OPTIONS=""
|
|
|
|
# End /etc/sysconfig/bluetooth
|