Mercurial > hg > Members > kono > nitros9-code
view level1/sys/inetd.conf @ 2798:b70d93f8d7ce lwtools-port
Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
Updated level1/coco1/modules/makefile & level2/coco3/modules/makefile
so that correct values would be sent to assembler when
building superdesc.asm for s(x).dd and i(x).dd descriptors.
author | drencor-xeen |
---|---|
date | Mon, 28 Jan 2013 16:13:05 -0600 |
parents | f4870404ccc9 |
children | 99fac4bd9c41 |
line wrap: on
line source
# inetd configuration file format: # ListenPort <server opts>,Process,Params # valid server options are: telnet auth protect banner # the follow line causes inetd to listen on port 6809 and spawn 'login' for a new connection # the options cause telnet protocol processing on the server, they use the server's IP address and geolocation protection # to prevent undesired hosts from connecting, and cause the server to display a banner to the client prior to announcing # the connection to the coco. Adding auth would cause the server to use it's own authentication prior to connecting the coco # (this feature may be removed in favor of a more secure coco side authentication solution) %TELNET_PORT% telnet protect banner,login,