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
This commit is contained in:
parent
c0f94ccbb2
commit
edb5226248
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user