hobbitclient (net-mgmt/xymon-client) uses netstat -an -finet6 for getting a list of the ipv6 connections. Without -W netstat just cuts the IPv6 address to 16 chars, you do not even see if it was shortened or not. I think it would be much better to fix netstat itself. Fix: patch-hobbitclient-freebsd
Responsible Changed From-To: freebsd-ports-bugs->dinoex Fix synopsis and assign.
dinoex 2010-07-09 07:41:48 UTC FreeBSD ports repository Modified files: net-mgmt/xymon-client Makefile Added files: net-mgmt/xymon-client/files patch-hobbitclient-freebsd.sh Log: - fix display of IPv6 ports PR: 147915 Submitted by: Frank Bartels Feature safe: yes Revision Changes Path 1.11 +1 -0 ports/net-mgmt/xymon-client/Makefile 1.1 +11 -0 ports/net-mgmt/xymon-client/files/patch-hobbitclient-freebsd.sh (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks.