From cf29f3d7a29733abd8562caf1e2cafa4d282332c Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 30 Nov 2007 23:18:47 +0000 Subject: [PATCH] Use --numeric-owner for tar and --numeric-uid-gid for cpio. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2638 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- distrib/misc/h2ext.desc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/distrib/misc/h2ext.desc b/distrib/misc/h2ext.desc index 01afd3a..a234339 100644 --- a/distrib/misc/h2ext.desc +++ b/distrib/misc/h2ext.desc @@ -1,19 +1,19 @@ # Borrowed from file(1) # gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver) -0 string \037\213 gzip -d -c 1 +0 string \037\213 gzip -d -c 1 # tar posix -257 string ustar\0 tar -x 0 +257 string ustar\0 tar -x --numeric-owner 0 # tar gnu -257 string ustar\040\040\0 tar -x 0 +257 string ustar\040\040\0 tar -x --numeric-owner 0 # cpio -0 short 070707 cpio -i 0 +0 short 070707 cpio -i --numeric-uid-gid 0 # cpio swapped -0 short 0143561 cpio -i 0 +0 short 0143561 cpio -i --numeric-uid-gid 0 # bzip2 -0 string BZh bzip2 -d -c 1 +0 string BZh bzip2 -d -c 1 # dump/restore new-fs big and little endian -24 belong 60012 restore -rf - 0 -24 lelong 60012 restore -rf - 0 +24 belong 60012 restore -rf - 0 +24 lelong 60012 restore -rf - 0 # dump/restore old-fs big and little endian -24 belong 60011 restore -rf - 0 -24 lelong 60011 restore -rf - 0 +24 belong 60011 restore -rf - 0 +24 lelong 60011 restore -rf - 0 -- 1.8.1.5