inetd.conf revision 1.17
11.17Smycroft#	$NetBSD: inetd.conf,v 1.17 1997/01/20 06:10:24 mycroft Exp $
21.1Scgd#
31.1Scgd# Internet server configuration database
41.1Scgd#
51.1Scgd#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
61.1Scgd#
71.5Sderaadtftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
81.5Sderaadttelnet		stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
91.16Smrgshell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
101.5Sderaadtlogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
111.5Sderaadt#exec		stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
121.5Sderaadt#uucpd		stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
131.5Sderaadt#nntp		stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
141.5Sderaadtfinger		stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd
151.13Smycroft#ident		stream	tcp	wait	nobody.kmem /usr/libexec/identd	identd -w -t60 -l -o -e -N
161.12Sjtc#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -s /tftpboot
171.5Sderaadtcomsat		dgram	udp	wait	root	/usr/libexec/comsat	comsat
181.5Sderaadtntalk		dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
191.14Sthorpej#bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd
201.3Sbrezak# Internal services
211.17Smycroft#echo		stream	tcp	nowait	root	internal
221.17Smycroft#discard	stream	tcp	nowait	root	internal
231.17Smycroft#chargen	stream	tcp	nowait	root	internal
241.5Sderaadtdaytime		stream	tcp	nowait	root	internal
251.5Sderaadttime		stream	tcp	nowait	root	internal
261.16Smrg#echo		dgram	udp	wait	root	internal
271.16Smrg#discard	dgram	udp	wait	root	internal
281.16Smrg#chargen	dgram	udp	wait	root	internal
291.16Smrg#daytime	dgram	udp	wait	root	internal
301.16Smrg#time		dgram	udp	wait	root	internal
311.1Scgd# Kerberos authenticated services
321.11Scgd#klogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
331.11Scgd#eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
341.11Scgd#kshell		stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
351.1Scgd# Services run ONLY on the Kerberos server
361.5Sderaadt#krbupdate	stream	tcp	nowait	root	/usr/libexec/registerd	registerd
371.1Scgd#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
381.3Sbrezak# RPC based services
391.5Sderaadt#mountd/1	dgram	rpc/udp	wait	root	/sbin/mountd		mountd
401.3Sbrezakrstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
411.6Sbrezakrusersd/2-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd rpc.rusersd
421.5Sderaadtwalld/1		dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
431.10Sderaadt#sprayd/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.sprayd	rpc.sprayd
441.10Sderaadt#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
45