From owner-cvs-all Sat Sep 18 14:47: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from dt014nb6.san.rr.com (dt014nb6.san.rr.com [24.30.129.182]) by hub.freebsd.org (Postfix) with ESMTP id 50DFF14C98; Sat, 18 Sep 1999 14:46:56 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt014nb6.san.rr.com (8.9.3/8.8.8) with ESMTP id PAA48043; Sat, 18 Sep 1999 15:51:29 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37E40AC6.B2D21A06@gorean.org> Date: Sat, 18 Sep 1999 14:57:26 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0913 i386) X-Accept-Language: en MIME-Version: 1.0 To: John-Mark Gurney Cc: Sheldon Hearn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc pccard_ether rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn rc.network rc.pccard rc.resume rc.shutdown rc.suspend security src/etc/etc.alpha MAKEDEV rc.alpha src/etc/etc.i386 MAKEDEV rc.i386 src/etc/isdn answer i References: <199909131544.IAA26697@freefall.freebsd.org> <19990917235139.61698@hydrogen.fircrest.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John-Mark Gurney wrote: > > Sheldon Hearn scribbled this message on Sep 13: > > builtin and (as a side-effect) allows case-insensitivity. > > I thought it was agreed that this is UNIX and case-insensitivity is a > BAD thing... that it shoul stay case sensitive... This was discussed at length on -hackers. Unfortunately, I learned after the project already had approval that some people would prefer to have these issues discussed on -committers. Aside from the virtue of using case, which is a builtin vs. using test/[ which is not; using case allows us to make the tests case insensitive. This is an aid in reducing the learning curve for new users, which is especially important in those areas where a simple, honest mistake can cause serious problems for the user. > why don't we make our file systems case-insensitive next? No one is suggesting such a radical change. My feeling, and the feelings of others is that we should do what we can in areas that are not crucial to make things easier for new users, while at the same time we bring them along slowly to the unix way of doing things. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message