From owner-cvs-all Thu Jun 6 23: 2:38 2002 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 4DF1637B401; Thu, 6 Jun 2002 23:02:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5762ZO18807; Thu, 6 Jun 2002 23:02:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206070602.g5762ZO18807@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 23:02:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src extract.c X-FreeBSD-CVS-Branch: HEAD 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 sobomax 2002/06/06 23:02:35 PDT Modified files: contrib/tar/src extract.c Log: Disabling automatic --same-owner option when running as uid 0 along with the --same-permissions was an overkill, so put it back. This is consistent with what our old tar did. Suggested by: dillon Revision Changes Path 1.3 +1 -1 src/contrib/tar/src/extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message