Ignore:
Timestamp:
Sep 9, 2007, 3:14:36 AM (17 years ago)
Author:
Bruno Cornec
Message:

prefix is also now read from conf file

File:
1 edited

Legend:

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

    r1627 r1628  
    721721        strcpy(bkpinfo->isodir, "/var/cache/mondo/iso");
    722722    }
    723     strcpy(bkpinfo->prefix, STD_PREFIX);
     723    mr_asprintf(&tmp,mr_conf->prefix);
     724    bkpinfo->prefix = tmp;
    724725
    725726    bkpinfo->scratchdir[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.