mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6dca1823d9
Corrected DESCR regarding name of BPF in -CURRENT. Added #!/bin/sh to two shellscripts in the distribution. PR: 14520 Submitted by: maintainer adding the following functionality to trafd: -D run in foregroud -I don't distinguish ports/protocols (count only by IP) -S count only IP from this range(s) (all other IP accounted AS 255.255.255.255) -A aggregate IP-addresses in given network(s) PR: 14521 Submitted by: maintainer
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
--- trafd/trafstart.orig Wed Oct 27 09:04:52 1993
|
|
+++ trafd/trafstart Mon Oct 25 11:26:55 1999
|
|
@@ -1,3 +1,4 @@
|
|
+#!/bin/sh
|
|
#
|
|
# trafstart Copyright (c)1993 CAD lab
|
|
#
|
|
@@ -20,4 +21,4 @@
|
|
#trafd -i ne0 port ftp or ftp-data
|
|
#
|
|
echo I am storage, before use invoke editor and edit as your need.
|
|
-trafd -?
|
|
+/usr/local/sbin/trafd -?
|