Changeset 232a860 for common


Ignore:
Timestamp:
03/28/2006 09:04:44 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
cc82e37
Parents:
769a219
Message:

Fixed in part PARAM_LIST for each book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r769a219 r232a860  
    1818inline_doc
    1919
    20   local -r  lfs_PARAM_LIST="VIMLANG"
    21   local -r blfs_PARAM_LIST="TEST DEPEND"
    22   local -r hlfs_PARAM_LIST="MODEL GRSECURITY_HOST"
    23   local -r clfs_PARAM_LIST="ARCH METHOD VIMLANG"
    24   local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE"
     20  local -r  lfs_PARAM_LIST="RUNMAKE STRIP PAGE TIMEZONE VIMLANG"
     21  local -r blfs_PARAM_LIST="DEPEND"
     22  local -r hlfs_PARAM_LIST="RUNMAKE MODEL GRSECURITY_HOST STRIP PAGE TIMEZONE"
     23  local -r clfs_PARAM_LIST="RUNMAKE METHOD ARCH STRIP PAGE TIMEZONE VIMLANG"
     24  local -r global_PARAM_LIST="BUILDDIR HPKG TEST"
    2525
    2626  local -r ERROR_MSG='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid, ${nl_}check the config file ${BOLD}${GREEN}\<$PROGNAME.conf\>${OFF}'
Note: See TracChangeset for help on using the changeset viewer.