Changeset 3191 in MondoRescue for branches/3.2/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Sep 25, 2013, 8:55:45 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Lots of memory management backports from 3.1 to 3.2 - still not finished, nor working ATM. the common subdir was done during travel, so this is essentially a backup !
File:
1 edited

Legend:

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

    r3138 r3191  
    7777 * The location where mindi media images are stored.
    7878 */
    79 #define MINDI_CACHE "/var/cache/mindi"
     79#define MINDI_CACHE_REL "var/cache/mindi"   /* Should be coherent with mindi */
     80#define MINDI_CACHE "/"MINDI_CACHE_REL
    8081
    8182/**
     
    8889 */
    8990#define MDSTAT_FILE "/proc/mdstat"
     91
     92#ifdef __FreeBSD__
     93#define CMDLINE "/tmp/cmdline"
     94#else
     95// Default Linux
     96#define CMDLINE "/proc/cmdline"
     97#endif
    9098
    9199#undef assert
Note: See TracChangeset for help on using the changeset viewer.