]> git.ipfire.org Git - people/ms/dma.git/commitdiff
In the config script, fix a misspelling of dbounceprog as defer.
authorPeter Pentchev <roam@ringlet.net>
Sat, 19 Dec 2009 12:50:04 +0000 (12:50 +0000)
committerPeter Pentchev <roam@ringlet.net>
Sat, 19 Dec 2009 12:50:04 +0000 (12:50 +0000)
Pointy hat to: myself

changelog
config

index e0c19029b35100ae1286714c7f988f07c75d959a..da909ce7072b3b20bd226041336c7df86c8240de 100644 (file)
--- 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 <roam@ringlet.net>  Sat, 19 Dec 2009 14:35:10 +0200
 
diff --git a/config b/config
index d85a797a76cc2f0dd44934cdc6f0aa6978ee745e..1719f712feda7c4c00b79cd1346c5d1749cc50ea 100755 (executable)
--- 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