Moved VIMLANG from global parameters to lfs/clfs parameters.

Trailing space clean-up.
This commit is contained in:
Manuel Canales Esparcia 2006-03-17 20:05:38 +00:00
parent 0ebdc33866
commit fdd1aa3e6e

View file

@ -17,11 +17,11 @@ validate_config() { # Are the config values sane (within reason)
on success: write text to console and returns
inline_doc
local -r lfs_PARAM_LIST=""
local -r lfs_PARAM_LIST="VIMLANG"
local -r blfs_PARAM_LIST="TEST DEPEND"
local -r hlfs_PARAM_LIST="MODEL GRSECURITY_HOST"
local -r clfs_PARAM_LIST="ARCH BOOTMINIMAL"
local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE VIMLANG"
local -r clfs_PARAM_LIST="ARCH BOOTMINIMAL VIMLANG"
local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE"
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}'
local -r PARAM_VALS='${config_param}: ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'