aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-07-19 15:10:03 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-07-19 15:10:03 +0000
commit9553ea80a8807d9ff2b7b3498bdb002f6cb66b26 (patch)
treeb5275694374d99d98f8051877106a0a9fcf34df5 /libexec
parent1ba153e085f25d335845e6eb9fd560de1eb88403 (diff)
downloadsrc-9553ea80a8807d9ff2b7b3498bdb002f6cb66b26.tar.gz
src-9553ea80a8807d9ff2b7b3498bdb002f6cb66b26.zip
pkgbase: Add a FreeBSD-bluetooth package
Move the bluetooth related files from FreeBSD-runtime to a new package named FreeBSD-bluetooth The FreeBSD runtime is only intended to have everything for a working FreeBSD installation and bluetooth isn't needed for that. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D20959
Notes
Notes: svn path=/head/; revision=350132
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.d/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index b578f3650dfc..40e594bca570 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -17,9 +17,7 @@ CONFS= DAEMON \
archdep \
bgfsck \
${_blacklistd} \
- ${_bluetooth} \
bridge \
- ${_bthidd} \
cfumass \
cleanvar \
cleartmp \
@@ -40,7 +38,6 @@ CONFS= DAEMON \
gptboot \
growfs \
gssd \
- ${_hcsecd} \
hostid \
hostid_save \
hostname \
@@ -111,7 +108,6 @@ CONFS= DAEMON \
sysctl \
syslogd \
tmp \
- ${_ubthidhci} \
ugidfw \
${_utx} \
var \
@@ -175,12 +171,14 @@ _blacklistd+= blacklistd
.endif
.if ${MK_BLUETOOTH} != "no"
-_bluetooth= bluetooth
-_bthidd= bthidd
-_hcsecd= hcsecd
-CONFS+= rfcomm_pppd_server
-CONFS+= sdpd
-_ubthidhci= ubthidhci
+CONFGROUPS+= BLUETOOTH
+BLUETOOTH+= bluetooth \
+ bthidd \
+ hcsecd \
+ rfcomm_pppd_server \
+ sdpd \
+ ubthidhci
+BLUETOOTHPACKAGE= bluetooth
.endif
.if ${MK_BOOTPARAMD} != "no"