inetd.conf revision 18378
1#
2# Internet server configuration database
3#
4#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
5#
6ftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
7telnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
8shell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
9login	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
10#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
11uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
12#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
13finger	stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd -s
14#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd /tftpboot
15comsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
16#talk	dgram	udp	wait	root	/usr/old/talkd		talkd
17ntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
18#ident	stream	tcp	wait	root	/usr/local/sbin/identd	identd -w -t120
19echo	stream	tcp	nowait	root	internal
20discard	stream	tcp	nowait	root	internal
21#bootps	dgram	udp	wait	root	/usr/libexec/bootpd	bootpd /etc/bootptab
22chargen	stream	tcp	nowait	root	internal
23daytime	stream	tcp	nowait	root	internal
24time	stream	tcp	nowait	root	internal
25#echo	dgram	udp	wait	root	internal
26discard	dgram	udp	wait	root	internal
27#chargen	dgram	udp	wait	root	internal
28#daytime	dgram	udp	wait	root	internal
29#time	dgram	udp	wait	root	internal
30# Kerberos authenticated services
31klogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
32eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
33kshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
34rkinit	stream	tcp	nowait	root	/usr/libexec/rkinitd	rkinitd
35# Services run ONLY on the Kerberos server
36# Neither of these work in FreeBSD 1.x.
37#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
38#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
39#
40# RPC based services
41#  You MUST have portmapper running to use these!
42#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
43#rusersd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd	rpc.rusersd
44#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
45#pcnfsd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.pcnfsd	rpc.pcnfsd	
46#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
47#sprayd/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.sprayd	rpc.sprayd
48#
49# example entry for the pop3 server
50#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
51#
52