Ignore:
Timestamp:
Feb 3, 2012, 2:12:47 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Adds grub2 support (Michael Caerwyn mcaerwyn_at_gmail.com)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/common/libmondo-mountlist.c

    r2918 r2944  
    949949    }
    950950    paranoid_fclose(fout);
     951    if (!(fout = fopen(MONDO_MNTLISTCHG, "w"))) {
     952        log_OS_error("WMTD - Cannot openout "MONDO_MNTLISTCHG);
     953        return (1);
     954    }
     955    fprintf(fout, "the mountlist was changed by mondorestore\n");
     956    paranoid_fclose(fout);
    951957    return (0);
    952958}
Note: See TracChangeset for help on using the changeset viewer.