From owner-cvs-bin Tue Sep 30 03:51:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA19185 for cvs-bin-outgoing; Tue, 30 Sep 1997 03:51:55 -0700 (PDT) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA19171; Tue, 30 Sep 1997 03:51:42 -0700 (PDT) Received: (from karpen@localhost) by ocean.campus.luth.se (8.8.5/8.8.5) id MAA02988; Tue, 30 Sep 1997 12:57:18 +0200 (CEST) From: Mikael Karpberg Message-Id: <199709301057.MAA02988@ocean.campus.luth.se> Subject: Re: cvs commit: src/bin/mv mv.c In-Reply-To: <199709291655.CAA10241@godzilla.zeta.org.au> from Bruce Evans at "Sep 30, 97 02:55:32 am" To: bde@zeta.org.au (Bruce Evans) Date: Tue, 30 Sep 1997 12:57:18 +0200 (CEST) Cc: cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Bruce Evans: [patch to disklabel] > This isn't quite right, since the default is 'y', and EOF should not be > taken as 'y'. The prompt is more misleading than usual (anything other > than 'n' is taken as 'y', so 'N' is taken as 'y'). There is still one > useless cast to int. That seems very stupid. Shouldn't it be changed at least so that both 'n' and 'N' work as negative answers, while someone is in there messing around? Or is there some standard that forbids that? :-) /Mikael