diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-08-31 17:15:10 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-08-31 17:15:10 +0000 |
| commit | aec047da48ea42c067ca1f40b1d1a540b900832f (patch) | |
| tree | eb3dd8967b503c5a86caa7ef034dd808d10a2ac1 | |
| parent | d808b43a016e6ee51a0fe5915c7e77eaaa9eeda8 (diff) | |
Notes
| -rw-r--r-- | etc/inetd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 68cf1ba4fb7d..3c4f7f006061 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -8,6 +8,8 @@ # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l +#ftp stream tcp nowait root /usr/libexec/lukemftpd ftpd -l -r +#ftp stream tcp6 nowait root /usr/libexec/lukemftpd ftpd -l -r #ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6 #telnet stream tcp nowait root /usr/libexec/telnetd telnetd |
