Package: dbconfig-common Version: 1.8.37 Severity: normal Tags: patch The _dbc_debug() function only outputs the first word in its arguments, leading to lines such as
set_dbtype_defaults()settings dbc_install=true. in /var/log/dbconfig-common/dbc.log when dbc_debug=1. The fix is to use "$*" instead of "$@" in dbc_logline(). The dbc_logpart() function is buggy too, but it's only used with one argument. Possibly _dbc_debug() itself should use "$*" too, but I suppose that's more a matter of taste. Cheers, -- Niko Tyni [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

