From: Lionel B. <lio...@bo...> - 2005-02-15 09:54:27
|
Michel Bouissou wrote the following on 15.02.2005 09:52 : >Le Lundi 14 F=E9vrier 2005 23:40, Lionel Bouton a =E9crit : > =20 > >>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. >> =20 >> > >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` > =20 > Right. What I wonder now is : how in the hell did this work on my server = ? I just tested this part of the code and I understand : the script=20 creates its temporary directory in '/' instead of the temp dir... Not harmful but definitely not what I intended :-( All your fixes will be in 1.4.5. Thanks again, Lionel. |