Skip to content

Commit

Permalink
telnetd removed. use
Browse files Browse the repository at this point in the history
freebsd-telnetd from mports
  • Loading branch information
laffer1 committed Nov 29, 2023
1 parent 938920a commit 1a7a97d
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 110 deletions.
5 changes: 4 additions & 1 deletion ObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
# for generating a list from a directory
# find /usr/lib/perl5/5.36.0 -exec echo {} \; | cut -b 2-150 | xargs printf "OLD_FILES+=%s\n"


# 20231129: telnetd(8) removed
OLD_FILES+=etc/pam.d/telnetd
OLD_FILES+=usr/libexec/telnetd
OLD_FILES+=usr/share/man/man8/telnetd.8.gz
# 20230909: caroot bundle updated
OLD_FILES+=usr/share/certs/trusted/E-Tugra_Certification_Authority.pem
OLD_FILES+=usr/share/certs/trusted/E-Tugra_Global_Root_CA_ECC_v3.pem
Expand Down
3 changes: 3 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Updating Information for MidnightBSD users.

20231129:
telnetd(8) removed. Use mports/net/freebsd-telnetd if you need it

20230905:
openssl 1.1.1w

Expand Down
6 changes: 0 additions & 6 deletions lib/libpam/pam.d/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,4 @@ afterinstallconfig:
${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp
.endif

.if ${MK_TELNET} != "no"
CONFGROUPS+= TELNET
TELNET+= telnetd
TELNETPACKAGE+= telnet
.endif

.include <bsd.prog.mk>
25 changes: 0 additions & 25 deletions lib/libpam/pam.d/telnetd

This file was deleted.

5 changes: 0 additions & 5 deletions libexec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ SUBDIR= ${_atf} \
${_rtld-elf} \
save-entropy \
${_smrsh} \
${_telnetd} \
${_tests} \
${_tftp-proxy} \
ulog-helper \
Expand Down Expand Up @@ -116,10 +115,6 @@ SUBDIR+= talkd
SUBDIR+= tcpd
.endif

.if ${MK_TELNET} != "no"
_telnetd= telnetd
.endif

.if ${MK_TFTP} != "no"
SUBDIR+= tftpd
.endif
Expand Down
42 changes: 0 additions & 42 deletions libexec/telnetd/Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions libexec/telnetd/Makefile.depend

This file was deleted.

5 changes: 0 additions & 5 deletions libexec/telnetd/Makefile.depend.options

This file was deleted.

2 changes: 0 additions & 2 deletions tools/build/mk/OptionalObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8621,9 +8621,7 @@ OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
.if ${MK_TELNET} == no
OLD_FILES+=etc/pam.d/telnetd
OLD_FILES+=usr/bin/telnet
OLD_FILES+=usr/libexec/telnetd
OLD_FILES+=usr/share/man/man1/telnet.1.gz
OLD_FILES+=usr/share/man/man8/telnetd.8.gz
.endif

.if ${MK_TESTS} == yes
Expand Down

0 comments on commit 1a7a97d

Please sign in to comment.