Ignore:
Timestamp:
May 12, 2006, 1:21:13 AM (18 years ago)
Author:
bcornec
Message:

Fix a bug in rpm generation
Adds mondo conf file
Remove useless mondo-makefilelist
Rudimentary Script for the test env.
Preparation of the separation of log_msg function in a standalone file
Pass sysconfdir variable from configure system to mondoarchive to find conf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/common/libmondo-conf.c

    r531 r532  
    4848/*setting flags*/
    4949#define MRCONF_FLAG_VERBOSE         0x1
    50 #define MRCONF_FLAG_ERROR_EXIT      0x2
    5150
    5251/*All strings of the library are here*/
     
    391390        }
    392391    }
    393 
    394     /* if the flag is set to ERROR_EXIT then any error leads to halt */
    395     if (mrconf_flags & MRCONF_FLAG_ERROR_EXIT) {
    396         if (mrconf_check_int_flag(MRCONF_INTFLAG_OPEN))
    397             mrconf_close();
    398         log_msg(4, "%s\n", MRCONF_STR_HALT);
    399         exit(error_code);
    400     }
    401 }
    402 
    403 
     392}
Note: See TracChangeset for help on using the changeset viewer.