Changeset 1213 in MondoRescue for branches/stable/mondo/src/mondorestore
- Timestamp:
- Feb 26, 2007, 2:04:43 PM (18 years ago)
- Location:
- branches/stable/mondo/src/mondorestore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondo-restore-EXT.h
r1200 r1213 22 22 extern char *g_mondo_cfg_file; 23 23 extern char *g_mountlist_fname; 24 extern char *g_mondo_home;25 24 26 25 -
branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c
r1196 r1213 38 38 extern char *g_mondo_cfg_file; // where m*ndo-restore.cfg (the config file) is stored 39 39 extern char *g_mountlist_fname; // where mountlist.txt (the mountlist file) is stored 40 extern char *g_mondo_home; // homedir of Mondo; usually /usr/local/share/mondo41 40 42 41 extern t_bkptype g_backup_media_type; … … 64 63 mr_free(g_mondo_cfg_file); 65 64 mr_free(g_mountlist_fname); 66 mr_free(g_mondo_home);67 65 mr_free(g_tmpfs_mountpt); 68 66 mr_free(g_isodir_device); … … 1938 1936 malloc_string(g_mondo_cfg_file); 1939 1937 malloc_string(g_mountlist_fname); 1940 malloc_string(g_mondo_home);1941 1938 malloc_string(g_tmpfs_mountpt); 1942 1939 malloc_string(g_isodir_device); -
branches/stable/mondo/src/mondorestore/mondorestore.c
r1212 r1213 2778 2778 malloc_libmondo_global_strings(); 2779 2779 2780 strcpy(g_mondo_home,2781 call_program_and_get_last_line_of_output("which mondorestore"));2782 2780 sprintf(g_tmpfs_mountpt, "/tmp/tmpfs"); 2783 2781 make_hole_for_dir(g_tmpfs_mountpt);
Note:
See TracChangeset
for help on using the changeset viewer.