On Sun, Oct 04, 2015 at 02:40:06PM +0200, Enrico Zini wrote:
> I wish there was something like an error message in a case like this.

Yep, your request makes a lot of sense.

Most of the tmp files are created in smd-common:

  gc_mktemp() {
          local tmp=`mktemp -q /tmp/smd.XXXXXXXXXX`
          atexit_rm $tmp
          RC="$tmp"
  }

Patches are welcome ;-)

Best,
-- 
Enrico Tassi

Reply via email to