Changeset 804 in MondoRescue


Ignore:
Timestamp:
Sep 22, 2006, 7:28:09 PM (18 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix #6

Location:
branches/stable/mondo/mondo
Files:
2 edited

Legend:

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

    r787 r804  
    22242224                    bkpinfo->media_size[i] = atoi(sz_size);
    22252225                }
    2226                 if (!popup_and_get_string
    2227                     ("Prefix.",
    2228                      "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
    2229                      bkpinfo->prefix, MAX_STR_LEN / 4)) {
    2230                     log_to_screen("User has chosen not to backup the PC");
    2231                     finish(1);
    2232                 }
    2233                 log_msg(3, "prefix set to %s", bkpinfo->prefix);
    22342226            } else {
    22352227                for (i = 0; i <= MAX_NOOF_MEDIA; i++) {
     
    22382230            }
    22392231        }
     2232        if (!popup_and_get_string
     2233            ("Prefix.",
     2234             "Please enter the prefix that will be prepended to your ISO filename.  Example: machine1 to obtain machine1-[1-9]*.iso files",
     2235             bkpinfo->prefix, MAX_STR_LEN / 4)) {
     2236            log_to_screen("User has chosen not to backup the PC");
     2237            finish(1);
     2238        }
     2239        log_msg(3, "prefix set to %s", bkpinfo->prefix);
    22402240        break;
    22412241    default:
  • branches/stable/mondo/mondo/mondorestore/mondo-restore.c

    r792 r804  
    34643464        paranoid_MR_finish(retval);
    34653465    } else {
    3466 /* Disaster recovery mode (must be) */
     3466        /* Disaster recovery mode (must be) */
    34673467        log_msg(1, "I must be in disaster recovery mode.");
    34683468        log_msg(2, "FYI, MOUNTLIST_FNAME = %s ", g_mountlist_fname);
Note: See TracChangeset for help on using the changeset viewer.