aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2022-09-29 16:54:58 +0000
committerBrooks Davis <brooks@FreeBSD.org>2022-09-29 16:56:41 +0000
commitedb5226248875f84e322365a021abb3f7874db78 (patch)
tree53e6c213baa00056fa841365533b227ce425a726
parentc0f94ccbb241f530c9f89d5259efb695e4f6de95 (diff)
downloadsrc-edb5226248875f84e322365a021abb3f7874db78.tar.gz
src-edb5226248875f84e322365a021abb3f7874db78.zip
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
-rw-r--r--usr.sbin/inetd/inetd.conf4
1 files 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