Changeset 3466 in MondoRescue for branches


Ignore:
Timestamp:
Sep 11, 2015, 1:02:39 PM (9 years ago)
Author:
Bruno Cornec
Message:

( Remove temporary log file for mindi before needing it (constant file name)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3464 r3466  
    3131#include <sys/ipc.h>
    3232#include <stdarg.h>
     33#include <unistd.h>
    3334#define DVDRWFORMAT 1
    3435
     
    778779    update_evalcall_form(3);
    779780
     781    unlink(MINDI_RUNFILE);
    780782    mr_asprintf(command, "mindi %s --custom %s %s/images '%s' '%s' '%s' '%ld' '%s' '%s' '%s' '%s' '%s' '%ld' '%s' '%s' '%s' '%s' '%ld' '%d' '%s' '%s' '%s' '%s' 2>&1 >> %s",
    781783            //          1           2   3          4   5    6     7     8    9   10   11   12   13    14   15   16   17   18    19   20   21  22    23         24
Note: See TracChangeset for help on using the changeset viewer.