hi andy,
i took a quick look at the patch and noticed:
bb_perror_msg_and_die("cannot remove old file");
any reason NOT to tell the user what file like in the second part ?
bb_perror_msg_and_die("cannot remove old file %s",
file_header->name);
my 2 cents,
re,
wh