Date: Tue, 2 Aug 2005 03:17:57 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive archive_read_support_format_tar.c Message-ID: <200508020317.j723HvHM047731@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508020317.j723HvHM047731>