From owner-p4-releng Thu Apr 4 14: 5:12 2002 Delivered-To: p4-releng@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3A34237B41B; Thu, 4 Apr 2002 14:04:56 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 32C4A37B417; Thu, 4 Apr 2002 14:04:54 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020404220450.JSAS21252.rwcrmhc53.attbi.com@bmah.dyndns.org>; Thu, 4 Apr 2002 22:04:50 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.2/8.12.2) with ESMTP id g34M4od8090701; Thu, 4 Apr 2002 14:04:50 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.2/8.12.2/Submit) id g34M4nLo090693; Thu, 4 Apr 2002 14:04:49 -0800 (PST) Message-Id: <200204042204.g34M4nLo090693@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Udo Erdelhoff Cc: bmah@FreeBSD.org, obrien@FreeBSD.org, Perforce Change Reviews Subject: Re: PERFORCE change 8929 for review In-reply-to: <20020403052214.GA51146@nathan.ruhr.de> References: <200204022153.g32LrnQ29689@freefall.freebsd.org> <20020402140528.A48987@dragon.nuxi.com> <200204022228.g32MS8VB039655@intruder.bmah.org> <20020403052214.GA51146@nathan.ruhr.de> Comments: In-reply-to Udo Erdelhoff message dated "Wed, 03 Apr 2002 07:22:14 +0200." From: bmah@FreeBSD.org (Bruce A. Mah) Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Apr 2002 14:04:48 -0800 Sender: owner-p4-releng@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If memory serves me right, Udo Erdelhoff wrote: > On Tue, Apr 02, 2002 at 02:28:08PM -0800, bmah@FreeBSD.org wrote: > > In any case, I want to ponder this a bit more before deciding whether > > this is the change we want to commit "for real" to CVS, or if we > > should do some variant of this. > > I keep wondering why are you are using rm/cat instead of install -c > -m 0644 (or some $XXXMODE along those lines) to copy the file. I wasn't sure if I should explicitly specify a mode, so I figured I'd just let the user's umask handle it. The first way that occurred to me was to do cp + chmod o+w. install -c -m 0644 hadn't occcurred to me because I automatically associated install with "make install". I'll revisit this after 5.0-DP1 is out the door. Gotta love all these different ways of doing things. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-releng" in the body of the message