Ignore:
Timestamp:
Apr 9, 2008, 12:05:24 AM (16 years ago)
Author:
Bruno Cornec
Message:

mindi simplification, by not managing multiple data disks anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/mondorestore/mondo-restore.c

    r1885 r1902  
    29612961    make_hole_for_dir(MONDO_CACHE);
    29622962
    2963 /* Backup original mountlist.txt */
     2963    /* Backup original mountlist.txt */
    29642964    sprintf(tmp, "%s.orig", g_mountlist_fname);
    29652965    if (!does_file_exist(g_mountlist_fname)) {
     
    29732973    }
    29742974
    2975 /* Init directories */
     2975    /* Init directories */
    29762976    make_hole_for_dir("/var/log");
    29772977    make_hole_for_dir("/tmp/tmpfs");    /* just in case... */
     
    29842984    run_program_and_log_output("rm -Rf /tmp/tmpfs/mondo.tmp.*", FALSE);
    29852985
    2986 /* Init GUI */
     2986    /* Init GUI */
    29872987    malloc_libmondo_global_strings();
    29882988    setup_newt_stuff();         /* call newtInit and setup screen log */
     
    29962996    iamhere("what time is it");
    29972997
    2998 /* Process command-line parameters */
     2998    /* Process command-line parameters */
    29992999    if (argc == 2 && strcmp(argv[1], "--edit-mountlist") == 0) {
    30003000#ifdef __FreeBSD__
Note: See TracChangeset for help on using the changeset viewer.