Changeset 622


Ignore:
Timestamp:
06/03/06 10:21:30 (7 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.