From 4d8b65cb6dd75c45bd6eb3fae1f16dad080bb7cb Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 2 Feb 2015 05:17:26 +0000 Subject: MFC r271892: r271892 (by ngie): Sort the optional rc.d scripts by their knobs Sponsored by: EMC / Isilon Storage Division --- etc/rc.d/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'etc') 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 -- cgit v1.1