On Monday, 4. April 2005 17:50, Michael Nottebrock wrote:
> On Monday, 4. April 2005 17:37, Aaron Siegel wrote:
> > Hello
> >
> > I am receiving a mktemp usage error every time I run my filters in kmail.
>
> What's the error exactly?

I've looked at the scripts and it seems that they try to use a shorthand-usage 
of mktemp which is possible on some UNIX variants first:

TEMPFILE=`mktemp`

And if that fails (which it does on FreeBSD, which is the error you're 
seeing), it tries the long form, which succeeds:

if [ $? ] ; then
    TEMPFILE=`mktemp /tmp/kmail.XXXXXX`
fi

So it looks to me that this error can be safely ignored. Or does it cause 
trouble for you other than appearing in some log?

-- 
   ,_,   | Michael Nottebrock               | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

Attachment: pgpumFaU7cbdr.pgp
Description: PGP signature

_______________________________________________
kde-freebsd mailing list
[email protected]
http://freebsd.kde.org/mailman/listinfo/kde-freebsd

Reply via email to