The branch main has been updated by brooks:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=edb5226248875f84e322365a021abb3f7874db78

commit edb5226248875f84e322365a021abb3f7874db78
Author:     Brooks Davis <[email protected]>
AuthorDate: 2022-09-29 16:54:58 +0000
Commit:     Brooks Davis <[email protected]>
CommitDate: 2022-09-29 16:56:41 +0000

    inetd.conf: update telnetd paths
    
    Follow the example of rsh and point to /usr/local.
    
    Reviewed by:    imp, delphij, emaste
    Differential Revision:  https://reviews.freebsd.org/D36783
---
 usr.sbin/inetd/inetd.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/inetd/inetd.conf b/usr.sbin/inetd/inetd.conf
index 09dfbab66496..84ba309f0b0c 100644
--- a/usr.sbin/inetd/inetd.conf
+++ b/usr.sbin/inetd/inetd.conf
@@ -10,8 +10,8 @@
 #ftp   stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
 #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
-#telnet        stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd
+#telnet        stream  tcp     nowait  root    /usr/local/libexec/telnetd      
telnetd
+#telnet        stream  tcp6    nowait  root    /usr/local/libexec/telnetd      
telnetd
 #shell stream  tcp     nowait  root    /usr/local/sbin/rshd    rshd
 #shell stream  tcp6    nowait  root    /usr/local/sbin/rshd    rshd
 #login stream  tcp     nowait  root    /usr/local/sbin/rlogind rlogind

Reply via email to