[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] unable to squash perms while creating a cpio archive
From: |
Mike Frysinger |
Subject: |
Re: [Bug-cpio] unable to squash perms while creating a cpio archive |
Date: |
Thu, 7 Jun 2007 12:00:23 -0400 |
User-agent: |
KMail/1.9.7 |
On Thursday 07 June 2007, Sergey Poznyakoff wrote:
> Mike Frysinger <address@hidden> 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
signature.asc
Description: This is a digitally signed message part.