Changeset 1165 in MondoRescue for branches


Ignore:
Timestamp:
Feb 14, 2007, 9:47:08 PM (17 years ago)
Author:
Bruno Cornec
Message:

Complementary fx from M. Loiseleur for the change of format of the conf files.

File:
1 edited

Legend:

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

    r1158 r1165  
    10571057        return (0);
    10581058    } else {
    1059         sprintf(command, "grep '%s .*' %s| cut -d' ' -f2,3,4,5",
     1059        sprintf(command, "grep '%s .*' %s| cut -d'=' -f2,3,4,5",
    10601060                label, config_file);
    10611061        strcpy(value, call_program_and_get_last_line_of_output(command));
Note: See TracChangeset for help on using the changeset viewer.