Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2010 18:15:40 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/cpio/src copyout.c util.c
Message-ID:  <201006181815.o5IIFqse065470@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006181815.o5IIFqse065470>