Changeset 3404 in MondoRescue
- Timestamp:
- Aug 6, 2015, 8:10:19 AM (9 years ago)
- Location:
- branches/3.2/mondo/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-archive.c
r3401 r3404 867 867 "no", // parameter #22 (STRING) bootable image ? 868 868 boot_type, // parameter #23 (STRING) 869 M ONDO_LOGFILE // redirect to log file (#24)869 MINDI_RUNFILE // redirect to log file (#24) 870 870 ); 871 871 -
branches/3.2/mondo/src/common/libmondo-fork.c
r3349 r3404 653 653 for (sleep(1); command[0] != '\0'; sleep(1)) { 654 654 if (strstr(cmd,"mindi") != NULL) { 655 pcno = grab_percentage_from_last_line_of_file(MINDI_ LOGFILE);655 pcno = grab_percentage_from_last_line_of_file(MINDI_RUNFILE); 656 656 } else { 657 657 pcno = grab_percentage_from_last_line_of_file(MONDO_LOGFILE); -
branches/3.2/mondo/src/include/my-stuff.h
r3292 r3404 77 77 #define MINDI_CACHE "/"MINDI_CACHE_REL 78 78 #define MINDI_LOGFILE "/var/log/mindi.log" 79 #define MINDI_RUNFILE "/var/log/mindi.run" 79 80 80 81 /**
Note:
See TracChangeset
for help on using the changeset viewer.