summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2011-04-28 00:21:34 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2011-04-28 00:21:34 +0000
commit439234178d54f26f8dbfec1a465023ee231b6e34 (patch)
tree52c514dc1cf680b45fa9ef471f9637581a1a2faa
parentf398288b57734e2220edbe16b20abd3a3a742ed1 (diff)
divert-to is picky about the address family so adjust the rule
-rw-r--r--usr.sbin/ftp-proxy/ftp-proxy.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ftp-proxy/ftp-proxy.8 b/usr.sbin/ftp-proxy/ftp-proxy.8
index 6a6f2b7bd56..9b0c8fc3e29 100644
--- a/usr.sbin/ftp-proxy/ftp-proxy.8
+++ b/usr.sbin/ftp-proxy/ftp-proxy.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp-proxy.8,v 1.15 2011/04/28 00:17:28 mikeb Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.16 2011/04/28 00:21:33 mikeb Exp $
.\"
.\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
.\"
@@ -169,7 +169,7 @@ needs the following rules.
Adjust the rules as needed.
.Bd -literal -offset 2n
anchor "ftp-proxy/*"
-pass in quick proto tcp to port ftp divert-to 127.0.0.1 port 8021
+pass in quick inet proto tcp to port ftp divert-to 127.0.0.1 port 8021
.Ed
.Sh SEE ALSO
.Xr ftp 1 ,