Changeset 1659 in MondoRescue for branches/2.2.5/mondo/src/mondoarchive
- Timestamp:
- Sep 25, 2007, 3:09:52 AM (18 years ago)
- Location:
- branches/2.2.5/mondo/src/mondoarchive
- Files:
-
- 2 edited
-
main.c (modified) (1 diff)
-
mondo-cli.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
