From owner-freebsd-isp Fri Aug 23 07:35:59 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA27473 for isp-outgoing; Fri, 23 Aug 1996 07:35:59 -0700 (PDT) Received: from shogun.tdktca.com ([206.26.1.21]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA27451 for ; Fri, 23 Aug 1996 07:35:52 -0700 (PDT) Received: from shogun.tdktca.com (daemon@localhost) by shogun.tdktca.com (8.7.2/8.7.2) with ESMTP id JAA17593 for ; Fri, 23 Aug 1996 09:36:24 -0500 (CDT) Received: from fa.tdktca.com (bsd.fa.tdktca.com [163.49.131.129]) by shogun.tdktca.com (8.7.2/8.7.2) with ESMTP id JAA17587 for ; Fri, 23 Aug 1996 09:36:23 -0500 (CDT) Received: (from alex@localhost) by fa.tdktca.com (8.7.5/8.6.12) id JAA06105; Fri, 23 Aug 1996 09:46:20 -0500 (CDT) Date: Fri, 23 Aug 1996 09:46:19 -0500 (CDT) From: Alex Nash To: Global Internet Shopping Mall cc: freebsd-isp@FreeBSD.org Subject: Re: Cyclom & rc.serial In-Reply-To: <199608221716.MAA20279@isot.isot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 22 Aug 1996, Global Internet Shopping Mall wrote: > Two questions: > In /etc/ttys, is this line correct? > ttyc0 "/usr/libexec/getty std.115200 dialup on Add a quote after 115200. > In /etc/rc.serial, am I supposed to add lines like > for i in $* > do > stty stty done You probably want to configure the lock (/dev/ttylc*) and init (/dev/ttyi*) devices instead. Alex