aboutsummaryrefslogtreecommitdiffstats
path: root/net/tdetect
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-10-25 11:31:14 +0800
committerobrien <obrien@FreeBSD.org>1999-10-25 11:31:14 +0800
commiteb6f112276386f687759c7252cd56cb143a249b6 (patch)
treeac3f7475bc511869dbf87cdc820b038ffaba64e1 /net/tdetect
parent0705c57362159b06fd9644555468d1e7c1f69ee2 (diff)
downloadfreebsd-ports-gnome-eb6f112276386f687759c7252cd56cb143a249b6.tar.gz
freebsd-ports-gnome-eb6f112276386f687759c7252cd56cb143a249b6.tar.zst
freebsd-ports-gnome-eb6f112276386f687759c7252cd56cb143a249b6.zip
Portlint and general clean up (previously this port claimed to be a library).
Diffstat (limited to 'net/tdetect')
-rw-r--r--net/tdetect/Makefile6
-rw-r--r--net/tdetect/pkg-comment2
-rw-r--r--net/tdetect/pkg-descr7
-rw-r--r--net/tdetect/pkg-message2
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