Package: john Version: 1.6-39 When testing john with piuparts, I found the following problem:
0m5.6s ERROR: Package purging left files on system: /tmp/file6ZHbw0 This would seem to be due to the following (abstracted) snippet in the prerm: tmp=`tempfile` if [ "$INSTCRON" = "true" ]; then mv $tmp $cronfile fi The similar problem in postinst was already fixed, and the same fix should work here: add an else that does "rm $tmp". -- Even a bad picture is worth 500 words. --Droidy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]