Ignore:
Timestamp:
Dec 21, 2005, 2:43:37 AM (18 years ago)
Author:
bcornec
Message:
  • iso-prefix should be read in iso mode even when -H not given (Stan Benoit)
  • prefix is also asked interactively for nfs mode (Bruno Cornec)
  • PACKAGE_VERSION used instead of VERSION for mondo{archive,restore} (Bruno Cornec)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r152 r251  
    10321032                    log_it
    10331033                        ("Re-jigging configuration AGAIN. CD-R, not ISO.");
    1034                 } else {
    1035                     bkpinfo->backup_media_type = iso;
    1036                     if (read_cfg_var(cfg_file, "iso-prefix", value) == 0) {
    1037                             strcpy(bkpinfo->prefix,value);
    1038                     } else {
    1039                             strcpy(bkpinfo->prefix,STD_PREFIX);
    1040                     }
    10411034                }
     1035            if (read_cfg_var(cfg_file, "iso-prefix", value) == 0) {
     1036                    strcpy(bkpinfo->prefix,value);
     1037            } else {
     1038                    strcpy(bkpinfo->prefix,STD_PREFIX);
    10421039            }
    10431040        } else if (!strcmp(value, "nfs")) {
Note: See TracChangeset for help on using the changeset viewer.