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-devices.c

    r3263 r3271  
    23272327                paranoid_fclose(fin);
    23282328            } else {
    2329                 if (does_file_exist("/tmp/mondo-restore.cfg")) {
    2330                     read_cfg_var("/tmp/mondo-restore.cfg", "media-dev", bkpinfo->media_device);
     2329                if (does_file_exist("/tmp/mondorestore.cfg")) {
     2330                    read_cfg_var("/tmp/mondorestore.cfg", "media-dev", bkpinfo->media_device);
    23312331                }
    23322332            }
Note: See TracChangeset for help on using the changeset viewer.