diff options
author | remko <remko@FreeBSD.org> | 2009-09-07 14:10:55 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2009-09-07 14:10:55 +0000 |
commit | b10f00e23612b24cef69c73c07082ddc1dd51c6a (patch) | |
tree | 2e21773925a6ff6b3c79984078ac6ab4d5e2d81d /etc | |
parent | a233ac0bb87626192128336b01553cfa18830ec0 (diff) | |
download | FreeBSD-src-b10f00e23612b24cef69c73c07082ddc1dd51c6a.zip FreeBSD-src-b10f00e23612b24cef69c73c07082ddc1dd51c6a.tar.gz |
MFC r196787
Do the first step in removing lukemftpd from the base system. Disconnect
it from the build.
If you are using the FTP daemon, please consider using the port ftp/tnftpd
which is the same FTP server, but newer and might have more/better
functionality.
This results in us providing only one ftp daemon by default.
Reviewed by: bz
Approved by: imp (mentor, implicit)
MFC after: 3 days
Silence from: obrien
Approved by: re (kib), imp (mentor, implicit)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 6f2e234..bbc21df 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -8,8 +8,6 @@ # #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 |