source: archive/bootscripts_blfs_sysconfig_bluetooth@ 3f2db3a6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 5096ebd, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

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

  • Property mode set to 100644
File size: 780 bytes
Line 
1# Begin /etc/sysconfig/bluetooth
2
3# Run the bluetooth HID daemon (default: false)
4#HIDD_ENABLE="true"
5
6# Activate rfcomm ports (default: false)
7#RFCOMM_ENABLE="true"
8
9# Run bluetooth dial-up networking daemon (default: false)
10# Note: You need to pass coressponding options to the daemon
11# since it does not run without any options.
12#DUND_ENABLE="true"
13
14# Run bluetooth PAN daemon (default: false)
15# Note: You need to pass coressponding options to the daemon
16# since it does not run without any options.
17#PAND_ENABLE="true"
18
19# Options for hidd, dund and pand (default: none)
20
21# See man 1 hidd for available options.
22#HIDD_OPTIONS=""
23
24# See man 1 dund for available options.
25#DUND_OPTIONS=""
26
27# See man 1 pand for available options.
28#PAND_OPTIONS=""
29
30# End /etc/sysconfig/bluetooth
Note: See TracBrowser for help on using the repository browser.