Changeset 254 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
Dec 21, 2005, 9:42:16 AM (18 years ago)
Author:
bcornec
Message:

merge -r251:253 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r252 r254  
    10091009                                               MNT_CDROM, 1);
    10101010                }
    1011                 if (does_file_exist(MNT_CDROM "/archives/filelist.0"))
    1012 // End patch
    1013                 {
     1011                if (does_file_exist(MNT_CDROM "/archives/filelist.0")) {
    10141012                    bkpinfo->backup_media_type = cdr;
    10151013                    run_program_and_log_output("umount " MNT_CDROM, 1);
     
    10171015                        ("Re-jigging configuration AGAIN. CD-R, not ISO.");
    10181016                }
     1017            }
    10191018            if (read_cfg_var(cfg_file, "iso-prefix", value) == 0) {
    10201019                    strcpy(bkpinfo->prefix,value);
Note: See TracChangeset for help on using the changeset viewer.