Re: svn commit: r304569 - stable/10/usr.sbin/bhyve

2016-08-21 Thread Sean C. Farley
On Sun, 21 Aug 2016, Alexander Motin wrote: Author: mav Date: Sun Aug 21 17:57:32 2016 New Revision: 304569 URL: https://svnweb.freebsd.org/changeset/base/304569 Log: MFC r298355: Don't use SYSDIR to avoid conflicts with existing usage. Also, use SRCTOP to locate the top of the source tree

svn commit: r304569 - stable/10/usr.sbin/bhyve

2016-08-21 Thread Alexander Motin
Author: mav Date: Sun Aug 21 17:57:32 2016 New Revision: 304569 URL: https://svnweb.freebsd.org/changeset/base/304569 Log: MFC r298355: Don't use SYSDIR to avoid conflicts with existing usage. Also, use SRCTOP to locate the top of the source tree instead of a relative path. PR: 2088