Changeset 194 in MondoRescue


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

merge -r191:193 $SVN_M/branches/2.05

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mindi/README.ia64

    r30 r194  
    88
    99mv /sbin/fdisk /usr/local/bin/fdisk
    10 ln -sf /usr/share/mindi/parted2fdisk.pl /sbin/fdisk
     10ln -sf /sbin/parted2fdisk.pl /sbin/fdisk
    1111Verify that /usr/local/bin is in your path or add it.
    1212
  • 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.