Changeset 1239 in MondoRescue
- Timestamp:
- Mar 12, 2007, 1:37:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondorestore.c
r1213 r1239 888 888 if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) { 889 889 mr_msg(2, 890 "I probably don't need to unmount or eject the CD-ROM but I'm doing it anyway."); 890 "Tape : I don't need to unmount or eject the CD-ROM."); 891 } else { 892 run_program_and_log_output("umount " MNT_CDROM, FALSE); 893 if (!bkpinfo->please_dont_eject) { 894 eject_device(bkpinfo->media_device); 895 } 891 896 } 892 897 run_program_and_log_output("umount " MNT_CDROM, FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.