# @(#)inetd.conf	1.14  com/etc,3.1,9021 5/7/90 12:51:57
# 
# COMPONENT_NAME: TCPIP inetd.conf
# 
# FUNCTIONS: 
#
# ORIGINS: 26  27 
#
# (C) COPYRIGHT International Business Machines Corp. 1985, 1989
# All Rights Reserved
# Licensed Materials - Property of IBM
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
#  /etc/inetd.conf
#
#                 Internet server configuration database
#
#	Services can be added and deleted by deleting or inserting a
#	comment character (ie. #) at the beginning of a line  If inetd
#	is running under SRC control then the "inetimp" command must
#	be executed to import the information from this file to the
#	InetServ ODM object class, then the "refresh -s inetd" command
#	needs to be executed for inetd to re-read the InetServ database.
#
#	NOTE: The TCP/IP servers do not require SRC and may be started
#	by invoking the service directly (i.e. /etc/inetd). If inetd 
#	has been invoked directly, after modifying this file, send a
#	hangup signal, SIGHUP to inetd (ie. kill -1 "pid_of_inetd").
#
# service   socket   protocol   wait/   user    server    server program
#  name      type               nowait          program     arguments
#
#rexd	    sunrpc_tcp	tcp	wait	root	/usr/etc/rpc.rexd rexd 100017 1
#rstatd	    sunrpc_udp	udp	wait	root	/usr/etc/rpc.rstatd rstatd 100001 1-3
#rusersd    sunrpc_udp	udp	wait	root	/usr/etc/rpc.rusersd rusersd 100002 1-2
#rwalld	    sunrpc_udp	udp	wait	root	/usr/etc/rpc.rwalld rwalld 100008 1
#sprayd	    sunrpc_udp	udp	wait	root	/usr/etc/rpc.sprayd sprayd 100012 1
#pcnfsd	    sunrpc_udp	udp	wait 	root	/etc/rpc.pcnfsd	 pcnfsd 150001 1
## The following line is for installing over the network.
#instsrv    stream	tcp	nowait	netinst	/u/netinst/bin/instsrv instsrv -r /tmp/netinstalllog /u/netinst/scripts
echo	    stream	tcp	nowait	root	internal
discard	    stream	tcp	nowait	root	internal
chargen	    stream	tcp	nowait	root	internal
daytime	    stream	tcp	nowait	root	internal
time	    stream	tcp	nowait	root	internal
echo	    dgram	udp	wait	root	internal
discard	    dgram	udp	wait	root	internal
chargen	    dgram	udp	wait	root	internal
daytime	    dgram	udp	wait	root	internal
time	    dgram	udp	wait	root	internal
#
# Also see the file /etc/athena/inetd.conf

