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/newt-specific.c

    r1713 r1747  
    433433
    434434        printf("---FATALERROR--- %s\n", error_string);
    435         sprintf(command, "gzip -9c %s > %s/MA.log.gz 2> /dev/null", MONDO_LOGFILE, MINDI_CACHE);
     435        sprintf(command, "gzip -9c %s > %s/MA.log.gz 2> /dev/null", MONDO_LOGFILE, MONDO_CACHE);
    436436        system(command);
    437437        printf
     
    441441                ("The list's members can help you, if you attach that file to your e-mail.\n");
    442442        printf("Log file: %s\n", MONDO_LOGFILE);
    443         if (does_file_exist(MINDI_CACHE"/MA.log.gz")) {
    444             printf("FYI, I have gzipped the log and saved it to "MINDI_CACHE"/MA.log.gz.\n");
     443        if (does_file_exist(MONDO_CACHE"/MA.log.gz")) {
     444            printf("FYI, I have gzipped the log and saved it to "MONDO_CACHE"/MA.log.gz.\n");
    445445        }
    446446        printf("Mondo has aborted.\n");
Note: See TracChangeset for help on using the changeset viewer.