Deleted Added
full compact
inetd.conf (127799) inetd.conf (130151)
1# $FreeBSD: head/etc/inetd.conf 127799 2004-04-03 17:52:29Z mlaier $
1# $FreeBSD: head/etc/inetd.conf 130151 2004-06-06 11:46:29Z schweikh $
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

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

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)
66#
67#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
68#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
69#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
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

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

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)
66#
67#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
68#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
69#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
70#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
70#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd
71#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
72#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
73#
74# example entry for the optional pop3 server
75#
76#pop3 stream tcp nowait root /usr/local/libexec/popper popper
77#
78# example entry for the optional imap4 server

--- 47 unchanged lines hidden ---
71#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
72#sprayd/1 dgram rpc/udp wait root /usr/libexec/rpc.sprayd rpc.sprayd
73#
74# example entry for the optional pop3 server
75#
76#pop3 stream tcp nowait root /usr/local/libexec/popper popper
77#
78# example entry for the optional imap4 server

--- 47 unchanged lines hidden ---