summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-07-07 19:22:14 +0000
committerSteve Price <steve@FreeBSD.org>2000-07-07 19:22:14 +0000
commit8b55eb0901b1e1aa5f1fc8f908c2e58714d3663d (patch)
tree0fd53f4006631f39faa0cd0a38d09ca165e53449 /net-mgmt
parentUpdate to 1.2, which removes some debugging information. (diff)
Update to version 3.0.1.
PR: 19596 Submitted by: Michael Vasilenko <acid@ci.net.ua>
Notes
Notes: svn path=/head/; revision=30329
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/trafd/Makefile6
-rw-r--r--net-mgmt/trafd/distinfo2
-rw-r--r--net-mgmt/trafd/pkg-descr6
-rw-r--r--net-mgmt/trafd/pkg-plist4
4 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/trafd/Makefile b/net-mgmt/trafd/Makefile
index f0742df96e68..4364e0c031ae 100644
--- a/net-mgmt/trafd/Makefile
+++ b/net-mgmt/trafd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= trafd
-PORTVERSION= 3.0
+PORTVERSION= 3.0.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.riss-telecom.ru/pub/dev/trafd/
EXTRACT_SUFX= .tgz
@@ -26,8 +26,8 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/bpft
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README
+ ${MKDIR} ${PREFIX}/share/doc/trafd
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/trafd/README
.endif
${MKDIR} ${PREFIX}/var/trafd
${MKDIR} ${PREFIX}/var/log
diff --git a/net-mgmt/trafd/distinfo b/net-mgmt/trafd/distinfo
index 9d255dda9b90..ce0641ac7f92 100644
--- a/net-mgmt/trafd/distinfo
+++ b/net-mgmt/trafd/distinfo
@@ -1 +1 @@
-MD5 (trafd-3.0.tgz) = 7880a8de300414e6afefc8f9fcc1f69e
+MD5 (trafd-3.0.1.tgz) = 4793d475ed8403d86012023ce459f88d
diff --git a/net-mgmt/trafd/pkg-descr b/net-mgmt/trafd/pkg-descr
index b09137875231..d4d4190e1098 100644
--- a/net-mgmt/trafd/pkg-descr
+++ b/net-mgmt/trafd/pkg-descr
@@ -1,12 +1,12 @@
-bpft is a superset of trafshow, and extends it by adding a daemon
+trafd is a superset of trafshow, and extends it by adding a daemon
which collects data about network connections (src, dst, protocol
and length). The resulting data can be dumped to a file for later
processing.
-Read /usr/local/share/doc/bpft/README after installation for more
+Read /usr/local/share/doc/trafd/README after installation for more
information.
-To use bpft, your kernel must be rebuilt with the following line
+To use trafd, your kernel must be rebuilt with the following line
added to your kernel config file (/sys/i386/conf/<YourMachine>):
pseudo-device bpfilter 4 # Berkeley packet filter
diff --git a/net-mgmt/trafd/pkg-plist b/net-mgmt/trafd/pkg-plist
index 42889dab52f8..1791a3e25ef9 100644
--- a/net-mgmt/trafd/pkg-plist
+++ b/net-mgmt/trafd/pkg-plist
@@ -7,8 +7,8 @@ bin/trafstat
bin/trafstatd
bin/trafstop
etc/traflog.format
-share/doc/bpft/README
-@dirrm share/doc/bpft
+share/doc/trafd/README
+@dirrm share/doc/trafd
@dirrm var/trafd
@unexec rmdir %D/var/log 2>/dev/null || true
@unexec rmdir %D/var 2>/dev/null || true