sylvain ferriol wrote:
Denis Barbier wrote:On Sat, Feb 14, 2004 at 08:40:35AM +0100, sylvain ferriol wrote:Package: cdebconf Version: 0.55 i try to use db_register in d-i it is working but when i look at /var/lib/cdebconf/questions.dat all questions created by db_register have an Owner: UnknownBecause you did not tell cdebconf to have a specific owner, run 'cdebconf -ofoo' to set one. Denisbut if i get the original code: module_probe() { module="$1" db_subst ethdetect/module_params MODULE "$module" db_input low ethdetect/module_params || [ $? -eq 30 ] db_go db_get ethdetect/module_params in questions.dat , the owner is debian and i did not found a 'cdebconf -o debian' command
i have another question in questions.dat which has an 'Unknown' owner: Name: debconf/language Template: debian-installer/language Value: en Owners: Unknown sylvain