diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2009-09-03 16:34:20 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2009-09-03 16:34:20 +0000 |
| commit | c8b385c86fe1fa87c5cb2736814463a7b8ee233c (patch) | |
| tree | eb272679ce333d492964cdee54308bc0c6be3e5a | |
| parent | 4a6ecf078b305719d32266a5c7ea0756cc1ea06d (diff) | |
Notes
| -rw-r--r-- | ObsoleteFiles.inc | 5 | ||||
| -rw-r--r-- | etc/inetd.conf | 2 | ||||
| -rw-r--r-- | libexec/Makefile | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 54be9dd9ccb2e..9e2d734db3961 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,11 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20090904: remove lukemftpd +OLD_FILES+=usr/libexec/lukemftpd +OLD_FILES+=usr/share/man/man5/ftpd.conf.5.gz +OLD_FILES+=usr/share/man/man5/ftpusers.5.gz +OLD_FILES+=usr/share/man/man8/lukemftpd.8.gz # 20090902: BSD.{x11,x11-4}.dist are dead and BSD.local.dist lives in ports/ OLD_FILES+=etc/mtree/BSD.local.dist OLD_FILES+=etc/mtree/BSD.x11.dist diff --git a/etc/inetd.conf b/etc/inetd.conf index 6f2e234b2578c..bbc21dfca6037 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -8,8 +8,6 @@ # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l -#ftp stream tcp nowait root /usr/libexec/lukemftpd ftpd -l -r -#ftp stream tcp6 nowait root /usr/libexec/lukemftpd ftpd -l -r #ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6 #telnet stream tcp nowait root /usr/libexec/telnetd telnetd diff --git a/libexec/Makefile b/libexec/Makefile index 72ec91315afed..26a8ff236a2b7 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -9,7 +9,6 @@ SUBDIR= ${_atrun} \ fingerd \ ftpd \ getty \ - lukemftpd \ ${_mail.local} \ ${_mknetid} \ ${_pppoed} \ |
