Deleted Added
full compact
inetd.conf (115892) inetd.conf (116119)
1# $FreeBSD: head/etc/inetd.conf 115892 2003-06-06 08:54:29Z yar $
1# $FreeBSD: head/etc/inetd.conf 116119 2003-06-09 21:04:30Z markm $
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#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4
12#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6
11#telnet stream tcp nowait root /usr/libexec/telnetd telnetd
12#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
13#shell stream tcp nowait root /usr/libexec/rshd rshd
14#shell stream tcp6 nowait root /usr/libexec/rshd rshd
15#login stream tcp nowait root /usr/libexec/rlogind rlogind
16#login stream tcp6 nowait root /usr/libexec/rlogind rlogind
17#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
18#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s

--- 17 unchanged lines hidden (view full) ---

36#daytime stream tcp6 nowait root internal
37#daytime dgram udp wait root internal
38#daytime dgram udp6 wait root internal
39#time stream tcp nowait root internal
40#time stream tcp6 nowait root internal
41#time dgram udp wait root internal
42#time dgram udp6 wait root internal
43#echo stream tcp nowait root internal
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
19#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
20#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s

--- 17 unchanged lines hidden (view full) ---

38#daytime stream tcp6 nowait root internal
39#daytime dgram udp wait root internal
40#daytime dgram udp6 wait root internal
41#time stream tcp nowait root internal
42#time stream tcp6 nowait root internal
43#time dgram udp wait root internal
44#time dgram udp6 wait root internal
45#echo stream tcp nowait root internal
44#echo dgram udp6 wait root internal
45#echo dgram udp wait root internal
46#echo stream tcp6 nowait root internal
46#echo stream tcp6 nowait root internal
47#echo dgram udp wait root internal
48#echo dgram udp6 wait root internal
47#discard stream tcp nowait root internal
48#discard stream tcp6 nowait root internal
49#discard dgram udp wait root internal
50#discard dgram udp6 wait root internal
51#chargen stream tcp nowait root internal
52#chargen stream tcp6 nowait root internal
53#chargen dgram udp wait root internal
54#chargen dgram udp6 wait root internal
55#
49#discard stream tcp nowait root internal
50#discard stream tcp6 nowait root internal
51#discard dgram udp wait root internal
52#discard dgram udp6 wait root internal
53#chargen stream tcp nowait root internal
54#chargen stream tcp6 nowait root internal
55#chargen dgram udp wait root internal
56#chargen dgram udp6 wait root internal
57#
56# Kerberos authenticated services
57#
58#klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k
59#eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x
60#kshell stream tcp nowait root /usr/libexec/rshd rshd -k
61#kip stream tcp nowait root /usr/libexec/kipd kipd
62#
63# CVS servers - for master CVS repositories only! You must set the
64# --allow-root path correctly or you open a trivial to exploit but
65# deadly security hole.
66#
67#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
68#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
69#
70# RPC based services (you MUST have rpcbind running to use these)

--- 54 unchanged lines hidden ---
58# CVS servers - for master CVS repositories only! You must set the
59# --allow-root path correctly or you open a trivial to exploit but
60# deadly security hole.
61#
62#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
63#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
64#
65# RPC based services (you MUST have rpcbind running to use these)

--- 54 unchanged lines hidden ---