1#
2# Internet server configuration database
3#
4#	@(#)inetd.conf	5.4 (Berkeley) 6/30/90
5#
6telnet	stream	tcp	nowait	root	/usr/libexec/telnetd	telnetd
7#
8# "Small servers" -- used to be standard on, but we're more conservative
9# about things due to Internet security concerns.  Only turn on what you
10# need.
11#
12#daytime stream	tcp	nowait	root	internal
13#daytime dgram	udp	wait	root	internal
14#time	stream	tcp	nowait	root	internal
15#time	 dgram	udp	wait	root	internal
16#echo	stream	tcp	nowait	root	internal
17#echo	dgram	udp	wait	root	internal
18#discard stream	tcp	nowait	root	internal
19#discard dgram	udp	wait	root	internal
20#chargen stream	tcp	nowait	root	internal
21#chargen dgram	udp	wait	root	internal
22