From owner-cvs-all Tue Jun 9 23:29:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05234 for cvs-all-outgoing; Tue, 9 Jun 1998 23:29:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05229; Tue, 9 Jun 1998 23:29:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05606; Tue, 9 Jun 1998 23:29:25 -0700 (PDT) Date: Tue, 9 Jun 1998 23:29:25 -0700 (PDT) Message-Id: <199806100629.XAA05606@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/cp utils.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/06/09 23:29:25 PDT Modified files: bin/cp utils.c Log: Don't attempt to change owner/mode/flags that don't need to changed. This should calm down attempts to `cp -p' to a nfs mount or some other filesystem that doesn't accept flags or all combinations of flags. It will warn if it fails to change flags though. Revision Changes Path 1.20 +29 -15 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message