From 232a860a13799ceac160c166421046d190f495b2 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 28 Mar 2006 21:04:44 +0000 Subject: [PATCH] Fixed in part PARAM_LIST for each book. --- common/func_validate_configs.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/func_validate_configs.sh b/common/func_validate_configs.sh index 7526a9e..94e4fd7 100644 --- a/common/func_validate_configs.sh +++ b/common/func_validate_configs.sh @@ -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="VIMLANG" - local -r blfs_PARAM_LIST="TEST DEPEND" - local -r hlfs_PARAM_LIST="MODEL GRSECURITY_HOST" - local -r clfs_PARAM_LIST="ARCH METHOD VIMLANG" - local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE" + local -r lfs_PARAM_LIST="RUNMAKE STRIP PAGE TIMEZONE VIMLANG" + local -r blfs_PARAM_LIST="DEPEND" + local -r hlfs_PARAM_LIST="RUNMAKE MODEL GRSECURITY_HOST STRIP PAGE TIMEZONE" + local -r clfs_PARAM_LIST="RUNMAKE METHOD ARCH STRIP PAGE TIMEZONE VIMLANG" + local -r global_PARAM_LIST="BUILDDIR HPKG TEST" 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}'