glfs/archive/bootscripts_blfs_sysconfig_bluetooth
Fernando de Oliveira 5096ebd681 Modify Bluez bootscripts (for new version of package 5.17).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12910 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-03-29 15:55:43 +00:00

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