Changeset 650 in MondoRescue


Ignore:
Timestamp:
Jun 8, 2006, 11:39:14 AM (18 years ago)
Author:
bcornec
Message:

Forget to report a bug fix from stable on udhcpc) + debian sources already in stable are now also here to allow for Debian pkg generation soon

Location:
branches/2.0.8
Files:
22 added
1 edited

Legend:

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

    r621 r650  
    12911291    fprintf(fout, "if [ $? = 0 ]; then\n");
    12921292    fprintf(fout, "    ipdev=`echo $ipconf | cut -d: -f1`\n");
     1293    fprintf(fout, "    udhcpc -i $ipdev\n");
    12931294    fprintf(fout, "else\n");
    12941295    fprintf(fout, "    if [ \"$ipconf\" != \"\" ]; then\n");
Note: See TracChangeset for help on using the changeset viewer.