Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2015 05:17:26 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r278052 - stable/10/etc/rc.d
Message-ID:  <201502020517.t125HQNl038341@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Feb  2 05:17:26 2015
New Revision: 278052
URL: https://svnweb.freebsd.org/changeset/base/278052

Log:
  MFC r271892:
  
  r271892 (by ngie):
  
    Sort the optional rc.d scripts by their knobs
  
    Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/etc/rc.d/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/rc.d/Makefile
==============================================================================
--- stable/10/etc/rc.d/Makefile	Mon Feb  2 04:54:43 2015	(r278051)
+++ stable/10/etc/rc.d/Makefile	Mon Feb  2 05:17:26 2015	(r278052)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502020517.t125HQNl038341>