Package: dbconfig-common
Version: 1.8.49
Severity: important

[ not sure if important or higher, please decide as a maintainer :) ]

Hi,

since 1.8.49 preseeding of dbc_dbuser and dbc_dbname seems not to work anymore.

One can reproduce this by modifying the shipped examples like this:
index cd05b3d..69706cd 100644
--- a/examples/db-test-pgsql-2.0/debian/config
+++ b/examples/db-test-pgsql-2.0/debian/config
@@ -8,5 +8,7 @@ set -e
 if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
        . /usr/share/dbconfig-common/dpkg/config.pgsql 
        #dbc_authmethod_user="password"
+       dbc_dbuser='someuser'
+       dbc_dbname='somedb'
        dbc_go db-test-pgsql "$@"
 fi

I would expect the dbuser to be set to "someuser" and the dbname to "somedb",
but both show up as "dbtestpgsql" in the Debconf question.

Regards
Evgeni


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to