Bug #190179 - Use `prelink --verify filename` to write the
authorZac Medico <zmedico@gentoo.org>
Mon, 24 Sep 2007 20:26:09 +0000 (20:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 24 Sep 2007 20:26:09 +0000 (20:26 -0000)
commit32fc2c1d0ba5ad8ef1f223c1ae8a985d3dcdc8cf
tree63bba4172071788238d53277232b714e8a337482
parent71dd8e828ae8b9461ed28bd7770ae1ef37ff50f7
Bug #190179 - Use `prelink --verify filename` to write the
temp file via stdout since --undo fails when run as a normal
non-superuser because it tries to chown the output file. Also,
use mkstemp() to eliminate the need for locking the temp file.
Thanks to Israel G. Lugo <israel.lugo@lugosys.com> for the
initial patch.

svn path=/main/trunk/; revision=7801
pym/portage/checksum.py