Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2022 16:56:51 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: edb522624887 - main - inetd.conf: update telnetd paths
Message-ID:  <202209291656.28TGupGH015650@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit edb5226248875f84e322365a021abb3f7874db78
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2022-09-29 16:54:58 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209291656.28TGupGH015650>