From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 9 04:20:06 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 346E216A4BF for ; Tue, 9 Sep 2003 04:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B464843FBF for ; Tue, 9 Sep 2003 04:20:03 -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 h89BK3Up099825 for ; Tue, 9 Sep 2003 04:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h89BK3Pp099824; Tue, 9 Sep 2003 04:20:03 -0700 (PDT) Date: Tue, 9 Sep 2003 04:20:03 -0700 (PDT) Message-Id: <200309091120.h89BK3Pp099824@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mats Peterson 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: Mats Peterson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 11:20:06 -0000 The following reply was made to PR bin/56325; it has been noted by GNATS. From: Mats Peterson To: bde@zeta.org.au, yar@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org, mats@snowbee.dyns.cx Subject: Re: bin/56325: Incorrect information in /etc/gettytab Date: Tue, 9 Sep 2003 13:12:56 +0200 (CEST) > On Tue, Sep 09, 2003 at 03:14:29AM +1000, Bruce Evans wrote: > > > > > > 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? > > > > Not having it is OK with me. I used just np back when I wrote those > > lines in gettytab :-). > > As long as nobody has actually needed the old functionality in the > last 9 years, I'll just match the comment at the top of gettytab > with the harsh reality of the XXI century :-) > > -- > Yar > It's still nice if it's there for a reason, though. EVEN if most people use no parity nowadays. I had to look at the source to find out why it didn't work as expected. I guess not everyone is too keen on doing that... Mats