> The "Config file handling" example config script contains an error: > > if [ -e $CONFIGFILE ]; then > . $CONFIGFILE || true > > # Store values from config file into > # debconf db. > db_set mypackage/foo FOO > db_set mypackage/bar BAR > fi
Well, doesn't this just put the string FOO in the value for debconf/foo, and same for BAR? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

