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


Ignore:
Timestamp:
Apr 18, 2008, 1:41:41 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1902:1923 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

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

    r1770 r1924  
    1818#define MINDI_CACHE "/var/cache/mindi"
    1919#define MONDORESTORECFG MONDO_CACHE"/mondo-restore.cfg"
     20
    2021/**
    2122 * The mondo-restore.cfg stub (appended to the directory where all.tar.gz was unpacked).
    2223 */
    23 #define MONDO_CFG_FILE_STUB "tmp/mondo-restore.cfg"
    24 
    25 
     24#define MONDO_CFG_FILE_STUB "./tmp/mondo-restore.cfg"
    2625
    2726/**
     
    7675 * The biggielist stub (appended to the directory where all.tar.gz was unpacked).
    7776 */
    78 #define BIGGIELIST_TXT_STUB "tmp/biggielist.txt"
     77#define BIGGIELIST_TXT_STUB "./tmp/biggielist.txt"
    7978
    8079/**
    8180 * The filelist stub (appended to the directory where all.tar.gz was unpacked).
    8281 */
    83 #define FILELIST_FULL_STUB "tmp/filelist.full.gz"
     82#define FILELIST_FULL_STUB "./tmp/filelist.full.gz"
    8483
    8584/**
    8685 * The mountlist stub (appended to the directory where all.tar.gz was unpacked).
    8786 */
    88 #define MOUNTLIST_FNAME_STUB "tmp/mountlist.txt"
     87#define MOUNTLIST_FNAME_STUB "./tmp/mountlist.txt"
     88
     89/**
     90 * The mondo-restore.cfg stub (appended to the directory where all.tar.gz was unpacked).
     91 */
     92#define MONDO_CFG_FILE_STUB "./tmp/mondo-restore.cfg"
    8993
    9094/**
Note: See TracChangeset for help on using the changeset viewer.