Ignore:
Timestamp:
12/04/2006 20:52:47 (5 years ago)
Author:
ccowart
Message:

Created the ChangeLog? and added some sanity checks for compatible
configuration file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confmancommon.sh

    r122 r124  
    4545fi 
    4646 
     47if [ -z "$REPO_DB" ] || [ -z "$CONF_EXPORT_FILE" ] \ 
     48    || [ -z "$CONF_EXPORT_URI" ] || [ -z "$CONF_GROUP" ] ; then 
     49    echo "$GCONF is out-of-date. Please see the ChangeLog" >&2 
     50fi 
     51 
    4752# Now, we source the library 
    4853if [ -f $REPO_LIBRARY ] ; then 
Note: See TracChangeset for help on using the changeset viewer.