From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 8 08:50:31 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 881CB16A4BF for ; Mon, 8 Sep 2003 08:50:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C09EA43FE1 for ; Mon, 8 Sep 2003 08:50:29 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h88FoPUp083788 for ; Mon, 8 Sep 2003 08:50:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h88FoOgT083787; Mon, 8 Sep 2003 08:50:25 -0700 (PDT) Date: Mon, 8 Sep 2003 08:50:25 -0700 (PDT) Message-Id: <200309081550.h88FoOgT083787@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yar Tikhiy Subject: Re: bin/56325: Incorrect information in /etc/gettytab X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yar Tikhiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 15:50:31 -0000 The following reply was made to PR bin/56325; it has been noted by GNATS. From: Yar Tikhiy To: Bruce Evans Cc: mats@snowbee.dyns.cx, FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/56325: Incorrect information in /etc/gettytab Date: Mon, 8 Sep 2003 19:47:54 +0400 On Sun, Sep 07, 2003 at 08:04:01PM +1000, Bruce Evans wrote: > I looked at what the various combinations of parity did when I wrote > thos lines in gettytab. I haven't looked at them recently (i never > use anything except np). Perhaps changing getty to termios canonicalized > the parity support. Indeed, it was rev. 1.6 of subr.c that introduced the new behaviour of the parity flags along with using termios instead of the old BSD interface to terminals. I believe that people use just np nowadays, so the question is whether the old behaviour of parity flag combinations is worth restoring. How do you think? -- Yar