Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2010 01:25:33 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/cpio cmdline.c cpio.c cpio.h
Message-ID:  <201008080125.o781Ptaa000843@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2010-08-08 01:25:33 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/cpio         cmdline.c cpio.c cpio.h 
  Log:
  SVN rev 211054 on 2010-08-08 01:25:33Z by kientzle
  
  Fix -R when used with -p.  Previously, the
  uname and gname weren't overwritten, so the
  disk restore would use those to lookup the
  original uid/gid again.  Clearing the uname
  and gname prevents this.
  
  Reported by: swell.k
  MFC after: 7 days
  
  Revision  Changes    Path
  1.11      +2 -0      src/usr.bin/cpio/cmdline.c
  1.21      +14 -4     src/usr.bin/cpio/cpio.c
  1.11      +2 -0      src/usr.bin/cpio/cpio.h



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