Ignore:
Timestamp:
Oct 30, 2007, 1:18:55 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Solve problem on tmpfs in restore init (Problem of inexistant symlink and busybox)
  • Create MONDO_CACHE and use it everywhere + creation at start
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-verify.c

    r1711 r1747  
    13251325    if (diffs > 0) {
    13261326        sprintf(tmp, "cp -f %s %s/changed.files", changed_files_fname,
    1327                 MINDI_CACHE);
     1327                MONDO_CACHE);
    13281328        run_program_and_log_output(tmp, FALSE);
    13291329        sprintf(tmp,
    13301330                "%ld files differed from live filesystem; type less %s or less %s/changed.files to see",
    1331                 diffs, changed_files_fname, MINDI_CACHE);
     1331                diffs, changed_files_fname, MONDO_CACHE);
    13321332        log_msg(0, tmp);
    1333         log_to_screen("See "MINDI_CACHE"/changed.files for a list of nonmatching files.");
     1333        log_to_screen("See "MONDO_CACHE"/changed.files for a list of nonmatching files.");
    13341334        log_to_screen("The files probably changed on filesystem, not on backup media.");
    13351335        //      retval++;
Note: See TracChangeset for help on using the changeset viewer.