inetd.conf revision 29951
137Srgrimes#
237Srgrimes# Internet server configuration database
337Srgrimes#
437Srgrimes#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
537Srgrimes#
637Srgrimesftp	stream	tcp	nowait	root	/usr/libexec/ftpd	ftpd -l
737Srgrimestelnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
837Srgrimesshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd
937Srgrimeslogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind
1018639Spstfinger	stream	tcp	nowait	nobody	/usr/libexec/fingerd	fingerd -s
113190Spst#exec	stream	tcp	nowait	root	/usr/libexec/rexecd	rexecd
1218639Spst#uucpd	stream	tcp	nowait	root	/usr/libexec/uucpd	uucpd
1337Srgrimes#nntp	stream	tcp	nowait	usenet	/usr/libexec/nntpd	nntpd
1437Srgrimescomsat	dgram	udp	wait	root	/usr/libexec/comsat	comsat
1537Srgrimesntalk	dgram	udp	wait	root	/usr/libexec/ntalkd	ntalkd
1618639Spst#tftp	dgram	udp	wait	nobody	/usr/libexec/tftpd	tftpd /tftpboot
1718639Spst#bootps	dgram	udp	wait	root	/usr/libexec/bootpd	bootpd
1818639Spst#
1918639Spst# "Small servers" -- used to be standard on, but we're more conservative
2018639Spst# about things due to Internet security concerns.  Only turn on what you
2118639Spst# need.
2218639Spst#
2318639Spst#daytime stream	tcp	nowait	root	internal
2418639Spst#daytime dgram	udp	wait	root	internal
2518639Spst#time	stream	tcp	nowait	root	internal
2618639Spst#time	 dgram	udp	wait	root	internal
2718639Spst#echo	stream	tcp	nowait	root	internal
285183Swollman#echo	dgram	udp	wait	root	internal
2918639Spst#discard stream	tcp	nowait	root	internal
3018639Spst#discard dgram	udp	wait	root	internal
3118639Spst#chargen stream	tcp	nowait	root	internal
3218639Spst#chargen dgram	udp	wait	root	internal
3318639Spst#
3437Srgrimes# Kerberos authenticated services
3518639Spst#
3619607Speter#klogin	stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k
3719607Speter#eklogin stream	tcp	nowait	root	/usr/libexec/rlogind	rlogind -k -x
3819607Speter#kshell	stream	tcp	nowait	root	/usr/libexec/rshd	rshd -k
3919607Speter#rkinit	stream	tcp	nowait	root	/usr/libexec/rkinitd	rkinitd
4018639Spst#
4137Srgrimes# Services run ONLY on the Kerberos server
4218639Spst#
4337Srgrimes#krbupdate stream tcp	nowait	root	/usr/libexec/registerd	registerd
4418639Spst#kpasswd   stream tcp	nowait	root	/usr/libexec/kpasswdd	kpasswdd
45591Srgrimes#
4618639Spst# RPC based services (you MUST have portmapper running to use these)
47831Sats#
4818639Spst#rstatd/1-3	dgram rpc/udp wait root	/usr/libexec/rpc.rstatd	 rpc.rstatd
4918639Spst#rusersd/1-2	dgram rpc/udp wait root	/usr/libexec/rpc.rusersd rpc.rusersd
5018639Spst#walld/1	dgram rpc/udp wait root	/usr/libexec/rpc.rwalld	 rpc.rwalld
5118639Spst#pcnfsd/1-2	dgram rpc/udp wait root	/usr/libexec/rpc.pcnfsd	 rpc.pcnfsd	
5218639Spst#rquotad/1	dgram rpc/udp wait root	/usr/libexec/rpc.rquotad rpc.rquotad
5318639Spst#sprayd/1	dgram rpc/udp wait root	/usr/libexec/rpc.sprayd	 rpc.sprayd
5418639Spst#
5518639Spst# example entry for the optional pop3 server
5618639Spst#
574652Sats#pop3	stream	tcp	nowait	root	/usr/local/libexec/popper	popper
58831Sats#
5921613Sache# example entry for the optional imap4 server
6021613Sache#
6121613Sache#imap4	stream	tcp	nowait	root	/usr/local/libexec/imapd	imapd
6221613Sache#
6318639Spst# example entry for the optional ident server
6418639Spst#
6518639Spst#ident	stream	tcp	wait	root	/usr/local/sbin/identd	identd -w -t120
6629951Sjkh#
6729951Sjkh# Enable the following two entries to enable samba startup from inetd
6829951Sjkh# (from the Samba documentation).
6929951Sjkh#
7029951Sjkh#netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd 
7129951Sjkh#netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd 
72