diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-10-20 01:30:14 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-10-20 01:30:14 +0800 |
commit | ff9caf86fb3a6f6bbebe0e5201c8307a839f2016 (patch) | |
tree | 04abb401b3e049e9c2da3bf30a95702db7791ab3 /net/trafshow3 | |
parent | f30fdaf662038d9adbb32c0bd6fa58de22383c5c (diff) | |
download | freebsd-ports-graphics-ff9caf86fb3a6f6bbebe0e5201c8307a839f2016.tar.gz freebsd-ports-graphics-ff9caf86fb3a6f6bbebe0e5201c8307a839f2016.tar.zst freebsd-ports-graphics-ff9caf86fb3a6f6bbebe0e5201c8307a839f2016.zip |
Port update, fixing some compile problems.
Submitted by: Igor Vinokurov <igor@cs.ibank.ru>
Diffstat (limited to 'net/trafshow3')
-rw-r--r-- | net/trafshow3/Makefile | 9 | ||||
-rw-r--r-- | net/trafshow3/pkg-descr | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index a3614b627d5..267c25e5332 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: trafshow # Version required: 2.0 -# Date created: 17 January 1996 -# Whom: Igor Vinokurov <igor@zynaps.ru> +# Date created: 25 September 1996 +# Whom: igor@zynaps.ru # -# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $ +# $Id$ # DISTNAME= trafshow-2.0 @@ -11,10 +11,9 @@ CATEGORIES+= net MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/ EXTRACT_SUFX= .tgz -MAINTAINER= igor@zynaps.ru +MAINTAINER= igor@zynaps.ru post-install: - strip ${PREFIX}/bin/trafshow .if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/man1/trafshow.1 .endif diff --git a/net/trafshow3/pkg-descr b/net/trafshow3/pkg-descr index 3b31da74483..7491ccc5678 100644 --- a/net/trafshow3/pkg-descr +++ b/net/trafshow3/pkg-descr @@ -8,5 +8,8 @@ added to your kernel config file (/sys/i386/conf/<YourMachine>): pseudo-device bpfilter 4 # Berkeley packet filter -The number of devices determines the maximum number of simultaneous -BPF clients programs runnable. See /sys/i386/conf/LINT for details. +The number after bpfilter is the number of interfaces that can be +examined simultaneously. See section 5.8.3 of Handbook for details. + +- Igor +igor@zynaps.ru |