diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-10-19 17:30:14 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-10-19 17:30:14 +0000 |
commit | f0e4d956860695b5cf3c2ea38945f2d3bb91e0d8 (patch) | |
tree | 153569443c9faef5aa29aa1b265d6408eb9cff90 /net/trafshow4 | |
parent | 735d0bc7547c70d350cc5c86617308ae2f0233c0 (diff) | |
download | ports-f0e4d956860695b5cf3c2ea38945f2d3bb91e0d8.tar.gz ports-f0e4d956860695b5cf3c2ea38945f2d3bb91e0d8.zip |
Notes
Diffstat (limited to 'net/trafshow4')
-rw-r--r-- | net/trafshow4/Makefile | 9 | ||||
-rw-r--r-- | net/trafshow4/pkg-descr | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile index a3614b627d5b..267c25e53329 100644 --- a/net/trafshow4/Makefile +++ b/net/trafshow4/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/trafshow4/pkg-descr b/net/trafshow4/pkg-descr index 3b31da744837..7491ccc5678a 100644 --- a/net/trafshow4/pkg-descr +++ b/net/trafshow4/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 |