diff options
author | obrien <obrien@FreeBSD.org> | 2006-08-31 17:15:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-08-31 17:15:10 +0000 |
commit | c3fa754b3f18ae76fa897258603931d1af2b525c (patch) | |
tree | eb3dd8967b503c5a86caa7ef034dd808d10a2ac1 /etc/inetd.conf | |
parent | c98a455106b1b1db31fe741ac4d1c772f707fca4 (diff) | |
download | FreeBSD-src-c3fa754b3f18ae76fa897258603931d1af2b525c.zip FreeBSD-src-c3fa754b3f18ae76fa897258603931d1af2b525c.tar.gz |
Re-add lukemftpd. It has: PAM, MAC, per-class nologin files,
login.conf resource limits and features.
Diffstat (limited to 'etc/inetd.conf')
-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 68cf1ba..3c4f7f0 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 |