Ignore:
Timestamp:
Aug 18, 2009, 3:33:19 PM (15 years ago)
Author:
Bruno Cornec
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-tools.c

    r2331 r2332  
    956956            ("ln -sf `which mkfs.msdos` /sbin/mkfs.vfat", FALSE);
    957957    }
    958     mr_asprintf(tmp, "%s", call_program_and_get_last_line_of_output ("free | grep Mem | head -n1 | tr -s ' ' '\t' | cut -f2"));
     958    mr_asprintf(tmp, "%s", call_program_and_get_last_line_of_output("free | grep Mem | head -n1 | tr -s ' ' '\t' | cut -f2"));
    959959    if (atol(tmp) < 35000) {
    960960        retval++;
     
    11121112        log_to_screen("(read_cfg_var) Cannot find %s config file", config_file);
    11131113        return (NULL);
    1114         /* BERLIOS: not sure the sage of this one ?
     1114        /* BERLIOS: not sure the usage of this one ?
    11151115    } else if ((value != NULL) && (strstr(value, "/dev/") && strstr(value, "t0") && !strcmp(label, "media-dev"))) {
    11161116        log_msg(2, "FYI, I can't read new value for %s - already got %s", label, value);
Note: See TracChangeset for help on using the changeset viewer.