[DAIVD O'BRIEN's OPINION]
Head off what I think is an abuse of the TRB, and disable lukemftpd.
This commit is contained in:
parent
d6ec58858c
commit
a6f8d995f3
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user