[BusyBox] Re: [BusyBox-cvs] busybox/archival/libunarchive get_header_tar.c,1.17,1.18

Bastian Blank waldi at debian.org
Thu Jun 12 14:12:39 UTC 2003


On Thu, Jun 12, 2003 at 07:47:20AM -0600, Glenn McGrath wrote:
> +	if (tar.formated.typeflag == '1') {
> +		bb_error_msg("WARNING: Converting hard link to symlink");
> +		file_header->mode |= S_IFLNK;
> +	}

this will not work properly, you have to kill the other bits first.

bastian

-- 
You!  What PLANET is this!
		-- McCoy, "The City on the Edge of Forever", stardate 3134.0


More information about the busybox mailing list