Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 1999 18:36:25 +0200 (CEST)
From:      oddbjorn@tricknology.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14520: Minor update of net/bpft
Message-ID:  <199910251636.SAA22110@oddbjorn.bdc.no>

next in thread | raw e-mail | index | archive | help

>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 <oddbjorn@tricknology.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910251636.SAA22110>