inetd.conf revision 18378
1192811Srmacklem#
2192811Srmacklem# Internet server configuration database
3192811Srmacklem#
4192811Srmacklem#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
5192811Srmacklem#
6192811Srmacklemftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
7192811Srmacklemtelnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
8192811Srmacklemshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
9192811Srmacklemlogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
10192811Srmacklem#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
11192811Srmacklemuucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
12192811Srmacklem#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
13192811Srmacklemfinger	stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd -s
14192811Srmacklem#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd /tftpboot
15192811Srmacklemcomsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
16192811Srmacklem#talk	dgram	udp	wait	root	/usr/old/talkd		talkd
17192811Srmacklemntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
18192811Srmacklem#ident	stream	tcp	wait	root	/usr/local/sbin/identd	identd -w -t120
19192811Srmacklemecho	stream	tcp	nowait	root	internal
20192811Srmacklemdiscard	stream	tcp	nowait	root	internal
21192811Srmacklem#bootps	dgram	udp	wait	root	/usr/libexec/bootpd	bootpd /etc/bootptab
22192811Srmacklemchargen	stream	tcp	nowait	root	internal
23192811Srmacklemdaytime	stream	tcp	nowait	root	internal
24192811Srmacklemtime	stream	tcp	nowait	root	internal
25192811Srmacklem#echo	dgram	udp	wait	root	internal
26192811Srmacklemdiscard	dgram	udp	wait	root	internal
27192811Srmacklem#chargen	dgram	udp	wait	root	internal
28192811Srmacklem#daytime	dgram	udp	wait	root	internal
29192811Srmacklem#time	dgram	udp	wait	root	internal
30192811Srmacklem# Kerberos authenticated services
31192811Srmacklemklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
32192811Srmacklemeklogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
33192811Srmacklemkshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
34192811Srmacklemrkinit	stream	tcp	nowait	root	/usr/libexec/rkinitd	rkinitd
35192811Srmacklem# Services run ONLY on the Kerberos server
36192811Srmacklem# Neither of these work in FreeBSD 1.x.
37192811Srmacklem#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
38192811Srmacklem#kpasswd	stream	tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
39192811Srmacklem#
40192811Srmacklem# RPC based services
41192811Srmacklem#  You MUST have portmapper running to use these!
42192811Srmacklem#rstatd/1-3	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rstatd	rpc.rstatd
43192811Srmacklem#rusersd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rusersd	rpc.rusersd
44192811Srmacklem#walld/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rwalld	rpc.rwalld
45192811Srmacklem#pcnfsd/1-2	dgram	rpc/udp	wait	root	/usr/libexec/rpc.pcnfsd	rpc.pcnfsd	
46192811Srmacklem#rquotad/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.rquotad rpc.rquotad
47192811Srmacklem#sprayd/1	dgram	rpc/udp	wait	root	/usr/libexec/rpc.sprayd	rpc.sprayd
48192811Srmacklem#
49192811Srmacklem# example entry for the pop3 server
50208913Suqs#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
51192811Srmacklem#
52208913Suqs