22 lines
688 B
Plaintext
22 lines
688 B
Plaintext
|
#
|
||
|
# Internet server configuration database
|
||
|
#
|
||
|
# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
|
||
|
#
|
||
|
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
|
||
|
#
|
||
|
# "Small servers" -- used to be standard on, but we're more conservative
|
||
|
# about things due to Internet security concerns. Only turn on what you
|
||
|
# need.
|
||
|
#
|
||
|
#daytime stream tcp nowait root internal
|
||
|
#daytime dgram udp wait root internal
|
||
|
#time stream tcp nowait root internal
|
||
|
#time dgram udp wait root internal
|
||
|
#echo stream tcp nowait root internal
|
||
|
#echo dgram udp wait root internal
|
||
|
#discard stream tcp nowait root internal
|
||
|
#discard dgram udp wait root internal
|
||
|
#chargen stream tcp nowait root internal
|
||
|
#chargen dgram udp wait root internal
|