- Timestamp:
- Dec 21, 2005, 9:42:16 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/mondo/mondorestore/mondo-rstr-tools.c
r252 r254 1009 1009 MNT_CDROM, 1); 1010 1010 } 1011 if (does_file_exist(MNT_CDROM "/archives/filelist.0")) 1012 // End patch 1013 { 1011 if (does_file_exist(MNT_CDROM "/archives/filelist.0")) { 1014 1012 bkpinfo->backup_media_type = cdr; 1015 1013 run_program_and_log_output("umount " MNT_CDROM, 1); … … 1017 1015 ("Re-jigging configuration AGAIN. CD-R, not ISO."); 1018 1016 } 1017 } 1019 1018 if (read_cfg_var(cfg_file, "iso-prefix", value) == 0) { 1020 1019 strcpy(bkpinfo->prefix,value);
Note:
See TracChangeset
for help on using the changeset viewer.