svn commit: r271892 - head/etc/rc.d

Garrett Cooper ngie at FreeBSD.org
Sat Sep 20 05:49:16 UTC 2014


Author: ngie
Date: Sat Sep 20 05:49:15 2014
New Revision: 271892
URL: http://svnweb.freebsd.org/changeset/base/271892

Log:
  Sort the optional rc.d scripts by their knobs
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/etc/rc.d/Makefile

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile	Sat Sep 20 05:13:03 2014	(r271891)
+++ head/etc/rc.d/Makefile	Sat Sep 20 05:49:15 2014	(r271892)
@@ -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"


More information about the svn-src-head mailing list