xref: /original-bsd/etc/inetd.conf (revision 5e598c08)
1#
2# Internet server configuration database
3#
4#	@(#)inetd.conf	8.2 (Berkeley) 03/18/94
5#
6ftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -ll
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
10exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
11#uucpd	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
14#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd
15comsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
16talk	dgram	udp	wait	root	/usr/old/bin/talkd	talkd
17ntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
18tcpmux	stream	tcp	nowait	root	internal
19echo	stream	tcp	nowait	root	internal
20discard	stream	tcp	nowait	root	internal
21chargen	stream	tcp	nowait	root	internal
22daytime	stream	tcp	nowait	root	internal
23time	stream	tcp	nowait	root	internal
24echo	dgram	udp	wait	root	internal
25discard	dgram	udp	wait	root	internal
26chargen	dgram	udp	wait	root	internal
27daytime	dgram	udp	wait	root	internal
28time	dgram	udp	wait	root	internal
29qotd	stream	tcp	nowait	nobody	/usr/games/fortune	fortune
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
34# Services run ONLY on the Kerberos server
35#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
36#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
37