From owner-cvs-src@FreeBSD.ORG Sat Jun 21 17:48:06 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 BAA341065691; Sat, 21 Jun 2008 17:48:06 +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 97EE78FC18; Sat, 21 Jun 2008 17:48:06 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5LHm6YA077710; Sat, 21 Jun 2008 17:48:06 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5LHm6Pn077709; Sat, 21 Jun 2008 17:48:06 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <200806211748.m5LHm6Pn077709@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sat, 21 Jun 2008 17:47:56 +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 cpio.c 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: Sat, 21 Jun 2008 17:48:06 -0000 kientzle 2008-06-21 17:47:56 UTC FreeBSD src repository Modified files: usr.bin/cpio cpio.c Log: SVN rev 179913 on 2008-06-21 17:47:56Z by kientzle If we're using -l and can't hardlink the file because of a cross-device link, just ignore the -l option and copy the file instead. In particular, this should fix the COPYTREE_* macros used in the ports infrastructure which use -l to preserve space but often get used for cross-device copies. Revision Changes Path 1.3 +17 -3 src/usr.bin/cpio/cpio.c