From owner-freebsd-hackers Mon Nov 11 11:05:51 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA03546 for hackers-outgoing; Mon, 11 Nov 1996 11:05:51 -0800 (PST) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA03515; Mon, 11 Nov 1996 11:05:40 -0800 (PST) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id NAA19691; Mon, 11 Nov 1996 13:04:30 -0600 From: Joe Greco Message-Id: <199611111904.NAA19691@brasil.moneng.mei.com> Subject: Re: PPP/LCP sensing getty To: john@starfire.mn.org Date: Mon, 11 Nov 1996 13:04:29 -0600 (CST) Cc: hackers@freebsd.org, freebsd-isp@freebsd.org In-Reply-To: <199611111741.LAA15056@starfire.mn.org> from "john@starfire.mn.org" at Nov 11, 96 11:41:33 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have created a version of getty that watches for the first four > bytes of the LCP leader and exec's pppd (-detach auth) if it sees > it. This allows dialup PPP access to FreeBSD boxes from other > FreeBSD boxes, Windows 3.1, Windows NT, Windows 95, and MAC's > without having to go through the pain of login scripting. I'd like > to make this generally available, but am not sure how best to do > so. Already been done. I did this six months ago... I haven't checked to see if anyone actually did anything with my patches though. ... JG