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

[ Available lists | Index of svn-src-all | Month of Apr 2010 | Week of 16 Apr 2010 | Raw email | View thread | Wrap long lines | Reply ]
From
Rui Paulo <rpaulo@FreeBSD.org>
Date
16 Apr 2010 16:49:43
Subject
svn commit: r206706 - head/etc/rc.d
Message-ID
201004161649.o3GGngSk081394@svn.freebsd.org


[ Hide this part ]
Author: rpaulo
Date: Fri Apr 16 16:49:42 2010
New Revision: 206706
URL: http://svn.freebsd.org/changeset/base/206706

Log:
Add ubthidhci.

MFC after: 2 days

Modified:
head/etc/rc.d/Makefile

Modified: head/etc/rc.d/Makefile
==============================================================================
--- head/etc/rc.d/Makefile Fri Apr 16 16:33:05 2010 (r206705)
+++ head/etc/rc.d/Makefile Fri Apr 16 16:49:42 2010 (r206706)
@@ -50,6 +50,10 @@ FILES+= sshd
FILES+= nscd
.endif

+.if ${MK_BLUETOOTH} != "no"
+FILES+= ubthidhci
+.endif
+
FILESDIR= /etc/rc.d
FILESMODE= ${BINMODE}


Elapsed time: 0.156 seconds