Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2004 04:10:43 +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/usr.bin/tar read.c
Message-ID:  <200406070410.i574Ah23072214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2004-06-07 04:10:43 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          read.c 
  Log:
  Fix the symlink-detection code.  Don't squawk if we're just replacing
  an existing symlink (as might happen if you extract an archive twice).
  Also, if we remove the offending link, then we've removed the problem
  and can safely go forward with the extraction.
  
  Pointed out by: print/adobe-cmaps port (whose distfile has
          duplicate entries for the same symlinks)
  Thanks to: Kris Kennaway (for using ports as a testbed for bsdtar)
  
  Revision  Changes    Path
  1.11      +22 -6     src/usr.bin/tar/read.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406070410.i574Ah23072214>