summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile61
1 files changed, 40 insertions, 21 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 7302d29..f26c190 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -20,6 +20,9 @@ FILES= DAEMON \
atm3 \
auditd \
auditdistd \
+ automount \
+ automountd \
+ autounmountd \
bgfsck \
${_bluetooth} \
bootparams \
@@ -39,14 +42,13 @@ FILES= DAEMON \
dhclient \
dmesg \
dumpon \
- faith \
fsck \
- ftp-proxy \
ftpd \
gbde \
geli \
geli2 \
gptboot \
+ growfs \
gssd \
hastd \
${_hcsecd} \
@@ -55,24 +57,24 @@ FILES= DAEMON \
hostid_save \
hostname \
inetd \
- initrandom \
ip6addrctl \
ipfilter \
ipfs \
ipfw \
ipmon \
ipnat \
+ ipropd_master \
+ ipropd_slave \
ipsec \
iscsictl \
iscsid \
jail \
- kadmind \
- kerberos \
- keyserv \
- kfd \
+ ${_kadmind} \
+ ${_kdc} \
+ ${_kfd} \
kld \
kldxref \
- kpasswdd \
+ ${_kpasswdd} \
ldconfig \
local \
localpkg \
@@ -109,7 +111,6 @@ FILES= DAEMON \
pf \
pflog \
pfsync \
- postrandom \
powerd \
power_profile \
ppp \
@@ -128,7 +129,6 @@ FILES= DAEMON \
rpcbind \
rtadvd \
rtsold \
- rwho \
savecore \
sdpd \
securelevel \
@@ -164,27 +164,46 @@ FILES= DAEMON \
zfs \
zvol
-.if ${MK_OFED} != "no"
-_opensm= opensm
+.if ${MK_BLUETOOTH} != "no"
+_bluetooth= bluetooth
+_bthidd= bthidd
+_hcsecd= hcsecd
+_ubthidhci= ubthidhci
.endif
-.if ${MK_OPENSSH} != "no"
-_sshd= sshd
+.if ${MK_CASPER} != "no"
+_casperd= casperd
.endif
.if ${MK_NS_CACHING} != "no"
_nscd= nscd
.endif
-.if ${MK_BLUETOOTH} != "no"
-_bluetooth= bluetooth
-_bthidd= bthidd
-_hcsecd= hcsecd
-_ubthidhci= ubthidhci
+.if ${MK_KERBEROS} != "no"
+_kadmind= kadmind
+_kdc= kdc
+_kfd= kfd
+_kpasswdd= kpasswdd
.endif
-.if ${MK_CASPER} != "no"
-_casperd= casperd
+.if ${MK_OFED} != "no"
+_opensm= opensm
+.endif
+
+.if ${MK_OPENSSL} != "no"
+FILES+= keyserv
+.endif
+
+.if ${MK_OPENSSH} != "no"
+_sshd= sshd
+.endif
+
+.if ${MK_PF} != "no"
+FILES+= ftp-proxy
+.endif
+
+.if ${MK_RCMDS} != "no"
+FILES+= rwho
.endif
.if ${MK_UNBOUND} != "no"
OpenPOWER on IntegriCloud