inetd.conf revision 3190
1210311Sjmallett#
2210311Sjmallett# Internet server configuration database
3210311Sjmallett#
4210311Sjmallett#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
5210311Sjmallett#
6210311Sjmallettftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
7210311Sjmalletttelnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
8210311Sjmallettshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
9210311Sjmallettlogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
10210311Sjmallett#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
11210311Sjmallett#uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
12210311Sjmallett#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
13210311Sjmallettfinger	stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd
14210311Sjmallett#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd
15210311Sjmallettcomsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
16210311Sjmallett#talk	dgram	udp	wait	root	/usr/old/talkd		talkd
17210311Sjmallettntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
18210311Sjmallettecho	stream	tcp	nowait	root	internal
19210311Sjmallettdiscard	stream	tcp	nowait	root	internal
20210311Sjmallettchargen	stream	tcp	nowait	root	internal
21210311Sjmallettdaytime	stream	tcp	nowait	root	internal
22210311Sjmalletttime	stream	tcp	nowait	root	internal
23210311Sjmallettecho	dgram	udp	wait	root	internal
24210311Sjmallettdiscard	dgram	udp	wait	root	internal
25210311Sjmallettchargen	dgram	udp	wait	root	internal
26210311Sjmallettdaytime	dgram	udp	wait	root	internal
27210311Sjmalletttime	dgram	udp	wait	root	internal
28210311Sjmallett# Kerberos authenticated services
29210311Sjmallettklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
30210311Sjmalletteklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
31210311Sjmallettkshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
32210311Sjmallett# Services run ONLY on the Kerberos server
33210311Sjmallett# Neither of these work in FreeBSD 1.x.
34210311Sjmallett#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
35210311Sjmallett#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
36210311Sjmallett#
37210311Sjmallett# RPC based services
38210311Sjmallett#  You MUST have portmapper running to use these!
39210311Sjmallett#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
40210311Sjmallett#rusersd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd	rpc.rusersd
41210311Sjmallett#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
42210311Sjmallett#pcnfsd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.pcnfsd	rpc.pcnfsd	
43210311Sjmallett#
44210311Sjmallett# example entry for the pop3 server
45210311Sjmallett#pop3	stream	tcp	nowait	root	/usr/local/etc/popper	popper
46210311Sjmallett#
47210311Sjmallett