From owner-cvs-all Wed Mar 15 1:18:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFCA37B91D; Wed, 15 Mar 2000 01:18:13 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA97291; Wed, 15 Mar 2000 01:18:13 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200003150918.BAA97291@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 15 Mar 2000 01:18:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/03/15 01:18:13 PST Modified files: usr.sbin/pkg_install/lib file.c Log: Do not preserve UIDs, permissions nor flags of package system files in tar files. This fixes clean-up problems during package creation and does not affect the actual files to be included in the package. The fix submitted on the attributed PR was identical to the one obtained from NetBSD. PR: 17386 Reported by: Adrian Filipi-Martin Obtained from: NetBSD Revision Changes Path 1.41 +3 -3 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message