Changeset 619 in MondoRescue
- Timestamp:
- Jun 3, 2006, 4:20:46 AM (19 years ago)
- Location:
- branches
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mondo/mondo/common/libmondo-files.c
r611 r619 1291 1291 fprintf(fout, "if [ $? = 0 ]; then\n"); 1292 1292 fprintf(fout, " ipdev=`echo $ipconf | cut -d: -f1`\n"); 1293 fprintf(fout, " udhcpc -i $ipdev\n" ,);1293 fprintf(fout, " udhcpc -i $ipdev\n"); 1294 1294 fprintf(fout, "else\n"); 1295 1295 fprintf(fout, " if [ \"$ipconf\" != \"\" ]; then\n"); -
branches/stable/mondo/mondo/common/libmondo-files.c
r610 r619 1291 1291 fprintf(fout, "if [ $? = 0 ]; then\n"); 1292 1292 fprintf(fout, " ipdev=`echo $ipconf | cut -d: -f1`\n"); 1293 fprintf(fout, " udhcpc -i $ipdev\n" ,);1293 fprintf(fout, " udhcpc -i $ipdev\n"); 1294 1294 fprintf(fout, "else\n"); 1295 1295 fprintf(fout, " if [ \"$ipconf\" != \"\" ]; then\n");
Note:
See TracChangeset
for help on using the changeset viewer.