Date: Sun, 25 Jan 2015 05:30:04 +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: r277686 - head/etc/rc.d Message-ID: <201501250530.t0P5U467039918@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Jan 25 05:30:03 2015 New Revision: 277686 URL: https://svnweb.freebsd.org/changeset/base/277686 Log: Install bsnmp rc.d script if MK_BSNMP != no 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 Sun Jan 25 05:23:22 2015 (r277685) +++ head/etc/rc.d/Makefile Sun Jan 25 05:30:03 2015 (r277686) @@ -27,7 +27,6 @@ FILES= DAEMON \ ${_bluetooth} \ bootparams \ bridge \ - bsnmpd \ ${_bthidd} \ ${_casperd} \ cleanvar \ @@ -167,6 +166,10 @@ _hcsecd= hcsecd _ubthidhci= ubthidhci .endif +.if ${MK_BSNMP} != "no" +FILES+= bsnmpd +.endif + .if ${MK_CASPER} != "no" _casperd= casperd .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501250530.t0P5U467039918>