[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 86090] kmail virus scan not working
From:       Andreas Gungl <andreas.gungl () osp-dd ! de>
Date:       2004-07-27 14:37:18
Message-ID: 20040727143718.22067.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
      
http://bugs.kde.org/show_bug.cgi?id=86090      




------- Additional Comments From andreas.gungl osp-dd de  2004-07-27 16:37 -------
Well, one solution is to replace the line 

export TEMPFILE=`mktemp`

by the following lines which care for the older version:

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

Of course we could as well replace the original line with 
export TEMPFILE=`mktemp /tmp/kmail.XXXXXX`
which should work with both versions and is more compact.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic