diff options
author | remko <remko@FreeBSD.org> | 2009-09-03 16:34:20 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2009-09-03 16:34:20 +0000 |
commit | dcd2780b1c5f036dbcf08febd7e8a249f0199218 (patch) | |
tree | eb272679ce333d492964cdee54308bc0c6be3e5a /libexec/Makefile | |
parent | d8165e001962c64b9b665cb5bc9e20184cdb5fa0 (diff) | |
download | FreeBSD-src-dcd2780b1c5f036dbcf08febd7e8a249f0199218.zip FreeBSD-src-dcd2780b1c5f036dbcf08febd7e8a249f0199218.tar.gz |
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
Diffstat (limited to 'libexec/Makefile')
-rw-r--r-- | libexec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 72ec913..26a8ff2 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -9,7 +9,6 @@ SUBDIR= ${_atrun} \ fingerd \ ftpd \ getty \ - lukemftpd \ ${_mail.local} \ ${_mknetid} \ ${_pppoed} \ |