Ignore:
Timestamp:
May 17, 2008, 1:29:54 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1923:1938 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-devices.c

    r1924 r1939  
    15671567    bkpinfo->nonbootable_backup = FALSE;
    15681568
    1569 // Tape, CD, NFS, ...?
     1569    // Tape, CD, NFS, ...?
    15701570    srandom(getpid());
    15711571    bkpinfo->backup_media_type =
     
    15761576        finish(1);
    15771577    }
     1578    /* Why asking to remove the media with tape ?
    15781579    if (bkpinfo->backup_media_type == tape && bkpinfo->restore_data) {
    15791580        popup_and_OK(_("Please remove media from drive"));
    15801581    }
     1582    */
    15811583    mr_msg(3, "media type = %s",
    15821584            bkptype_to_string(bkpinfo->backup_media_type));
     
    15881590    mvaddstr_and_log_it(2, 0, " ");
    15891591
    1590 // Find device's /dev (or SCSI) entry
     1592    // Find device's /dev (or SCSI) entry
    15911593    switch (bkpinfo->backup_media_type) {
    15921594    case cdr:
Note: See TracChangeset for help on using the changeset viewer.