From owner-freebsd-hackers Sun May 14 14:41:23 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA01568 for hackers-outgoing; Sun, 14 May 1995 14:41:23 -0700 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA01560 for ; Sun, 14 May 1995 14:41:17 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA08841 (5.67a/IDA-1.5); Sun, 14 May 1995 16:33:03 -0500 Received: by bonkers.taronga.com (smail2.5p) id AA18347; 14 May 95 16:15:03 CDT (Sun) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id QAA18332; Sun, 14 May 1995 16:15:00 -0500 From: Peter da Silva Message-Id: <199505142115.QAA18332@bonkers.taronga.com> Subject: Re: REMOTE_HOST & REMOTE_USER To: henrich@crh.cl.msu.edu (Charles Henrich) Date: Sun, 14 May 1995 16:15:00 -0500 (CDT) Cc: terry@cs.weber.edu, henrich@crh.cl.msu.edu, freebsd-hackers@FreeBSD.org In-Reply-To: <199505141933.MAA24154@freefall.cdrom.com> from "Charles Henrich" at May 14, 95 03:33:11 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 358 Sender: hackers-owner@FreeBSD.org Precedence: bulk > The problem is all those programs have a single process handling all > communications, so the model wouldnt map to multiple telnetd's, unless there > was some well to telnetd to open a pipe back to a socket or somesuch. Not all. UNIX based BBSes are typically written to run from getty. If telnetd would just serve as getty it'd make things a lot easier.