debconf overriding a manually-edited config file, so add a note to
dma.conf stating that these values are handled via debconf.
Closes: #544663
+ * Fix a misspelling of dma/dbounceprog as dma/defer in the debconf
+ configuration script. Oops.
-- Peter Pentchev <roam@ringlet.net> Sat, 19 Dec 2009 14:35:10 +0200
if [ -z "$RET" ]; then
db_set dma/relayhost "mail.`hostname --domain`" || true
fi
-db_get dma/defer || true
+db_get dma/dbounceprog || true
if [ -z "$RET" ]; then
- db_set dma/defer 'dbounce-simple-safecat' || true
+ db_set dma/dbounceprog 'dbounce-simple-safecat' || true
fi
state=1