libalpm/add.c: disable buggy backup handling code that didn't do anything.
commitc913c53322a7bd4a006a905df4087092a0630ab4
authorChantry Xavier <shiningxc@gmail.com>
Sat, 22 Dec 2007 19:54:01 +0000 (22 20:54 +0100)
committerDan McGee <dan@archlinux.org>
Sat, 29 Dec 2007 01:57:11 +0000 (28 19:57 -0600)
tree287395eda82b3f679494364236d02b7d469b3e21
parent73aa6b610e22377a40c567156b610319ffb9e024
libalpm/add.c: disable buggy backup handling code that didn't do anything.

As I mentioned earlier on the ML :
http://www.archlinux.org/pipermail/pacman-dev/2007-December/010416.html
the first part of commit 843d368ef6 had no effect because of a bug.

So I fixed the bug, but since this would change backup handling behavior,
and possibly require other bigger changes to work right, I decided to just
disable that part temporarily, and left a TODO in the code.

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
lib/libalpm/add.c