Changeset 194 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
Dec 13, 2005, 4:40:52 PM (18 years ago)
Author:
bcornec
Message:

merge -r191:193 $SVN_M/branches/2.05

File:
1 edited

Legend:

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

    r171 r194  
    10791079
    10801080    asprintf(&command,
    1081             "route | egrep '^default' | awk '{printf $2}'");
     1081            "route -n | grep '^0.0.0.0' | awk '{printf $2}'");
    10821082    asprintf(&nfs_client_defgw,
    10831083           call_program_and_get_last_line_of_output(command));
Note: See TracChangeset for help on using the changeset viewer.