freebsd-ports/net/etrace/pkg-plist
Ion-Mihai Tetcu 3f7de51d74 etrace is a configurable static port network tracing tool, similar to
traceroute, but supporting ICMP, TCP, UDP and other IP protocols.

etrace has a wealth of options ranging in function from controlling
output to the detailed construction of trace packets.

WWW: http://www.bindshell.net/tools/etrace

PR:		ports/100976
Submitted by:	dave.ryan at gmail.com
2006-07-29 16:52:16 +00:00

8 lines
422 B
Text

@comment $FreeBSD$
bin/etrace
%%DATADIR%%/dns
%%DATADIR%%/ike
@unexec if cmp -s %D/share/etrace/profile %D/share/etrace/default.profile; then rm -f %D/share/etrace/profile; fi
%%DATADIR%%/default.profile
@exec if [ ! -f %D/share/etrace/profile ]; then cp %D/share/etrace/default.profile %D/share/etrace/profile; fi
@unexec rm -r %D/%%DATADIR%% || echo "etrace: if you're finished with this port, clean up %D/share/etrace"