Ignore:
Timestamp:
May 27, 2014, 5:53:14 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Remove from mindi 2 functions replaced by perl code (ReadAllLink by mr-read-all-link and ProcessLDD by mr-process-ldd)
  • Redirect mindi execution to mondo log on the fly to try to improve percentage display with newt (not finished yet)
  • Introduce a new global var MINDI_LOGFILE and use it everywhere
  • Fix some memory free mising (thanks valgrind)
  • Remove a call to rpm to log packages - not portable
  • Works with valgrind locally to create images in dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3287 r3292  
    4545
    4646FILE *g_fprep = NULL;
    47 extern char *g_mondo_cfg_file;  // where m*ndo-restore.cfg (the config file) is stored
     47extern char *g_mondo_cfg_file;  // where mondorestore.cfg (the config file) is stored
    4848
    4949int g_partition_table_locked_up = 0;
Note: See TracChangeset for help on using the changeset viewer.