summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-09-20 05:49:15 +0000
committerngie <ngie@FreeBSD.org>2014-09-20 05:49:15 +0000
commitcb2834e3bed1bd7c6138695e314d56a4335945e5 (patch)
tree046700c2b5432723963f6c89c5658646b086e36d /etc/rc.d
parent0350d078cbb9d3e0aec89b43d321a3b1b0c6d079 (diff)
downloadFreeBSD-src-cb2834e3bed1bd7c6138695e314d56a4335945e5.zip
FreeBSD-src-cb2834e3bed1bd7c6138695e314d56a4335945e5.tar.gz
Sort the optional rc.d scripts by their knobs
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-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 64e83ac..bb2c177 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -169,27 +169,27 @@ 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_OFED} != "no"
+_opensm= opensm
.endif
-.if ${MK_CASPER} != "no"
-_casperd= casperd
+.if ${MK_OPENSSH} != "no"
+_sshd= sshd
.endif
.if ${MK_UNBOUND} != "no"
OpenPOWER on IntegriCloud