inetd.conf revision 1.1
11.1Scgd#
21.1Scgd# Internet server configuration database
31.1Scgd#
41.1Scgd#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
51.1Scgd#
61.1Scgdftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
71.1Scgdtelnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
81.1Scgdshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
91.1Scgdlogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
101.1Scgdexec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
111.1Scgd#uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
121.1Scgd#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
131.1Scgdfinger	stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd
141.1Scgd#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd
151.1Scgdcomsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
161.1Scgdtalk	dgram	udp	wait	root	/usr/old/talkd		talkd
171.1Scgdntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
181.1Scgdecho	stream	tcp	nowait	root	internal
191.1Scgddiscard	stream	tcp	nowait	root	internal
201.1Scgdchargen	stream	tcp	nowait	root	internal
211.1Scgddaytime	stream	tcp	nowait	root	internal
221.1Scgdtime	stream	tcp	nowait	root	internal
231.1Scgdecho	dgram	udp	wait	root	internal
241.1Scgddiscard	dgram	udp	wait	root	internal
251.1Scgdchargen	dgram	udp	wait	root	internal
261.1Scgddaytime	dgram	udp	wait	root	internal
271.1Scgdtime	dgram	udp	wait	root	internal
281.1Scgd# Kerberos authenticated services
291.1Scgdklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
301.1Scgdeklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
311.1Scgdkshell	stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
321.1Scgd# Services run ONLY on the Kerberos server
331.1Scgd#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
341.1Scgd#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
35