Control: tags -1 + confirmed d-i On 24.11.2012 21:37, Ian Campbell wrote:
+qcontrol (0.4.2-7+wheezy1) testing-proposed-updates; urgency=low + + * Disable firmware watchdog on TS-219p II. (Closes: #693263)
[...]
+@@ -348,6 +363,11 @@ + "Control the automatic power mechanism, options are:\n" + "\ton\n\toff\n", + ts219_autopower); ++ err = register_command("watchdog", ++ "Disable the PIC watchdog", ++ "Watchdog options are:\n" ++ "\toff", ++ ts219_wdt);
Is there any merit to checking the result there (i.e. actually looking at err)?
In any case, it looks like that's the style already used for the other options. Please go ahead; thanks. Adding the obligatory CC for a d-i ack.
Regards, Adam -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org