Changeset 2638

Show
Ignore:
Timestamp:
12/01/07 00:18:47 (1 year ago)
Author:
dhozac
Message:

Use --numeric-owner for tar and --numeric-uid-gid for cpio.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/distrib/misc/h2ext.desc

    r2558 r2638  
    11# Borrowed from file(1) 
    22# gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver) 
    3 0       string          \037\213                gzip -d -c     
     30       string          \037\213                gzip -d -c                     
    44# tar posix 
    5 257     string          ustar\0                 tar -x                0 
     5257     string          ustar\0                 tar -x --numeric-owner                0 
    66# tar gnu 
    7 257     string          ustar\040\040\0         tar -x                0 
     7257     string          ustar\040\040\0         tar -x --numeric-owner                0 
    88# cpio 
    9 0       short           070707                  cpio -i               0 
     90       short           070707                  cpio -i --numeric-uid-gid     0 
    1010# cpio swapped 
    11 0       short           0143561                 cpio -i               0 
     110       short           0143561                 cpio -i --numeric-uid-gid     0 
    1212# bzip2 
    13 0       string          BZh                     bzip2 -d -c     
     130       string          BZh                     bzip2 -d -c                    
    1414# dump/restore new-fs big and little endian 
    15 24      belong          60012                   restore -rf -   
    16 24      lelong          60012                   restore -rf -   
     1524      belong          60012                   restore -rf -                  
     1624      lelong          60012                   restore -rf -                  
    1717# dump/restore old-fs big and little endian 
    18 24      belong          60011                   restore -rf -   
    19 24      lelong          60011                   restore -rf -   
     1824      belong          60011                   restore -rf -                  
     1924      lelong          60011                   restore -rf -