From 9224aaf92373c8a2ffc93e147700bc05f9210913 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Sat, 19 Dec 2009 12:50:04 +0000 Subject: [PATCH] In the config script, fix a misspelling of dbounceprog as defer. Pointy hat to: myself --- changelog | 2 ++ config | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index e0c1902..da909ce 100644 --- a/changelog +++ b/changelog @@ -17,6 +17,8 @@ dma (0.0.2009.07.17-3) unstable; urgency=low 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 Sat, 19 Dec 2009 14:35:10 +0200 diff --git a/config b/config index d85a797..1719f71 100755 --- a/config +++ b/config @@ -19,9 +19,9 @@ db_get dma/relayhost || true 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 -- 2.47.3