Changeset f358747


Ignore:
Timestamp:
05/27/2006 06:50:20 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ab7bac5
Parents:
294c937
Message:

Updated paco patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/jhalfs-paco.patch

    r294c937 rf358747  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2702)
     3--- LFS/master.sh       (revision 2727)
    44+++ LFS/master.sh       (working copy)
    55@@ -173,6 +173,11 @@
     
    7979Index: LFS/lfs.xsl
    8080===================================================================
    81 --- LFS/lfs.xsl (revision 2702)
     81--- LFS/lfs.xsl (revision 2727)
    8282+++ LFS/lfs.xsl (working copy)
    8383@@ -32,6 +32,9 @@
     
    143143Index: common/config
    144144===================================================================
    145 --- common/config       (revision 2702)
     145--- common/config       (revision 2727)
    146146+++ common/config       (working copy)
    147147@@ -84,6 +84,14 @@
     
    172172Index: common/func_validate_configs.sh
    173173===================================================================
    174 --- common/func_validate_configs.sh     (revision 2702)
     174--- common/func_validate_configs.sh     (revision 2727)
    175175+++ common/func_validate_configs.sh     (working copy)
    176176@@ -84,9 +84,9 @@
     
    178178 
    179179   # First internal variables, then the ones that change the book's flavour, and lastly system configuration variables
    180 -  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
    181 -  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
    182 -  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE                       TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG        VIMLANG PAGE TIMEZONE LANG"
    183 +  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG KEYMAP         PAGE TIMEZONE LANG LC_ALL"
    184 +  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG KEYMAP VIMLANG PAGE TIMEZONE LANG"
    185 +  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE                       TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG        VIMLANG PAGE TIMEZONE LANG"
     180-  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG GETKERNEL KEYMAP         PAGE TIMEZONE LANG LC_ALL"
     181-  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG GETKERNEL KEYMAP VIMLANG PAGE TIMEZONE LANG"
     182-  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE GETPKG RUNMAKE                       TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG GETKERNEL        VIMLANG PAGE TIMEZONE LANG"
     183+  local -r hlfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE MODEL GRSECURITY_HOST TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG GETKERNEL KEYMAP         PAGE TIMEZONE LANG LC_ALL"
     184+  local -r clfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE METHOD  ARCH  TARGET  TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB BOOT_CONFIG CONFIG GETKERNEL KEYMAP VIMLANG PAGE TIMEZONE LANG"
     185+  local -r  lfs_PARAM_LIST="BOOK BUILDDIR SRC_ARCHIVE USE_PACO GETPKG RUNMAKE                       TEST OPTIMIZE REPORT COMPARE RUN_ICA RUN_FARCE ITERATIONS STRIP FSTAB             CONFIG GETKERNEL        VIMLANG PAGE TIMEZONE LANG"
    186186 
    187187   local -r ERROR_MSG_pt1='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid,'
    188188   local -r ERROR_MSG_pt2=' check the config file ${BOLD}${GREEN}\<$(echo $PROGNAME | tr [a-z] [A-Z])/config\> or \<common/config\>${OFF}'
    189 @@ -173,6 +173,7 @@
    190        # Validate general parameters..
    191        GETPKG)     validate_against_str "x0x x1x" ;;
     189@@ -176,6 +176,7 @@
     190                     [[ "$GETPKG" = "1" ]] && validate_against_str "x0x x1x"
     191                   fi ;;
    192192       RUNMAKE)    validate_against_str "x0x x1x" ;;
    193193+      USE_PACO)   validate_against_str "x0x x1x" ;;
     
    321321Index: common/common-functions
    322322===================================================================
    323 --- common/common-functions     (revision 2702)
     323--- common/common-functions     (revision 2727)
    324324+++ common/common-functions     (working copy)
    325325@@ -65,6 +65,9 @@
     
    351351Index: HLFS/hlfs.xsl
    352352===================================================================
    353 --- HLFS/hlfs.xsl       (revision 2702)
     353--- HLFS/hlfs.xsl       (revision 2727)
    354354+++ HLFS/hlfs.xsl       (working copy)
    355355@@ -39,6 +39,9 @@
     
    402402Index: HLFS/master.sh
    403403===================================================================
    404 --- HLFS/master.sh      (revision 2702)
     404--- HLFS/master.sh      (revision 2727)
    405405+++ HLFS/master.sh      (working copy)
    406406@@ -245,6 +245,11 @@
     
    480480Index: master.sh
    481481===================================================================
    482 --- master.sh   (revision 2702)
     482--- master.sh   (revision 2727)
    483483+++ master.sh   (working copy)
    484484@@ -147,6 +147,8 @@
Note: See TracChangeset for help on using the changeset viewer.