Changeset 622 in MondoRescue


Ignore:
Timestamp:
Jun 3, 2006, 10:21:30 AM (18 years ago)
Author:
bcornec
Message:

Typo in my tree again

File:
1 edited

Legend:

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

    r620 r622  
    12901290    fprintf(fout, "echo \"$ipconf\" | grep -q \"dhcp\"\n");
    12911291    fprintf(fout, "if [ $? = 0 ]; then\n");
    1292     fprintf(fout, "    ipdev=`echo $ipconf | cut -d: -f2`\n");
     1292    fprintf(fout, "    ipdev=`echo $ipconf | cut -d: -f1`\n");
    12931293    fprintf(fout, "    udhcpc -i $ipdev\n");
    12941294    fprintf(fout, "else\n");
Note: See TracChangeset for help on using the changeset viewer.