1#	$NetBSD: inetd.conf,v 1.59 2016/10/25 17:16:34 christos Exp $
2#
3# Internet server configuration database
4#
5#	@(#)inetd.conf	8.2 (Berkeley) 3/18/94
6#
7#http		stream	tcp	nowait:600	_httpd	/usr/libexec/httpd	httpd /var/www
8#http		stream	tcp6	nowait:600	_httpd	/usr/libexec/httpd	httpd /var/www
9#ftp		stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -ll
10#ftp		stream	tcp6	nowait	root	/usr/libexec/ftpd	ftpd -ll
11# Note: "-a valid" does not work for older telnet clients that do not support
12# authentication
13#telnet		stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd -a valid
14#telnet		stream	tcp6	nowait	root	/usr/libexec/telnetd	telnetd -a valid
15#shell		stream	tcp	nowait	root	/usr/libexec/rshd	rshd -L
16#shell		stream	tcp6	nowait	root	/usr/libexec/rshd	rshd -L
17#login		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -L
18#login		stream	tcp6	nowait	root	/usr/libexec/rlogind	rlogind -L
19#exec		stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
20#exec		stream	tcp6	nowait	root	/usr/libexec/rexecd	rexecd
21#finger		stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd -lsmu
22#finger		stream	tcp6	nowait	nobody	/usr/libexec/fingerd	fingerd -lsmu
23#ident		stream	tcp	nowait	nobody	/usr/libexec/identd	identd -l -o OTHER -e -N
24#ident		stream	tcp6	nowait	nobody	/usr/libexec/identd	identd -l -o OTHER -e -N
25#tftp		dgram	udp	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
26#tftp		dgram	udp6	wait	root	/usr/libexec/tftpd	tftpd -l -s /tftpboot
27#comsat		dgram	udp	wait	root	/usr/libexec/comsat	comsat
28#comsat		dgram	udp6	wait	root	/usr/libexec/comsat	comsat
29#ntalk		dgram	udp	wait	nobody:tty	/usr/libexec/ntalkd	ntalkd
30#bootps		dgram	udp	wait	root	/usr/sbin/bootpd	bootpd
31#
32#	Games
33#
34#hunt		dgram	udp	wait	nobody	/usr/games/huntd	huntd
35#
36#	Internal services
37#
38#tcpmux		stream	tcp	nowait	root	internal
39#echo		stream	tcp	nowait	nobody	internal
40#echo		stream	tcp6	nowait	nobody	internal
41#discard	stream	tcp	nowait	nobody	internal
42#discard	stream	tcp6	nowait	nobody	internal
43#chargen	stream	tcp	nowait	nobody	internal
44#chargen	stream	tcp6	nowait	nobody	internal
45#daytime	stream	tcp	nowait	nobody	internal
46#daytime	stream	tcp6	nowait	nobody	internal
47#time		stream	tcp	nowait	nobody	internal
48#time		stream	tcp6	nowait	nobody	internal
49#echo		dgram	udp	wait	nobody	internal
50#echo		dgram	udp6	wait	nobody	internal
51#discard	dgram	udp	wait	nobody	internal
52#discard	dgram	udp6	wait	nobody	internal
53#chargen	dgram	udp	wait	nobody	internal
54#chargen	dgram	udp6	wait	nobody	internal
55#daytime	dgram	udp	wait	nobody	internal
56#daytime	dgram	udp6	wait	nobody	internal
57#time		dgram	udp	wait	nobody	internal
58#time		dgram	udp6	wait	nobody	internal
59#qotd		stream	tcp	nowait	nobody	/usr/games/fortune	fortune
60#qotd		stream	tcp6	nowait	nobody	/usr/games/fortune	fortune
61#
62#	Kerberos authenticated services
63#
64#klogin		stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
65#eklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
66#kshell		stream	tcp	nowait	root	/usr/libexec/rshd 	rshd -k
67#
68#	Services run ONLY on the Kerberos server
69#
70#kerberos-adm	stream	tcp	nowait	root	/usr/libexec/kadmind	kadmind
71#kerberos-adm	stream	tcp6	nowait	root	/usr/libexec/kadmind	kadmind
72#kpasswd	dgram	udp	wait	root	/usr/libexec/kpasswdd	kpasswdd
73#kpasswd	dgram	udp6	wait	root	/usr/libexec/kpasswdd	kpasswdd
74#
75# The hprop service is run on slave KDCs to receive the database from
76# the master KDC.
77#hprop		stream	tcp	nowait	root	/usr/libexec/hpropd	hpropd
78#hprop		stream	tcp6	nowait	root	/usr/libexec/hpropd	hpropd
79#
80#	RPC based services
81#
82#rstatd/1-3	dgram	rpc/udp	wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
83#rstatd/1-3	dgram	rpc/udp6 wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
84#rusersd/2-3	dgram	rpc/udp	wait:100 nobody	/usr/libexec/rpc.rusersd rpc.rusersd
85#rusersd/2-3	dgram	rpc/udp6 wait:100 nobody /usr/libexec/rpc.rusersd rpc.rusersd
86#walld/1	dgram	rpc/udp	wait	nobody:tty /usr/libexec/rpc.rwalld rpc.rwalld
87#sprayd/1	dgram	rpc/udp	wait	nobody	/usr/libexec/rpc.sprayd	rpc.sprayd
88#rquotad/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
89