inetd.conf revision 40911
1#	$Id: inetd.conf,v 1.30 1998/09/30 16:12:40 wosch Exp $
2#
3# Internet server configuration database
4#
5#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
6#
7ftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
8telnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
9shell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
10login	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
11finger	stream	tcp	nowait/3/10 nobody /usr/libexec/fingerd	fingerd -s
12#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
13#uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
14#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
15comsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
16ntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
17#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd /tftpboot
18#bootps	dgram	udp	wait	root	/usr/libexec/bootpd	bootpd
19#
20# "Small servers" -- used to be standard on, but we're more conservative
21# about things due to Internet security concerns.  Only turn on what you
22# need.
23#
24#daytime stream	tcp	nowait	root	internal
25#daytime dgram	udp	wait	root	internal
26#time	stream	tcp	nowait	root	internal
27#time	 dgram	udp	wait	root	internal
28#echo	stream	tcp	nowait	root	internal
29#echo	dgram	udp	wait	root	internal
30#discard stream	tcp	nowait	root	internal
31#discard dgram	udp	wait	root	internal
32#chargen stream	tcp	nowait	root	internal
33#chargen dgram	udp	wait	root	internal
34#
35# Kerberos authenticated services
36#
37#klogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
38#eklogin stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
39#kshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
40#kip	stream	tcp	nowait	root	/usr/libexec/kipd	kipd
41#
42# CVS servers - for master CVS repositories only!
43#
44#cvspserver	stream	tcp	nowait	root	/usr/bin/cvs	cvs pserver
45#cvs		stream	tcp	nowait	root	/usr/bin/cvs	cvs kserver
46#
47# RPC based services (you MUST have portmapper running to use these)
48#
49#rstatd/1-3	dgram rpc/udp wait root	/usr/libexec/rpc.rstatd	 rpc.rstatd
50#rusersd/1-2	dgram rpc/udp wait root	/usr/libexec/rpc.rusersd rpc.rusersd
51#walld/1	dgram rpc/udp wait root	/usr/libexec/rpc.rwalld	 rpc.rwalld
52#pcnfsd/1-2	dgram rpc/udp wait root	/usr/libexec/rpc.pcnfsd	 rpc.pcnfsd	
53#rquotad/1	dgram rpc/udp wait root	/usr/libexec/rpc.rquotad rpc.rquotad
54#sprayd/1	dgram rpc/udp wait root	/usr/libexec/rpc.sprayd	 rpc.sprayd
55#
56# example entry for the optional pop3 server
57#
58#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
59#
60# example entry for the optional imap4 server
61#
62#imap4	stream	tcp	nowait	root	/usr/local/libexec/imapd	imapd
63#
64# Return error for all "ident" requests
65#
66#ident	stream	tcp	nowait	root	internal
67#
68# example entry for the optional ident server
69#
70#ident	stream	tcp	wait	root	/usr/local/sbin/identd	identd -w -t120
71#
72# example entry for the optional qmail MTA
73#
74#smtp	stream	tcp	nowait	qmaild	/var/qmail/bin/tcp-env	tcp-env /var/qmail/bin/qmail-smtpd
75#
76# Enable the following two entries to enable samba startup from inetd
77# (from the Samba documentation).
78#
79#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd 
80#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd 
81