Changeset f67b8c2


Ignore:
Timestamp:
03/24/2012 10:05:54 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
46d25bc
Parents:
3c2e288
Message:

Remove obsolete variables from gen_pkg_book.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    r3c2e288 rf67b8c2  
    4444      # Create global variables for these parameters.
    4545      optDependency=* | \
    46       PRINT_SERVER=*  | \
    4746      MAIL_SERVER=*   | \
    48       GHOSTSCRIPT=*   | \
    49       KBR5=*  | \
    5047      SUDO=*  )  eval ${REPLY} # Define/set a global variable..
    5148                      continue ;;
     
    7269#--------------------------#
    7370  local -r dotSTR=".................."
    74   local -r PARAM_LIST="DEP_LEVEL SUDO PRINT_SERVER MAIL_SERVER GHOSTSCRIPT KBR5"
     71  local -r PARAM_LIST="DEP_LEVEL SUDO MAIL_SERVER"
    7572  local -r PARAM_VALS='${config_param}${dotSTR:${#config_param}} ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'
    7673  local config_param
Note: See TracChangeset for help on using the changeset viewer.