I've been compiled and started the 'redir-2.2.1' program, and when it is accepting a connection it make a core dump. Fix: Debugging the code (using "truss") I found a lib with problem, named "TCP_WRAPPER". I've been compiled the 'redir' whitout "TCP_WRAPPER" and it is OK now. Patch attached with submission follows: How-To-Repeat: always on redir-2.2.1 .
arved 2008-01-02 13:18:59 UTC FreeBSD ports repository Modified files: net/redir Makefile net/redir/files patch-Makefile Log: Disable TCP_WRAPPER support, as it does not work PR: 117942 Submitted by: Aprigio Neto Revision Changes Path 1.7 +1 -1 ports/net/redir/Makefile 1.2 +0 -11 ports/net/redir/files/patch-Makefile _______________________________________________ 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!