aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ng_ipacct
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-04-12 18:17:46 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-04-12 18:17:46 +0000
commitfb211568de4b7180fdbe34a38280cbda304379d3 (patch)
tree3f18bad749d895aa5adc31f0fab91f7a677a3939 /net-mgmt/ng_ipacct
parent1cb9690b6f33cb20d3f7e4cc29f825c03a44db38 (diff)
downloadports-fb211568de4b7180fdbe34a38280cbda304379d3.tar.gz
ports-fb211568de4b7180fdbe34a38280cbda304379d3.zip
Minor typo: "divert" => "tee"
Notes
Notes: svn path=/head/; revision=133166
Diffstat (limited to 'net-mgmt/ng_ipacct')
-rw-r--r--net-mgmt/ng_ipacct/files/ng_ipacct.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/ng_ipacct/files/ng_ipacct.conf b/net-mgmt/ng_ipacct/files/ng_ipacct.conf
index 3cde3a2034f3..e76599811807 100644
--- a/net-mgmt/ng_ipacct/files/ng_ipacct.conf
+++ b/net-mgmt/ng_ipacct/files/ng_ipacct.conf
@@ -110,8 +110,8 @@ ng_ipacct_cx0_stop='
# EXAMPLE 3. PPTP (via mpd), divert traffic to ng_ksocket
-# ipfw add divert 4001 ip from any to any via ng0 in
-# ipfw add divert 4002 ip from any to any via ng0 out
+# ipfw add tee 4001 ip from any to any via ng0 in
+# ipfw add tee 4002 ip from any to any via ng0 out
# USER-LEVEL | KERNEL-LEVEL
# |