On Thursday 07 June 2007, Sergey Poznyakoff wrote:
> Mike Frysinger <[EMAIL PROTECTED]> ha escrit:
> > i'd like to generate a cpio archive and squash all the ownership to a
> > specific uid/gid while doing so but it seems cpio ignores any such
> > options in  create mode ...
>
> Please try the enclosed patch.

thanks, works for me !

one quick comment:
> Index: src/util.c
> +#define CPIO_GID(gid) (set_group_flag ? set_group : (gid));
spurious trailing ; here
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Bug-cpio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-cpio

Reply via email to