# Services are TCP/IP daemons that run constantly in the background
# and service incoming connections in some way.

# Basic services. You need these...
# Portmap is needed here because this inetd supports rpc listening too.
SERVICES	rpc.portmap in.named inetd

# The rwhod server adds load without much gain really. Without it you
# won't be able to do ruptime and rwhos but do you really need to?
SERVICES	in.rwhod

# If we have a BSD style print system installed there will be an lpd
# out there somewhere.
SERVICES	in.lpd

# The user list specifies programs that may be running but are not
# actually service daemons. For instance telnetd is a user program
# that is spawned by inetd to service an incoming telnet session.
# Listing such programs here causes them to be killed when TCP/IP
# is stopped. If they are not listed here they will remain running
# until the remote user ends the session (although there won't be
# an inetd to start any more). The default is to stop everything.
# Your choice...
USER	in.telnetd in.rlogind in.ftpd in.tftpd in.fingerd in.lpd
