Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2018 18:06:31 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338263 - head/tools/build/mk
Message-ID:  <201808231806.w7NI6VW5066667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808231806.w7NI6VW5066667>