- Timestamp:
- Sep 25, 2007, 3:09:52 AM (18 years ago)
- Location:
- branches/2.2.5/mondo/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mondo/src/common/libmondo-devices.c
r1656 r1659 2540 2540 log_it("bkpinfo->scratchdir is being set to %s", bkpinfo->scratchdir); 2541 2541 2542 sprintf(g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,2543 bkpinfo->scratchdir);2544 2545 2542 sprintf(command, "rm -Rf %s/tmp.mondo.* %s/mondo.scratch.*", tmp, tmp); 2546 2543 paranoid_system(command); -
branches/2.2.5/mondo/src/mondoarchive/main.c
r1652 r1659 540 540 system(g_erase_tmpdir_and_scratchdir); 541 541 542 /* assemble com and string for deletion of Mondo's tmp directory */542 /* assemble command string for deletion of Mondo's tmp directory */ 543 543 sprintf(tmp, "rm -Rf %s", bkpinfo->tmpdir); 544 544 -
branches/2.2.5/mondo/src/mondoarchive/mondo-cli.c
r1656 r1659 173 173 extern bool g_skip_floppies; ///< Whether to skip the creation of boot disks 174 174 extern char g_startdir[MAX_STR_LEN]; ///< ????? @bug ????? 175 extern char g_erase_tmpdir_and_scratchdir[MAX_STR_LEN];176 175 extern char g_tmpfs_mountpt[MAX_STR_LEN]; 177 176 extern bool g_sigpipe;
Note:
See TracChangeset
for help on using the changeset viewer.