summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-09-17 02:32:22 +0000
committerdelphij <delphij@FreeBSD.org>2014-09-17 02:32:22 +0000
commitf38530676caf0a6e9637453a93d886cd96f5c9ae (patch)
tree58786bc3c1dfc4c908ece1d82cc44b797fc8f4ec /etc/rc.d/Makefile
parent1642671ec5727db3d568e4db1c8e6b9fd2063208 (diff)
downloadFreeBSD-src-f38530676caf0a6e9637453a93d886cd96f5c9ae.zip
FreeBSD-src-f38530676caf0a6e9637453a93d886cd96f5c9ae.tar.gz
Use a devd event to start hv_kvpd instead of doing so in rc.d script.
This is cleaner and eliminates the unneeded startup of KVP daemon on systems that do not run as a Hyper-V guest. Submitted by: hrs X-MFC-with: 271493, 271688, 271699
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index d0897e3..64e83ac 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -57,7 +57,6 @@ FILES= DAEMON \
hostid \
hostid_save \
hostname \
- ${_hv_kvpd} \
inetd \
initrandom \
ip6addrctl \
@@ -193,10 +192,6 @@ _ubthidhci= ubthidhci
_casperd= casperd
.endif
-.if ${MK_HYPERV} != "no"
-_hv_kvpd= hv_kvpd
-.endif
-
.if ${MK_UNBOUND} != "no"
_unbound= local_unbound
.endif
OpenPOWER on IntegriCloud