From dcd2780b1c5f036dbcf08febd7e8a249f0199218 Mon Sep 17 00:00:00 2001 From: remko Date: Thu, 3 Sep 2009 16:34:20 +0000 Subject: 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 --- etc/inetd.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/inetd.conf') 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 -- cgit v1.1