From: Michel B. <mi...@bo...> - 2005-02-15 08:52:56
|
Le Lundi 14 F=E9vrier 2005 23:40, Lionel Bouton a =E9crit : > > Some distributions might not have the latest mktemp, so SQLgrey doesn't > depend on it anymore : > - update_sqlgrey_whitelists doesn't rely on mktemp's '-t' parameter > anymore. Seems there's a booog in the statement, which is MYTMP=3D`mktemp -d ${TMPDIR:/-tmp}/sqlgrey.XXXXXX` where it should be MYTMP=3D`mktemp -d ${TMPDIR:-/tmp}/sqlgrey.XXXXXX` Please find a patch attached, that also includes the fixes I suggested in= my=20 previous message. I've built 1.4.4 RPMs (including this patch), that you can get from : http://www.bouissou.net/sqlgrey/ Cheers. --=20 Michel Bouissou <mi...@bo...> OpenPGP ID 0xDDE8AC6E |