changeset 2726:3a6484c23f54 lwtools-port

inetd.conf is now here
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 31 Jul 2012 12:06:34 -0500
parents c2112f93923a
children f4870404ccc9
files level1/atari/sys/inetd.conf level1/atari/sys/makefile
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/atari/sys/inetd.conf	Tue Jul 31 12:06:34 2012 -0500
@@ -0,0 +1,11 @@
+# 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)
+
+6810 telnet protect banner,login,
--- a/level1/atari/sys/makefile	Tue Jul 31 11:54:02 2012 -0500
+++ b/level1/atari/sys/makefile	Tue Jul 31 12:06:34 2012 -0500
@@ -5,7 +5,7 @@
 
 DEPENDS		= ./makefile
 
-SYSFILES	= ../../sys/errmsg ../../sys/motd ../../sys/password ../../sys/inetd.conf
+SYSFILES	= ../../sys/errmsg ../../sys/motd ../../sys/password inetd.conf
 HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
 		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
 		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \