:I was pretty confused when I starting looking into this a couple days ago.
:We've been using NetBSD's ftp client for about a year now (FreeBSD has been
:using it as its default for almost 5 years). The previous emails on users@
:were regarding the ftp server.
:
:To be clear, this update is for the client. I still think we should remove
:the ftp server (lukemftpd) from our source.
:
:--Peter
Ah, now I understand. We were talking about the server and I got the
client and server mixed up.
Since you are pushed into the code right now, please go ahead and
remove the server. It looks like a couple of files are involved:
/usr/src/libexec/Makefile (remove the WANT_LUKEMFTPD stuff)
/usr/src/libexec/lukemftpd (remove)
/usr/src/etc/defaults/make.conf (remove WANT_LUKEMFTPD comments)
/usr/src/share/man/man5/make.conf (remove WANT_LUKEMFTPD comments)
-Matt