Changeset 3192 in MondoRescue for branches/3.0/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Sep 25, 2013, 9:03:25 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • revert r3188 & r3189 as I started to work on branch 3.0 before deciding it was much better to do it in 3.2. This will allow some small maintenance work on 3.0 if needed, while pushing all the rest to 3.2 and providing early access to it.
File:
1 edited

Legend:

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

    r3189 r3192  
    7777 * The location where mindi media images are stored.
    7878 */
    79 #define MINDI_CACHE_REL "var/cache/mindi"   /* Should be coherent with mindi */
    80 #define MINDI_CACHE "/"MINDI_CACHE_REL
     79#define MINDI_CACHE "/var/cache/mindi"
    8180
    8281/**
     
    8988 */
    9089#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
    9890
    9991#undef assert
Note: See TracChangeset for help on using the changeset viewer.