Changeset 1000 in MondoRescue
- Timestamp:
- Dec 8, 2006, 5:00:21 PM (18 years ago)
- Location:
- trunk/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/common/libmondo-devices.c
r979 r1000 2061 2061 log_it("bkpinfo->scratchdir is being set to %s", bkpinfo->scratchdir); 2062 2062 2063 mr_asprintf(&g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,2064 bkpinfo->scratchdir);2065 2066 2063 mr_asprintf(&command, "rm -Rf %s/mondo.tmp.* %s/mondo.scratch.*", tmp, tmp); 2067 2064 mr_free(tmp); -
trunk/mondo/src/common/libmondo-tools.c
r914 r1000 1239 1239 { 1240 1240 if (mal) { 1241 /* 1241 1242 iamhere("Malloc'ing globals"); 1243 */ 1242 1244 g_erase_tmpdir_and_scratchdir = NULL; 1243 1245 malloc_string(g_serial_string);
Note:
See TracChangeset
for help on using the changeset viewer.