# # $Id: inetd.conf,v 4.4 1994/10/05 00:28:04 jraja Exp $ # # The inetd configuration file. # # Copyright © 1994 AmiTCP/IP Group, # Network Solutions Development Inc. # All rights reserved. # # Inetd reads its configuration information from this file upon # execution and at some later time if this file is changed or inetd # is reconfigured in response with a CTRL-F signal. # ## # # Configuration lines are parsed with DOS function ReadItem(). # Multiple line entries must have a ``+'' char as the last char in the # line. First 6 fields must be present in each entry. The line has # following entries in this order: # # service socket-type protocol wait user server cli-name cli-arguments # ## # inetd internal services ## # daytime stream tcp nowait root internal daytime dgram udp nowait root internal time stream tcp nowait root internal time dgram udp nowait root internal echo stream tcp nowait root internal echo dgram udp nowait root internal discard stream tcp nowait root internal discard dgram udp nowait root internal chargen stream tcp nowait root internal chargen dgram udp nowait root internal # An experimental finger server finger stream tcp nowait nobody amitcp:serv/in.fingerd -in.fingerd usr:$USER/.plan # NetFS, a networking support between Amigas # Remove # from the next line to enable NetFS #amiganetfs stream tcp nowait root amitcp:serv/netfs-server ### smtp stream tcp nowait root amitcp:serv/in.smtpd -smtpd ftp stream tcp nowait root Amitcp:serv/ftpd in.ftpd ntalk dgram udp wait root amitcp:serv/talkd -talkd talk dgram udp wait root amitcp:serv/talkd -talkd ## Emacs magic: ## Local Variables: ** ## backup-by-copying:t ** ## End: ** ###