This one time, at band camp, Matthijs Mohlmann said:
> On somehow i can't get this to work. And i don't know why it won't work:

You never call the function config() from within the case statement?

That, and since you're uisng set -e (as you should be), it'd be better 
to add

'|| true' 

to all the db_get calls, and do an 

[ -z "$value" ] && value=false

to set the default, rather than hoping debconf always returns something.
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: pgp86VDz5tANJ.pgp
Description: PGP signature

Reply via email to