Florian Weimer schrob:
> * Jan Braun:
>
> > # tmp dir
> > -DIR="${TMPDIR-/var/tmp}/fbps-$$"
> > -mkdir -p $DIR || exit 1
> > +DIR=`mktemp -dtp /var/tmp fbgs-XXXXXX`
> > +[ -d $DIR ] || exit 1
>
> I think you should use /tmp. /var/tmp is not cleared on reboot.
You are right. I just kept the original location without thinking about
it.
Jan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

