Changeset 226 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
Dec 15, 2005, 2:58:31 PM (18 years ago)
Author:
bcornec
Message:

merge -r218:225 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-files.c

    r197 r226  
    10841084           call_program_and_get_last_line_of_output(command));
    10851085    sprintf(command,
    1086             "route -n | grep '^0.0.0.0' | awk '{printf $2}'");
     1086            "route -n | grep '^0.0.0.0' | awk '{print $2}'");
    10871087    asprintf(&nfs_client_defgw,
    10881088           call_program_and_get_last_line_of_output(command));
Note: See TracChangeset for help on using the changeset viewer.