]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix bug in deleting files: If two ports had the same tarball and one of
authorColin Percival <cperciva@FreeBSD.org>
Thu, 11 Jul 2013 22:19:18 +0000 (22:19 +0000)
committerColin Percival <cperciva@FreeBSD.org>
Thu, 11 Jul 2013 22:19:18 +0000 (22:19 +0000)
commite08aa295d05311bcbea31cd245ddfc442ea2fd2b
tree83c3cc4dd49822a7c20cc301f6317e494143431e
parent5a3c920f45a175d13e76cbd07ac0991ff0fc6d46
Fix bug in deleting files: If two ports had the same tarball and one of
them changed (or was removed from the tree) then portsnap would delete
that file.  This happened earlier today when one of two empty port
directories was removed.  Uniquifying the lists of needed files fixes
this.

9.2-RELEASE candidate.

MFC after: 3 days
usr.sbin/portsnap/portsnap/portsnap.sh