Changeset 1165 in MondoRescue
- Timestamp:
- Feb 14, 2007, 9:47:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-tools.c
r1158 r1165 1057 1057 return (0); 1058 1058 } else { 1059 sprintf(command, "grep '%s .*' %s| cut -d' 1059 sprintf(command, "grep '%s .*' %s| cut -d'=' -f2,3,4,5", 1060 1060 label, config_file); 1061 1061 strcpy(value, call_program_and_get_last_line_of_output(command));
Note:
See TracChangeset
for help on using the changeset viewer.