diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-08 23:18:50 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-08 23:18:50 +0000 |
commit | c99b727a371f84aa04f4956986af1678d72bf048 (patch) | |
tree | cd82be68563caf9fb8cf5705654372e6370bde33 /etc/inetd.conf | |
parent | fc28f1ff5f7ae27d34c1be739725dd55cc606d49 (diff) | |
download | src-test2-c99b727a371f84aa04f4956986af1678d72bf048.tar.gz src-test2-c99b727a371f84aa04f4956986af1678d72bf048.zip |
Notes
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index d06c6e436514..bdc8db3d9d3a 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -119,7 +119,7 @@ #swat stream tcp nowait/400 root /usr/local/sbin/swat swat # # Enable the following entry to enable ftp-proxy to NAT ftp sessions with pf -# N.B.: inetd binds to * in the default installtion so you should add -# an appropiate block rule to your pf.conf +# N.B.: inetd binds to * in the default installation so you should add +# an appropriate block rule to your pf.conf # #ftp-proxy stream tcp nowait root /usr/local/libexec/ftp-proxy ftp-proxy |