Package: dokuwiki
Version: 0.0.20091225c-3
Severity: important

This bug is a result of an incorrect debconf priority regarding
the access scope. The attached patch changes the priority of 
variable 'dokuwiki/system/accessible' from medium to high and fixes
this bug.


-Matti
--- debian/config.orig  2010-03-10 02:41:02.000000000 +0200
+++ debian/config       2010-03-10 02:41:43.000000000 +0200
@@ -74,7 +74,7 @@
 sub accessible
 {
        title("Access Control");
-       input("medium", "dokuwiki/system/accessible");
+       input("high", "dokuwiki/system/accessible");
        my @ret = go();
        if ($ret[0] == 30) {
                return undef;

Reply via email to