Changeset 1158 in MondoRescue for branches/stable/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Feb 14, 2007, 2:32:50 AM (17 years ago)
Author:
Bruno Cornec
Message:

WARNING: Interface change for mondo-restore.cfg: the delimiter between the variable name and its value is now a = (was a ' ')
This change will allow the introduction of the new mr_conf functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/my-stuff.h

    r1144 r1158  
    1717#define MONDO_CACHE "/var/cache/mondo"
    1818#define MONDORESTORECFG MONDO_CACHE"/mondo-restore.cfg"
     19/**
     20 * The mondo-restore.cfg stub (appended to the directory where all.tar.gz was unpacked).
     21 */
     22#define MONDO_CFG_FILE_STUB "tmp/mondo-restore.cfg"
     23
    1924
    2025
     
    9196 */
    9297#define MOUNTLIST_FNAME_STUB "tmp/mountlist.txt"
    93 
    94 /**
    95  * The mondo-restore.cfg stub (appended to the directory where all.tar.gz was unpacked).
    96  */
    97 #define MONDO_CFG_FILE_STUB "tmp/mondo-restore.cfg"
    9898
    9999/**
Note: See TracChangeset for help on using the changeset viewer.