Ignore:
Timestamp:
Jul 26, 2007, 2:12:40 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Improve mr_conf functions loging with conf file filename printed
  • MINDI_CONF_DIR depends on MONDO_CONF_DIR (just a bit better)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondoarchive.c

    r1554 r1571  
    344344    /* Get content of mindi conf file now to finish structure initialization */
    345345/* Tempo Hack */
    346 #define MINDI_CONF_DIR "/etc/mindi"
     346#define MINDI_CONF_DIR MONDO_CONF_DIR"/../mindi"
    347347    if (mr_conf_open(MINDI_CONF_DIR"/mindi.conf.dist") != 0) {
    348348            mr_log_exit(-1, "Unable to open "MINDI_CONF_DIR"/mindi.conf.dist");
Note: See TracChangeset for help on using the changeset viewer.