- Update to 0.6.0: With this version the ipsv daemons support the port to listen on to be specified either as a name from /etc/services, or as a number. The ipsvd interface now necessitates the -u command line option, and the documentation has been enhanced slightly. Generated with FreeBSD Port Tools 0.26
Responsible Changed From-To: freebsd-ports-bugs->krion I'll handle this.
The following patch is need to fix compile on -STABLE: --- src/ipsvd_scan.c.orig Wed Oct 1 00:58:34 2003 +++ src/ipsvd_scan.c Wed Oct 1 00:58:12 2003 @@ -1,3 +1,4 @@ +#include <sys/types.h> #include <netdb.h> #include <netinet/in.h> #include "scan.h" Added file: - files/patch-ipsvd_scan.c
State Changed From-To: open->closed Committed, thanks!