]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/file/Magdir/cpio
This commit was generated by cvs2svn to compensate for changes in r55714,
[FreeBSD/FreeBSD.git] / usr.bin / file / Magdir / cpio
1 #
2 # Yes, the two "cpio archive" formats *are* supposed to just be "short".
3 # The idea is to indicate archives produced on machines with the same
4 # byte order as the machine running "file" with "cpio archive", and
5 # to indicate archives produced on machines with the opposite byte order
6 # from the machine running "file" with "byte-swapped cpio archive".
7 #
8 # The SVR4 "cpio(4)" hints that there are additional formats, but they
9 # are defined as "short"s; I think all the new formats are
10 # character-header formats, and thus are strings not numbers.
11 #
12 0       short           070707          cpio archive
13 0       short           0143561         byte-swapped cpio archive
14 0       string          070707          ASCII cpio archive (pre-SVR4 or odc)
15 0       string          070701          ASCII cpio archive (SVR4 with no CRC)
16 0       string          070702          ASCII cpio archive (SVR4 with CRC)