inetd.conf revision 4652
137Srgrimes#
237Srgrimes# Internet server configuration database
337Srgrimes#
437Srgrimes#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
537Srgrimes#
637Srgrimesftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
737Srgrimestelnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
837Srgrimesshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
937Srgrimeslogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
103190Spst#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
111662Sache#uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
1237Srgrimes#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
133196Spstfinger	stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd -s
1437Srgrimes#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd
1537Srgrimescomsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
16377Srgrimes#talk	dgram	udp	wait	root	/usr/old/talkd		talkd
1737Srgrimesntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
1837Srgrimesecho	stream	tcp	nowait	root	internal
1937Srgrimesdiscard	stream	tcp	nowait	root	internal
2037Srgrimeschargen	stream	tcp	nowait	root	internal
2137Srgrimesdaytime	stream	tcp	nowait	root	internal
2237Srgrimestime	stream	tcp	nowait	root	internal
2337Srgrimesecho	dgram	udp	wait	root	internal
2437Srgrimesdiscard	dgram	udp	wait	root	internal
2537Srgrimeschargen	dgram	udp	wait	root	internal
2637Srgrimesdaytime	dgram	udp	wait	root	internal
2737Srgrimestime	dgram	udp	wait	root	internal
2837Srgrimes# Kerberos authenticated services
2937Srgrimesklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
3037Srgrimeseklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
31645Srgrimeskshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
3237Srgrimes# Services run ONLY on the Kerberos server
331715Swollman# Neither of these work in FreeBSD 1.x.
3437Srgrimes#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
3537Srgrimes#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
36591Srgrimes#
37500Sjtc# RPC based services
38591Srgrimes#  You MUST have portmapper running to use these!
391662Sache#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
401662Sache#rusersd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd	rpc.rusersd
411662Sache#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
423169Spst#pcnfsd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.pcnfsd	rpc.pcnfsd	
43831Sats#
44831Sats# example entry for the pop3 server
454652Sats#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
46831Sats#
47