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

Grumph typo :-(

File:
1 edited

Legend:

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

    r620 r621  
    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");
    1293     fprintf(fout, "    udhcpc -i $ipdev\n");
     1292    fprintf(fout, "    ipdev=`echo $ipconf | cut -d: -f1`\n");
    12941293    fprintf(fout, "else\n");
    12951294    fprintf(fout, "    if [ \"$ipconf\" != \"\" ]; then\n");
Note: See TracChangeset for help on using the changeset viewer.