Changeset 619 in MondoRescue for branches/stable/mondo


Ignore:
Timestamp:
Jun 3, 2006, 4:20:46 AM (18 years ago)
Author:
andree
Message:

Fixed trivial syntax error in store_nfs_config().

File:
1 edited

Legend:

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

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