summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-02 05:17:26 +0000
committerngie <ngie@FreeBSD.org>2015-02-02 05:17:26 +0000
commit4d8b65cb6dd75c45bd6eb3fae1f16dad080bb7cb (patch)
treefb82912c467beb05a76ef34d7e11a3cc3e33c737 /etc
parent736af7d2b81f001f48e37cae135af5daefc048de (diff)
downloadFreeBSD-src-4d8b65cb6dd75c45bd6eb3fae1f16dad080bb7cb.zip
FreeBSD-src-4d8b65cb6dd75c45bd6eb3fae1f16dad080bb7cb.tar.gz
MFC r271892:
r271892 (by ngie): Sort the optional rc.d scripts by their knobs Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 1f3b3ab..d548072 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -169,6 +169,13 @@ FILES= DAEMON \
zfs \
zvol
+.if ${MK_BLUETOOTH} != "no"
+_bluetooth= bluetooth
+_bthidd= bthidd
+_hcsecd= hcsecd
+_ubthidhci= ubthidhci
+.endif
+
.if ${MK_IPX} != "no"
_ipxrouted= ipxrouted
.endif
@@ -180,6 +187,10 @@ _kfd= kfd
_kpasswdd= kpasswdd
.endif
+.if ${MK_NS_CACHING} != "no"
+_nscd= nscd
+.endif
+
.if ${MK_OFED} != "no"
_opensm= opensm
.endif
@@ -188,17 +199,6 @@ _opensm= opensm
_sshd= sshd
.endif
-.if ${MK_NS_CACHING} != "no"
-_nscd= nscd
-.endif
-
-.if ${MK_BLUETOOTH} != "no"
-_bluetooth= bluetooth
-_bthidd= bthidd
-_hcsecd= hcsecd
-_ubthidhci= ubthidhci
-.endif
-
.if ${MK_UNBOUND} != "no"
_unbound= local_unbound
.endif
OpenPOWER on IntegriCloud