diff options
Diffstat (limited to 'usr.sbin/inetd/inetd.conf')
| -rw-r--r-- | usr.sbin/inetd/inetd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/inetd/inetd.conf b/usr.sbin/inetd/inetd.conf index a8359ea793f5..e25a77d3ca9c 100644 --- a/usr.sbin/inetd/inetd.conf +++ b/usr.sbin/inetd/inetd.conf @@ -5,8 +5,8 @@ # To disable a service, comment it out by prefixing the line with '#'. # To enable a service, remove the '#' at the beginning of the line. # -#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l +#ftp stream tcp nowait root /usr/local/libexec/ftpd ftpd -l +#ftp stream tcp6 nowait root /usr/local/libexec/ftpd ftpd -l #ssh stream tcp nowait root /usr/sbin/sshd sshd -i #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i #telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd |
