diff options
author | obrien <obrien@FreeBSD.org> | 2002-11-12 17:31:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-11-12 17:31:12 +0000 |
commit | 5a20d2febff4d3dd87690471ee7ad9880178f29b (patch) | |
tree | d99a7bb52ef2bfd679c76bb617908f4733479863 /etc | |
parent | 36297badba61df406d72f406c8f5df90d21f9071 (diff) | |
download | FreeBSD-src-5a20d2febff4d3dd87690471ee7ad9880178f29b.zip FreeBSD-src-5a20d2febff4d3dd87690471ee7ad9880178f29b.tar.gz |
[DAIVD O'BRIEN's OPINION]
Head off what I think is an abuse of the TRB, and disable lukemftpd.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 7e3fa86..f39322c 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -6,12 +6,6 @@ # To disable a service, comment it out by prefixing the line with '#'. # To enable a service, remove the '#' at the beginning of the line. # -# WARNING: lukemftpd does not utilize PAM, MAC, per-class nologin files, -# or any login.conf resource limits or features. Use this ftpd only if this -# is appropriate for your environment. If you require these features, use -# the alternate FreeBSD ftpd below. -#ftp stream tcp nowait root /usr/libexec/lukemftpd ftpd -l -r -# #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l #telnet stream tcp nowait root /usr/libexec/telnetd telnetd |