From owner-freebsd-hackers Tue Apr 4 18:42:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA28848 for hackers-outgoing; Tue, 4 Apr 1995 18:42:33 -0700 Received: from tfs.com (mailhub.tfs.com [140.145.250.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id SAA28842 for ; Tue, 4 Apr 1995 18:42:32 -0700 Received: by tfs.com (smail3.1.28.1) Message-Id: From: julian@tfs.com (Julian Elischer) Subject: Re: new install(1) utility To: terry@cs.weber.edu (Terry Lambert) Date: Tue, 4 Apr 1995 18:41:36 -0700 (PDT) Cc: nate@trout.sri.MT.net, kargl@troutmask.apl.washington.edu, freebsd-hackers@freefall.cdrom.com In-Reply-To: <9504050024.AA23499@cs.weber.edu> from "Terry Lambert" at Apr 4, 95 06:24:16 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 613 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > > > Serves you right for using the install utility to do the install > > > instead of using "cp -p". > > > > Ahh, and the overhead of calling chown, chgrp, and chmod is much better? > > 'I don't think so'. > > Since "cp -p" preserves this information, you are saying that the > copy in the source tree has the incorrect owner, group, and permissions. > This is something which should be corrected in the source tree. Doing > the correction post-facto elsewhere is bogus. well, not really, because you may wasnt to compile as 'terry' and just su to root for the install I tend to do it that way.. julian