Date: Sat, 20 Sep 2014 05:49:15 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271892 - head/etc/rc.d Message-ID: <201409200549.s8K5nFS7084624@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409200549.s8K5nFS7084624>