diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-12 17:31:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-11-12 17:31:12 +0000 |
| commit | a6f8d995f3f232c444200fd6e441927c4ba22185 (patch) | |
| tree | d99a7bb52ef2bfd679c76bb617908f4733479863 | |
| parent | d6ec58858cb6aa8d2ed7b79df44f508f1ff85d2f (diff) | |
Notes
| -rw-r--r-- | etc/inetd.conf | 6 | ||||
| -rw-r--r-- | libexec/Makefile | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 7e3fa869cfc75..f39322c6dacb1 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 diff --git a/libexec/Makefile b/libexec/Makefile index 75c768bd9b343..6b438a145abc4 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -9,7 +9,6 @@ SUBDIR= atrun \ ftpd \ getNAME \ getty \ - lukemftpd \ makekey \ mknetid \ pppoed \ @@ -47,4 +46,8 @@ SUBDIR+=mail.local smrsh SUBDIR+=telnetd .endif +.if defined(WANT_LUKEMFTPD) +SUBDIR+=lukemftpd +.endif + .include <bsd.subdir.mk> |
