Changeset 1902 in MondoRescue for branches/2.2.6/mondo/src/mondorestore
- Timestamp:
- Apr 9, 2008, 12:05:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/mondorestore/mondo-restore.c
r1885 r1902 2961 2961 make_hole_for_dir(MONDO_CACHE); 2962 2962 2963 /* Backup original mountlist.txt */2963 /* Backup original mountlist.txt */ 2964 2964 sprintf(tmp, "%s.orig", g_mountlist_fname); 2965 2965 if (!does_file_exist(g_mountlist_fname)) { … … 2973 2973 } 2974 2974 2975 /* Init directories */2975 /* Init directories */ 2976 2976 make_hole_for_dir("/var/log"); 2977 2977 make_hole_for_dir("/tmp/tmpfs"); /* just in case... */ … … 2984 2984 run_program_and_log_output("rm -Rf /tmp/tmpfs/mondo.tmp.*", FALSE); 2985 2985 2986 /* Init GUI */2986 /* Init GUI */ 2987 2987 malloc_libmondo_global_strings(); 2988 2988 setup_newt_stuff(); /* call newtInit and setup screen log */ … … 2996 2996 iamhere("what time is it"); 2997 2997 2998 /* Process command-line parameters */2998 /* Process command-line parameters */ 2999 2999 if (argc == 2 && strcmp(argv[1], "--edit-mountlist") == 0) { 3000 3000 #ifdef __FreeBSD__
Note:
See TracChangeset
for help on using the changeset viewer.