summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-05-27 23:51:05 +0000
committermlaier <mlaier@FreeBSD.org>2004-05-27 23:51:05 +0000
commit3442b2603072c87fa26f8efd030ad6ad5fff0bf0 (patch)
tree9539aea889869482065b2a2d00db01820043ecbe /contrib
parenta670a21760439b5109c94aebf6856c02a39e9443 (diff)
downloadFreeBSD-src-3442b2603072c87fa26f8efd030ad6ad5fff0bf0.zip
FreeBSD-src-3442b2603072c87fa26f8efd030ad6ad5fff0bf0.tar.gz
FreeBSD-ify the manpage. Our inetd does not support bind-address:port syntax
Christian will follow up with some additional words about how to protect this from the outside world. Submitted-by: brueffer Approved-by: bms(mentor)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pf/ftp-proxy/ftp-proxy.84
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/pf/ftp-proxy/ftp-proxy.8 b/contrib/pf/ftp-proxy/ftp-proxy.8
index 2832ddb..3fb0c4d 100644
--- a/contrib/pf/ftp-proxy/ftp-proxy.8
+++ b/contrib/pf/ftp-proxy/ftp-proxy.8
@@ -27,6 +27,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
+.\" $FreeBSD$
+.\"
.Dd August 17, 2001
.Dt FTP-PROXY 8
.Os
@@ -182,7 +184,7 @@ must then be configured to run
.Nm
on the port from above using
.Bd -literal -offset 2n
-127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy
+ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy
.Ed
.Pp
in
OpenPOWER on IntegriCloud