Changeset 2638
- Timestamp:
- 12/01/07 00:18:47 (1 year ago)
- Files:
-
- trunk/distrib/misc/h2ext.desc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/distrib/misc/h2ext.desc
r2558 r2638 1 1 # Borrowed from file(1) 2 2 # gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver) 3 0 string \037\213 gzip -d -c 13 0 string \037\213 gzip -d -c 1 4 4 # tar posix 5 257 string ustar\0 tar -x 05 257 string ustar\0 tar -x --numeric-owner 0 6 6 # tar gnu 7 257 string ustar\040\040\0 tar -x 07 257 string ustar\040\040\0 tar -x --numeric-owner 0 8 8 # cpio 9 0 short 070707 cpio -i 09 0 short 070707 cpio -i --numeric-uid-gid 0 10 10 # cpio swapped 11 0 short 0143561 cpio -i 011 0 short 0143561 cpio -i --numeric-uid-gid 0 12 12 # bzip2 13 0 string BZh bzip2 -d -c 113 0 string BZh bzip2 -d -c 1 14 14 # dump/restore new-fs big and little endian 15 24 belong 60012 restore -rf - 016 24 lelong 60012 restore -rf - 015 24 belong 60012 restore -rf - 0 16 24 lelong 60012 restore -rf - 0 17 17 # dump/restore old-fs big and little endian 18 24 belong 60011 restore -rf - 019 24 lelong 60011 restore -rf - 018 24 belong 60011 restore -rf - 0 19 24 lelong 60011 restore -rf - 0
