summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inetd.conf6
-rw-r--r--libexec/Makefile5
2 files changed, 4 insertions, 7 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 7e3fa86..f39322c 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 75c768b..6b438a1 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>
OpenPOWER on IntegriCloud