Your message dated Wed, 8 Jul 2009 16:51:07 +0200 with message-id <[email protected]> and subject line Done: Bug in the example config script demonstrating the backup capability has caused the Debian Bug report #387708, regarding Bug in the example config script demonstrating the backup capability to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 387708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387708 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debconf-doc Version: 1.5.4 Severity: normal The example config script in the section "Letting the user back up" contains the following code: if [ $STATE -eq 1 ]; then # The user has asked to back up from the first # question. This case is problematical. Regular # dpkg and apt package installation isn't capable # of backing up questions between packages as this # is written, so this will exit leaving the package # unconfigured - probably the best way to handle # the situation. exit 10 fi In the first line of this code 1 should be replaced with 0 or else the script will never exit with code 10. Anton Zinoviev
--- End Message ---
--- Begin Message ---Package: debconf-doc Version: 1.5.25 --- Please enter the report below this line. --- While scanning the bugreports for another one, I noticed that this bug is fixed since 1.5.25: debconf (1.5.25) unstable; urgency=low [ Joey Hess ] * debconf-devel(7): Fix state machine example to handle case where user backs out of first question.
--- End Message ---

