diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2003-03-24 01:47:29 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2003-03-24 01:47:29 +0000 |
commit | f81222aaef71e6c2255e7c7340de3cf986f6d406 (patch) | |
tree | ceb16f0cadef627586a3211a2cd840893b860e10 /etc/inetd.conf | |
parent | 8468bce7cf7e6179dcb7c792c14446a8199735b0 (diff) |
Add comments, mostly borrowed from ftp-proxy(8), showing how to set up up.
Improved & OK'd by dhartmei@, david@, millert@.
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 7f85b18faa7..8c27ea052ad 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.50 2002/08/02 23:27:33 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.51 2003/03/24 01:47:28 ian Exp $ # # Internet server configuration database # @@ -6,6 +6,7 @@ # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US +#127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy #telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -k #shell stream tcp nowait root /usr/libexec/rshd rshd -L |