svn commit: r338263 - head/tools/build/mk

Kyle Evans kevans at FreeBSD.org
Thu Aug 23 18:06:32 UTC 2018


Author: kevans
Date: Thu Aug 23 18:06:31 2018
New Revision: 338263
URL: https://svnweb.freebsd.org/changeset/base/338263

Log:
  Remove hyper-v leftovers when WITHOUT_HYPERV is set
  
  hv_vss_daemon was missed.
  
  Submitted by:	Oliver Pinter
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D16811

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Aug 23 18:01:34 2018	(r338262)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Aug 23 18:06:31 2018	(r338263)
@@ -9369,6 +9369,7 @@ OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
 OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info
 OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info
 OLD_FILES+=usr/sbin/hv_kvp_daemon
+OLD_FILES+=usr/sbin/hv_vss_daemon
 OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
 .endif
 


More information about the svn-src-all mailing list