Deleted Added
full compact
inetd.conf (90600) inetd.conf (91929)
1# $FreeBSD: head/etc/inetd.conf 90600 2002-02-13 08:21:45Z maxim $
1# $FreeBSD: head/etc/inetd.conf 91929 2002-03-09 04:55:35Z dd $
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

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

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
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

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

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#cvs stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
68#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
69#
70# RPC based services (you MUST have portmapper running to use these)
71#
72#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
73#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
74#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
75#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
76#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad

--- 43 unchanged lines hidden ---
69#
70# RPC based services (you MUST have portmapper running to use these)
71#
72#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
73#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
74#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
75#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
76#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad

--- 43 unchanged lines hidden ---