Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2009 17:54: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
Message-ID:  <200907031754.n63Hse7c020652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-07-03 17:54:33 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/cpio         cmdline.c cpio.c 
  Log:
  SVN rev 195318 on 2009-07-03 17:54:33Z by kientzle
  
  This fixes bsdcpio's -R option to accept numeric
  user or group Ids as well as user or group names.
  In particular, this fixes freesbie2, which uses
  -R 0:0 to copy a bunch of files so that the result
  will be owned by root.
  
  Also fixes a related bug that mixed-up the uid
  and gid specified by -R when in passthrough mode.
  
  Thanks to Dominique Goncalves for reporting this
  regression.
  
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.7       +49 -19    src/usr.bin/cpio/cmdline.c
  1.18      +1 -1      src/usr.bin/cpio/cpio.c



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