cvs commit: src/lib/libarchive archive_read_support_format_tar.c

Tim Kientzle kientzle at FreeBSD.org
Tue Aug 2 03:17:57 GMT 2005


kientzle    2005-08-02 03:17:57 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_read_support_format_tar.c 
  Log:
  Generate default fake "device" and "inode" numbers for entries
  extracted from tar archives.  Otherwise, converting tar archives to
  cpio format (with "bsdtar -cf out.cpio @in.tar") convert every entry
  into a hard link to a single file.  This simple logic breaks hard
  links, but that's better than the alternative.
  
  MFC after: 7 days
  
  Revision  Changes    Path
  1.33      +25 -0     src/lib/libarchive/archive_read_support_format_tar.c


More information about the cvs-all mailing list