Changeset 2373 in MondoRescue
- Timestamp:
- Sep 8, 2009, 1:55:31 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/mondorestore/mondorestore.c
r2350 r2373 469 469 read_cfg_file_into_bkpinfo(g_mondo_cfg_file); 470 470 log_it("Done loading config file; resizing ML"); 471 if (bkpinfo->backup_media_type == nfs) {472 strcpy(tmp, bkpinfo->prefix);473 if (popup_and_get_string474 ("Prefix", "Prefix of your ISO images ?", tmp, MAX_STR_LEN / 4)) {475 strcpy(bkpinfo->prefix, tmp);476 log_msg(1, "Prefix set to %s",bkpinfo->prefix);477 }478 }479 471 480 472 #ifdef __FreeBSD__
Note:
See TracChangeset
for help on using the changeset viewer.