Changeset 2539 in MondoRescue for devel/mr/lib/MondoRescue/Base.pm


Ignore:
Timestamp:
Jan 9, 2010, 4:40:49 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3573@localhost: bruno | 2010-01-08 00:15:20 +0100
Trying to improve the split of code between mr and mindi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/mr/lib/MondoRescue/Base.pm

    r2538 r2539  
    5959}
    6060
    61 pb_conf_init();
     61# Get the various location determined at installation time
     62my ($confdir,$localdir,$pbproj) = mr_dyn_conf();
     63
     64# First use the main configuration file
     65pb_conf_add("$confdir/$pbproj/$pbproj.conf");
    6266}
     67
    6368=item B<mr_exit>
    6469
Note: See TracChangeset for help on using the changeset viewer.