*** 4.9-RELEASE/src/etc/inetd.conf Tue Apr 27 00:55:54 2004 --- jhs/src/etc/inetd.conf Tue Apr 27 01:00:29 2004 *************** *** 2,19 **** --- 2,44 ---- # # Internet server configuration database # + # /etc/inetd.conf + # To restart: kill -HUP `cat /var/run/inetd.pid` + # {service name} + # {socket type} + # {protocol} + # {{wait|nowait}[/max-child]} + # {user} + # {server program} + # {program arguments} + # First lines are the FreeBSD standard from /usr/src/etc/inetd.conf, + # useful for synchronising diff -c. My variants if any follow after. + # Keys: #J=Comment from jhs@ My lines have a blank line after to ease reading. + # # Define *both* IPv4 and IPv6 entries for dual-stack support. # To disable a service, comment it out by prefixing the line with '#'. # To enable a service, remove the '#' at the beginning of the line. # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l + #J Gateway. -e avoids protocol errors on internal hosts running make fetch. + #J ftp stream tcp nowait root /usr/local/sbin/ftp.proxy ftp.proxy -e -d -l + #J Internal Hosts + #J ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -l -S -d -U + #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l #telnet stream tcp nowait root /usr/libexec/telnetd telnetd + telnet stream tcp nowait root /usr/libexec/telnetd telnetd + #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd #shell stream tcp nowait root /usr/libexec/rshd rshd + #J Shell for rdist. + shell stream tcp nowait root /usr/libexec/rshd rshd + #shell stream tcp6 nowait root /usr/libexec/rshd rshd #login stream tcp nowait root /usr/libexec/rlogind rlogind #login stream tcp6 nowait root /usr/libexec/rlogind rlogind + login stream tcp6 nowait root /usr/libexec/rlogind rlogind + #finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s #finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s #exec stream tcp nowait root /usr/libexec/rexecd rexecd