inetd.conf revision 10808
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
115170Sacheuucpd	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
189775Sache#ident	stream	tcp	wait	root	/usr/local/sbin/identd	identd -w -t120
1937Srgrimesecho	stream	tcp	nowait	root	internal
2037Srgrimesdiscard	stream	tcp	nowait	root	internal
2137Srgrimeschargen	stream	tcp	nowait	root	internal
2237Srgrimesdaytime	stream	tcp	nowait	root	internal
2337Srgrimestime	stream	tcp	nowait	root	internal
245183Swollman#echo	dgram	udp	wait	root	internal
2537Srgrimesdiscard	dgram	udp	wait	root	internal
265183Swollman#chargen	dgram	udp	wait	root	internal
275183Swollman#daytime	dgram	udp	wait	root	internal
285183Swollman#time	dgram	udp	wait	root	internal
2937Srgrimes# Kerberos authenticated services
3037Srgrimesklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
3137Srgrimeseklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
32645Srgrimeskshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
3310808Sgibbsrkinit	stream	tcp	nowait	root	/usr/libexec/rkinitd	rkinitd
3437Srgrimes# Services run ONLY on the Kerberos server
351715Swollman# Neither of these work in FreeBSD 1.x.
3637Srgrimes#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
3737Srgrimes#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
38591Srgrimes#
39500Sjtc# RPC based services
40591Srgrimes#  You MUST have portmapper running to use these!
411662Sache#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
421662Sache#rusersd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd	rpc.rusersd
431662Sache#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
443169Spst#pcnfsd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.pcnfsd	rpc.pcnfsd	
45831Sats#
46831Sats# example entry for the pop3 server
474652Sats#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
48831Sats#
49