From owner-freebsd-questions Thu Sep 26 23:03:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA16033 for questions-outgoing; Thu, 26 Sep 1996 23:03:32 -0700 (PDT) Received: from vegemite.Stanford.EDU (vegemite.Stanford.EDU [171.65.76.158]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA16000 for ; Thu, 26 Sep 1996 23:03:28 -0700 (PDT) Received: (hlew@localhost) by vegemite.Stanford.EDU (8.7.1/8.6.4) id XAA12217; Thu, 26 Sep 1996 23:03:28 -0700 (PDT) Date: Thu, 26 Sep 1996 23:03:27 -0700 (PDT) From: Howard Lew To: questions@freebsd.org Subject: a trick for /etc/ttys Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone know of a trick to use in /etc/ttys that will let me use a modem off of one of the the ttyd lines that currently has a getty line turned on but is not currently in use? In other words, is there a way to use say ttyd2 when the modem is idle, so that I can dial out without actually modifying the /etc/ttys file and doing a kill -1 1 and killing the getty process? For those familiar with mgetty, i have tried using the /etc/nologin.ttyd2 but that only prevents mgetty/vgetty from answer the phone. It does not free up the port. Any ideas? Thanks in advance for any help.