From owner-freebsd-ports Mon Oct 25 9:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECC0614D90 for ; Mon, 25 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70583; Mon, 25 Oct 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from oddbjorn.bdc.no (ti21a63-0084.dialup.online.no [130.67.199.84]) by hub.freebsd.org (Postfix) with ESMTP id D368214BEA for ; Mon, 25 Oct 1999 09:36:27 -0700 (PDT) (envelope-from oddbjorn@oddbjorn.bdc.no) Received: (from oddbjorn@localhost) by oddbjorn.bdc.no (8.9.3/8.9.3) id SAA22110; Mon, 25 Oct 1999 18:36:25 +0200 (CEST) (envelope-from oddbjorn) Message-Id: <199910251636.SAA22110@oddbjorn.bdc.no> Date: Mon, 25 Oct 1999 18:36:25 +0200 (CEST) From: oddbjorn@tricknology.org Reply-To: oddbjorn@tricknology.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14520: Minor update of net/bpft Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14520 >Category: ports >Synopsis: Minor update of net/bpft >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 25 09:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oddbjorn Steffensen >Release: FreeBSD 3.3-STABLE i386 >Organization: Funkjazztical Tricknology >Environment: FreeBSD -STABLE and -CURRENT. >Description: Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/bpft/pkg/DESCR pkg/DESCR --- /usr/ports/net/bpft/pkg/DESCR Sat Apr 3 03:51:01 1999 +++ pkg/DESCR Mon Oct 25 18:32:49 1999 @@ -14,5 +14,8 @@ The number after bpfilter is the number of interfaces that can be examined simultaneously. See section 6.1 of the Handbook for details. -- oddbjorn -oddbjorn@tricknology.org +On FreeBSD 4.0 or later versions, use the following line instead: + +pseudo-device bpf 4 # Berkeley packet filter + +- oddbjorn diff -ruN /dev/null patches/patch-ae --- /dev/null Mon Oct 25 18:25:00 1999 +++ patches/patch-ae Mon Oct 25 17:53:15 1999 @@ -0,0 +1,20 @@ +*** trafd/trafstart.orig Mon Oct 25 17:52:34 1999 +--- trafd/trafstart Mon Oct 25 17:52:50 1999 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #!/bin/sh + # + # trafstart Copyright (c)1993 CAD lab + # +*************** +*** 20,23 **** + #trafd -i ne0 port ftp or ftp-data + # + echo I am storage, before use invoke editor and edit as your need. +! trafd -? +--- 21,24 ---- + #trafd -i ne0 port ftp or ftp-data + # + echo I am storage, before use invoke editor and edit as your need. +! /usr/local/sbin/trafd -? diff -ruN /dev/null patches/patch-af --- /dev/null Mon Oct 25 18:30:00 1999 +++ patches/patch-af Mon Oct 25 17:53:25 1999 @@ -0,0 +1,9 @@ +*** trafd/trafstop.orig Mon Oct 25 17:52:40 1999 +--- trafd/trafstop Mon Oct 25 17:52:53 1999 +*************** +*** 1,3 **** +--- 1,4 ---- ++ #!/bin/sh + # + # trafstop Copyright (c)1993 CAD lab + # >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message