From owner-cvs-src-old@FreeBSD.ORG Fri Jun 18 18:15:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A0CA10657A9 for ; Fri, 18 Jun 2010 18:15:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58DDB8FC2D for ; Fri, 18 Jun 2010 18:15:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5IIFqJI065471 for ; Fri, 18 Jun 2010 18:15:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5IIFqse065470 for cvs-src-old@freebsd.org; Fri, 18 Jun 2010 18:15:52 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201006181815.o5IIFqse065470@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 18 Jun 2010 18:15:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/contrib/cpio/src copyout.c util.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2010 18:15:52 -0000 delphij 2010-06-18 18:15:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/cpio/src copyout.c util.c Log: SVN rev 209311 on 2010-06-18 18:15:40Z by delphij Fix two regressions introduced by GNU cpio 2.8 import: cpio/src/copyout.c: Old behavior is not to strip leading / from symbol link target. By default cpio will replace the symbol link rather than following it so this should not be a risk. cpio/src/util.c: Zero out rdev_{maj,min} for files where they are not applicable. This is a direct commit since GNU cpio has been removed from -HEAD. Sorry for the breakage... Reported by: sbruno Revision Changes Path 1.3.4.2 +0 -3 src/contrib/cpio/src/copyout.c 1.2.4.2 +19 -2 src/contrib/cpio/src/util.c