Ignore:
Timestamp:
Apr 29, 2014, 9:23:09 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (continued)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-stream.c

    r3194 r3271  
    871871        // FIXME
    872872    }
    873     mr_asprintf(tmp, "tar -zxf %s ./tmp/mondo-restore.cfg 2> /dev/null", outfname);
     873    mr_asprintf(tmp, "tar -zxf %s ./tmp/mondorestore.cfg 2> /dev/null", outfname);
    874874    paranoid_system(tmp);
    875875    mr_free(tmp);
    876876
    877     paranoid_system("cp -f tmp/mondo-restore.cfg . 2> /dev/null");
     877    paranoid_system("cp -f tmp/mondorestore.cfg . 2> /dev/null");
    878878    if (chdir(old_cwd)) {
    879879        // FIXME
Note: See TracChangeset for help on using the changeset viewer.