From owner-cvs-src@FreeBSD.ORG Tue Jul 29 15:23:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6101F1065692; Tue, 29 Jul 2008 15:23:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 334318FC30; Tue, 29 Jul 2008 15:23:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6TFNq5O036105; Tue, 29 Jul 2008 15:23:52 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6TFNqAi036104; Tue, 29 Jul 2008 15:23:52 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200807291523.m6TFNqAi036104@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Tue, 29 Jul 2008 15:23:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cpio cmdline.c cpio.c cpio.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 15:23:52 -0000 kientzle 2008-07-29 15:23:31 UTC FreeBSD src repository Modified files: usr.bin/cpio cmdline.c cpio.c cpio.h Log: SVN rev 180962 on 2008-07-29 15:23:31Z by kientzle Add --no-preserve-owner, which seems to be required by some ports. Thanks to: Erwin Lansing Revision Changes Path 1.4 +1 -0 src/usr.bin/cpio/cmdline.c 1.9 +3 -0 src/usr.bin/cpio/cpio.c 1.3 +1 -0 src/usr.bin/cpio/cpio.h