svn commit: r337611 - head/cddl/usr.sbin/dwatch/libexec

Brad Davis brd at FreeBSD.org
Sat Aug 11 16:09:28 UTC 2018


On Sat, Aug 11, 2018, at 7:06 AM, Kristof Provost wrote:
> Hi Devin,
> On 11 Aug 2018, at 8:32, Devin Teske wrote:
>> Author: dteske
>>  Date: Sat Aug 11 06:32:31 2018
>>  New Revision: 337611
>>  URL: https://svnweb.freebsd.org/changeset/base/337611
>>  
>>  Log:
>>  dwatch(1): Add systop profile
>>  
>>  Provides a top-like view of syscall consumers.
>>  
>>  MFC after:	3 days
>>  X-MFC-to:	stable/11
>>  Sponsored by:	Smule, Inc.
>>  
>>  Added:
>>  head/cddl/usr.sbin/dwatch/libexec/systop   (contents, props changed)
>>  Modified:
>>  head/cddl/usr.sbin/dwatch/libexec/Makefile
>>  
>>  Modified: head/cddl/usr.sbin/dwatch/libexec/Makefile
>>  ==============================================================================
>>  --- head/cddl/usr.sbin/dwatch/libexec/Makefile	Sat Aug 11 06:13:11 2018	(r337610)
>>  +++ head/cddl/usr.sbin/dwatch/libexec/Makefile	Sat Aug 11 06:32:31 2018	(r337611)
>>  @@ -62,6 +62,7 @@ LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dw
>>  LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/send
>>  LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendmsg
>>  LINKS+=	${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/sendto
>>  +LINKS+=	${LIBEXECDIR}/dwatch/systop ${LIBEXECDIR}/dwatch/systop
> This breaks install world:
>  install: link /usr/obj/usr/src/amd64.amd64/release/dist/base/usr/libexec/dwatch/systop -> /usr/obj/usr/src/amd64.amd64/release/dist/base/usr/libexec/dwatch/systop: No such file or directory

Hi Devin,

I committed a fix in r337629 to just install systop, since that seems to be what you meant.. If not, please let me know and I would be happy to help correct that.


Regards,
Brad Davis


More information about the svn-src-head mailing list