# @(#)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
#
#uucp	    stream	tcp	nowait	root	/etc/uucpd uucpd
#ftp	    stream	tcp	nowait	root	/etc/ftpd	ftpd
#telnet	    stream	tcp	nowait	root	/etc/telnetd	telnetd
#shell	    stream	tcp	nowait	root	/etc/rshd	rshd
#login	    stream	tcp	nowait	root	/etc/rlogind	rlogind
#exec	    stream	tcp	nowait	root	/etc/rexecd	rexecd
finger	    stream	tcp	nowait	nobody	/etc/fingerd	fingerd
## The following line is the new style tftp daemon - allows write create.
## The following line needs to be uncommented and run inetimp to enable tftpd
#tftp	    dgram	udp	wait	nobody	/etc/tftpd	tftpd -n
#comsat	    dgram	udp	wait	root	/etc/comsat	comsat
#talk	    dgram	udp	wait	root	/etc/talkd	talkd
ntalk	    dgram	udp	wait	root	/etc/talkd	talkd
#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

# Athena additions
write		stream	tcp	nowait	root	/usr/athena/etc/writed	writed
#kshell		stream	tcp	nowait	root	/usr/athena/etc/kshd	kshd
#klogin		stream	tcp	nowait	root	/usr/athena/etc/klogind	klogind
#eklogin	stream	tcp	nowait	root	/usr/athena/etc/klogind	eklogind
#rkinit		stream	tcp	nowait	root	/usr/athena/etc/rkinitd	rkinitd
