* Anthony Tippett <[EMAIL PROTECTED]> [2006-01-20 11:28:18 -0800]:

Hi Anthony,

> Changing the following in mantis.postinst  will fix the issue for me.  
> Postinst is using the 
> wrong variable.  Should use dbadmpass
> 
> 283c283
> <           mysqldump -u"$dbuser" -h"$dbserver" -p"$dbpass" "$dbname" \
> ---
> >           mysqldump -u"$dbuser" -h"$dbserver" -p"$dbadmpass" "$dbname" \

I read the postinst file and it is right without this patch.
You can't use $dbadmpass with $dbuser (except if you use the same password).

I can't apply your patch. I will close this bug soon, if you agree.

-- 
Igor Genibel
«Non bene pro toto libertas venditur auro»
Freedom is not sold for all the gold in the world.
Dubrovnik motto

Attachment: pgpY2kiriPN6L.pgp
Description: PGP signature

Reply via email to