Re: [PATCH] main-menu buglets

2000-12-31 Thread Joey Hess
David Whedon wrote: > 1. printf to stdout is bad, it mucks with debconf and we die, changed to stderr. I'm quite sure that was debugging output that I forgot to remove. > 2. If a postinst failed udpkg marks the package as half-configured. Without > this patch main-menu will then refuse to run t

[PATCH] main-menu buglets

2000-12-31 Thread David Whedon
Two bugs here: 1. printf to stdout is bad, it mucks with debconf and we die, changed to stderr. 2. If a postinst failed udpkg marks the package as half-configured. Without this patch main-menu will then refuse to run the postinst again, because it only cares about installed and unpacked packages.