From owner-cvs-all Thu Jul 12 4:58: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3E9A37B401; Thu, 12 Jul 2001 04:58:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6CBw2D19963; Thu, 12 Jul 2001 04:58:02 -0700 (PDT) (envelope-from bde) Message-Id: <200107121158.f6CBw2D19963@freefall.freebsd.org> From: Bruce Evans Date: Thu, 12 Jul 2001 04:58:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c extern.h utils.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2001/07/12 04:58:02 PDT Modified files: (Branch: RELENG_4) bin/cp cp.c extern.h utils.c Log: MFC (extern.h 1.1, cp.c 1.26, utils.c 1.30): Removed the broken code which claimed to lose the set[ug]id bits in the !(pflag && setfile()) case for regular files unless the copy is owned by the same user and group. PR: 20646 Revision Changes Path 1.24.2.1 +1 -9 src/bin/cp/cp.c 1.9.2.1 +2 -3 src/bin/cp/extern.h 1.27.2.2 +4 -18 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message