Deleted Added
full compact
inetd.conf (171249) inetd.conf (196787)
1# $FreeBSD: head/etc/inetd.conf 171249 2007-07-05 09:46:53Z delphij $
1# $FreeBSD: head/etc/inetd.conf 196787 2009-09-03 16:34:20Z remko $
2#
3# Internet server configuration database
4#
5# Define *both* IPv4 and IPv6 entries for dual-stack support.
6# To disable a service, comment it out by prefixing the line with '#'.
7# To enable a service, remove the '#' at the beginning of the line.
8#
9#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
10#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
2#
3# Internet server configuration database
4#
5# Define *both* IPv4 and IPv6 entries for dual-stack support.
6# To disable a service, comment it out by prefixing the line with '#'.
7# To enable a service, remove the '#' at the beginning of the line.
8#
9#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
10#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
11#ftp stream tcp nowait root /usr/libexec/lukemftpd ftpd -l -r
12#ftp stream tcp6 nowait root /usr/libexec/lukemftpd ftpd -l -r
13#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
14#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
15#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
16#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
17#shell stream tcp nowait root /usr/libexec/rshd rshd
18#shell stream tcp6 nowait root /usr/libexec/rshd rshd
19#login stream tcp nowait root /usr/libexec/rlogind rlogind
20#login stream tcp6 nowait root /usr/libexec/rlogind rlogind

--- 100 unchanged lines hidden ---
11#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
12#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
13#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
14#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
15#shell stream tcp nowait root /usr/libexec/rshd rshd
16#shell stream tcp6 nowait root /usr/libexec/rshd rshd
17#login stream tcp nowait root /usr/libexec/rlogind rlogind
18#login stream tcp6 nowait root /usr/libexec/rlogind rlogind

--- 100 unchanged lines hidden ---