diff options
-rw-r--r-- | net/tdetect/Makefile | 6 | ||||
-rw-r--r-- | net/tdetect/pkg-comment | 2 | ||||
-rw-r--r-- | net/tdetect/pkg-descr | 7 | ||||
-rw-r--r-- | net/tdetect/pkg-message | 2 |
4 files changed, 6 insertions, 11 deletions
diff --git a/net/tdetect/Makefile b/net/tdetect/Makefile index f9622c803c90..75f2d135eae4 100644 --- a/net/tdetect/Makefile +++ b/net/tdetect/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: oneko +# New ports collection makefile for: tdetect # Ports collection makefile for: tdetect # Version required: 0.2 # Date created: Sun Jan 31, 1997 @@ -9,15 +9,13 @@ DISTNAME= tdetect-0.2 PKGNAME= tdetect-0.2.1 -CATEGORIES= net +CATEGORIES= net MASTER_SITES= http://sb.123.org/ \ http://www.genocide2600.com/~tattooman/unix-loggers/ \ http://ftp.ceti.com.pl/pub/scout/progs/Unix/ MAINTAINER= shipley@dis.org -#WRKSRC= ${WRKDIR}/tdetect-0.2 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tdetect ${PREFIX}/sbin/tdetect diff --git a/net/tdetect/pkg-comment b/net/tdetect/pkg-comment index 19d5db989822..029709a150b0 100644 --- a/net/tdetect/pkg-comment +++ b/net/tdetect/pkg-comment @@ -1 +1 @@ -A Utility for detecting traceroutes and reporting them via. syslog +Utility for detecting traceroutes and reporting them via syslog diff --git a/net/tdetect/pkg-descr b/net/tdetect/pkg-descr index 480eade9999f..fde756ae397c 100644 --- a/net/tdetect/pkg-descr +++ b/net/tdetect/pkg-descr @@ -1,8 +1,5 @@ -tdetect A simple C library for portable packet creation - - If you're interested to detect all attempts to make "traceroute your-host" -or "traceroute host.your-network", you can try to use this simple program. -The idea is simple - to detect UDP (Unix traceroute) or ICMP ECHO (Windows +tdetect detects someone running traceroute against your system. +It does this by detecting UDP (Unix traceroute) or ICMP ECHO (Windows traceroute) packets with TTL fields == 1. WWW: http://sb.123.org/ diff --git a/net/tdetect/pkg-message b/net/tdetect/pkg-message index 311ba373c76e..6d0ac14bcc39 100644 --- a/net/tdetect/pkg-message +++ b/net/tdetect/pkg-message @@ -2,5 +2,5 @@ IMPORTANT! Dont forget to edit ${PREFIX}/etc/rc.d/tdetect.sh -and set ethernetdev to the name of the ethernet device you wish to monitor +and set ETHERNETDEV to the name of the ethernet device you wish to monitor |