Changeset 3430 in MondoRescue for branches/3.2/mondo/src/mondorestore


Ignore:
Timestamp:
Aug 27, 2015, 10:57:37 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • use the keyword TODO (yellow in vim) to indicate code to review instead of BCO|BERLIOS
Location:
branches/3.2/mondo/src/mondorestore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3398 r3430  
    15891589mr_asprintf(program, "mr-parted2fdisk %s >> %s 2>> %s", drive, MONDO_LOGFILE, MONDO_LOGFILE);
    15901590
    1591 /* BERLIOS: should not be called each time */
     1591/* TODO: should not be called each time */
    15921592part_table_fmt = which_partition_format(drive);
    15931593mr_asprintf(output, "");
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3397 r3430  
    834834}
    835835
    836 /* BCO: Read here the boot_* variables */
     836/* TODO: Read here the boot_* variables */
    837837read_cfg_var(cfg_file, "boot-type", value);
    838838if (!strcmp(value, "BIOS")) {
     
    20102010        skip_obdr();
    20112011    } else {
    2012         // BCO: below 32KB seems to block at least on RHAS 2.1 and MDK 10.0
     2012        // TODO: below 32KB seems to block at least on RHAS 2.1 and MDK 10.0
    20132013        set_tape_block_size_with_mt(bkpinfo->internal_tape_block_size);
    20142014    }
  • branches/3.2/mondo/src/mondorestore/mondorestore.c

    r3380 r3430  
    27042704        toggle_node_selection(filelist, FALSE);
    27052705        toggle_all_root_dirs_on(filelist);
    2706         // BERLIOS: /usr/lib ???
     2706        // TODO: /usr/lib ???
    27072707        toggle_path_selection(filelist, "/usr/share", TRUE);
    27082708        save_filelist(filelist, "/tmp/out.txt");
     
    28392839        log_it("Returned from calling load_mountlist and load_raidtab successfully");
    28402840
    2841         // BCO:To be reviewed
     2841        // TODO:To be reviewed
    28422842        if ((bkpinfo->restore_mode == compare) || (bkpinfo->restore_mode == nuke)) {
    28432843            if ((bkpinfo->backup_media_type == netfs) && bkpinfo->netfs_mount && !is_this_device_mounted(bkpinfo->netfs_mount)) {
Note: See TracChangeset for help on using the changeset viewer.