Deleted Added
full compact
inetd.conf (206039) inetd.conf (251794)
1# $FreeBSD: head/etc/inetd.conf 206039 2010-04-01 13:13:09Z des $
1# $FreeBSD: head/etc/inetd.conf 251794 2013-06-15 20:29:07Z eadler $
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

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

53#chargen stream tcp6 nowait root internal
54#chargen dgram udp wait root internal
55#chargen dgram udp6 wait root internal
56#
57# CVS servers - for master CVS repositories only! You must set the
58# --allow-root path correctly or you open a trivial to exploit but
59# deadly security hole.
60#
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

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

53#chargen stream tcp6 nowait root internal
54#chargen dgram udp wait root internal
55#chargen dgram udp6 wait root internal
56#
57# CVS servers - for master CVS repositories only! You must set the
58# --allow-root path correctly or you open a trivial to exploit but
59# deadly security hole.
60#
61#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
62#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
61#cvspserver stream tcp nowait root /usr/local/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
62#cvspserver stream tcp nowait root /usr/local/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
63#
64# RPC based services (you MUST have rpcbind running to use these)
65#
66#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
67#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
68#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
69#pcnfsd/1-2 dgram rpc/udp wait root /usr/local/libexec/rpc.pcnfsd rpc.pcnfsd
70#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad

--- 48 unchanged lines hidden ---
63#
64# RPC based services (you MUST have rpcbind running to use these)
65#
66#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
67#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
68#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
69#pcnfsd/1-2 dgram rpc/udp wait root /usr/local/libexec/rpc.pcnfsd rpc.pcnfsd
70#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad

--- 48 unchanged lines hidden ---