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 _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"