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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3423 r3430  
    502502    char *cd_recovery_sz = NULL;
    503503    char *tape_size_sz = NULL;
    504     char *use_lilo_sz = NULL;   /* BCO: shared between LILO/ELILO */
     504    char *use_lilo_sz = NULL;   /* TODO: shared between LILO/ELILO */
    505505    char *value = NULL;
    506506    char *bootdev = NULL;
     
    690690    } else if (bkpinfo->boot_loader == 'E') {
    691691        mr_asprintf(bootldr_str, "ELILO");
    692         /* BCO: fix it for Debian, Mageia, ... */
     692        /* TODO: fix it for Debian, Mageia, ... */
    693693        if (!does_file_exist("/etc/elilo.conf") && does_file_exist("/boot/efi/efi/redhat/elilo.conf")) {
    694694            run_program_and_log_output("ln -sf /boot/efi/efi/redhat/elilo.conf /etc/elilo.conf", 5);
     
    891891    log_msg(2, command);
    892892
    893     // BCO old call :
     893    // TODO old call :
    894894    //res = run_program_and_log_output(command, FALSE);
    895895    log_msg(1, "Call to mindi");
     
    20182018                    log_msg(2, "CHILD - fip - calling feed_into_ntfsprog(%s, %s)", bigfile_fname, sz_devfile);
    20192019                    res = feed_into_ntfsprog(bigfile_fname, sz_devfile);
    2020                     /* BCO/BERLIOS Does the child need to unalocate memory as well ?
     2020                    /* TODO: Does the child need to unalocate memory as well ?
    20212021                    mr_free(bigfile_fname);
    20222022                    mr_free(sz_devfile);
Note: See TracChangeset for help on using the changeset viewer.