mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
Fix the build by just installing systop since testing shows it works with:
dwatch -X systop Reviewed by: kp Approved by: allanjude (mentor)
This commit is contained in:
parent
40bb18ef11
commit
edb1df35b0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ FILES= chmod \
|
|||
rw \
|
||||
sched \
|
||||
sendrecv \
|
||||
systop \
|
||||
tcp \
|
||||
udp \
|
||||
udplite \
|
||||
|
|
@ -62,7 +63,6 @@ LINKS+= ${LIBEXECDIR}/dwatch/sendrecv ${LIBEXECDIR}/dwatch/recvmsg
|
|||
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
|
||||
LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept
|
||||
LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-established
|
||||
LINKS+= ${LIBEXECDIR}/dwatch/tcp ${LIBEXECDIR}/dwatch/tcp-accept-refused
|
||||
|
|
|
|||
Loading…
Reference in a new issue