On 2008-05-22 Marc Haber <[EMAIL PROTECTED]> wrote:
> On Thu, May 22, 2008 at 01:52:24PM +0200, Andreas Metzler wrote:
[...]
> >        "$TIMEOUT" /usr/bin/certtool --generate-dh-params --bits 2048 \
> >        > "$tempgnutls" 2> /dev/null ; then
> > +    chmod 644 "$tempgnutls"
> >      mv -f "$tempgnutls" "$PARAMFILE"
> >    else
> >      rm -f "$tempgnutls"

> I think this one:
[...]
> -tempgnutls=$(tempfile -d $EXIM4_SPOOLDIR -p "gnutp" )
> +tempgnutls=$(tempfile --directory $EXIM4_SPOOLDIR --mode 644 --prefix  
> "gnutp" )
[...]
> is better. Do you agree?

Yes, it saves one exec.
thanks, cu andreas



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to