Deleted Added
full compact
inetd.conf (94444) inetd.conf (101595)
1# $FreeBSD: head/etc/inetd.conf 94444 2002-04-11 17:17:28Z ume $
1# $FreeBSD: head/etc/inetd.conf 101595 2002-08-09 17:34:13Z gordon $
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/lukemftpd ftpd -l -r

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

64#
65# CVS servers - for master CVS repositories only! You must set the
66# --allow-root path correctly or you open a trivial to exploit but
67# deadly security hole.
68#
69#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
70#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
71#
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/lukemftpd ftpd -l -r

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

64#
65# CVS servers - for master CVS repositories only! You must set the
66# --allow-root path correctly or you open a trivial to exploit but
67# deadly security hole.
68#
69#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here pserver
70#cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/your/cvsroot/here kserver
71#
72# RPC based services (you MUST have portmapper running to use these)
72# RPC based services (you MUST have rpcbind running to use these)
73#
74#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
75#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
76#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
77#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
78#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
79#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
80#

--- 41 unchanged lines hidden ---
73#
74#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
75#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
76#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
77#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
78#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
79#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
80#

--- 41 unchanged lines hidden ---