Ignore:
Timestamp:
05/15/2006 07:02:41 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:
1ec8fce
Parents:
0c3f2f9
Message:

Rediffied paco patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/jhalfs-paco.patch

    r0c3f2f9 rda737cb  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2677)
     3--- LFS/master.sh       (revision 2695)
    44+++ LFS/master.sh       (working copy)
    55@@ -180,6 +180,18 @@
     
    6767Index: LFS/lfs.xsl
    6868===================================================================
    69 --- LFS/lfs.xsl (revision 2677)
     69--- LFS/lfs.xsl (revision 2695)
    7070+++ LFS/lfs.xsl (working copy)
    7171@@ -32,6 +32,9 @@
     
    115115Index: BLFS/master.sh
    116116===================================================================
    117 --- BLFS/master.sh      (revision 2677)
     117--- BLFS/master.sh      (revision 2695)
    118118+++ BLFS/master.sh      (working copy)
    119119@@ -79,6 +79,19 @@
     
    147147Index: BLFS/blfs.xsl
    148148===================================================================
    149 --- BLFS/blfs.xsl       (revision 2677)
     149--- BLFS/blfs.xsl       (revision 2695)
    150150+++ BLFS/blfs.xsl       (working copy)
    151151@@ -159,7 +159,7 @@
     
    176176Index: common/config
    177177===================================================================
    178 --- common/config       (revision 2677)
     178--- common/config       (revision 2695)
    179179+++ common/config       (working copy)
    180180@@ -88,6 +88,14 @@
     
    205205Index: common/func_validate_configs.sh
    206206===================================================================
    207 --- common/func_validate_configs.sh     (revision 2677)
     207--- common/func_validate_configs.sh     (revision 2695)
    208208+++ common/func_validate_configs.sh     (working copy)
    209209@@ -84,10 +84,10 @@
     
    222222   local -r ERROR_MSG_pt1='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid,'
    223223   local -r ERROR_MSG_pt2=' check the config file ${BOLD}${GREEN}\<$(echo $PROGNAME | tr [a-z] [A-Z])/config\> or \<common/config\>${OFF}'
    224 @@ -179,6 +179,7 @@
     224@@ -174,6 +174,7 @@
    225225       # Validate general parameters..
    226226       GETPKG)     validate_against_str "x0x x1x" ;;
     
    363363Index: common/common-functions
    364364===================================================================
    365 --- common/common-functions     (revision 2677)
     365--- common/common-functions     (revision 2695)
    366366+++ common/common-functions     (working copy)
    367367@@ -65,6 +65,9 @@
     
    393393Index: HLFS/hlfs.xsl
    394394===================================================================
    395 --- HLFS/hlfs.xsl       (revision 2677)
     395--- HLFS/hlfs.xsl       (revision 2695)
    396396+++ HLFS/hlfs.xsl       (working copy)
    397397@@ -39,6 +39,9 @@
     
    444444Index: HLFS/master.sh
    445445===================================================================
    446 --- HLFS/master.sh      (revision 2677)
     446--- HLFS/master.sh      (revision 2695)
    447447+++ HLFS/master.sh      (working copy)
    448448@@ -254,6 +254,18 @@
     
    510510Index: master.sh
    511511===================================================================
    512 --- master.sh   (revision 2677)
     512--- master.sh   (revision 2695)
    513513+++ master.sh   (working copy)
    514514@@ -147,6 +147,8 @@
     
    521521       test $# = 1 && eval "$exit_missing_arg"
    522522       shift
    523 @@ -464,6 +466,14 @@
     523@@ -463,6 +465,14 @@
    524524   [[ $VERBOSITY > 0 ]] && echo "OK"
    525525 fi
     
    537537   [[ $VERBOSITY > 0 ]] && echo -n "Loading optimization module..."
    538538@@ -507,6 +517,15 @@
    539  
     539 #
    540540 if [[ "$PWD" != "$JHALFSDIR" ]]; then
    541541   cp $COMMON_DIR/makefile-functions $JHALFSDIR/
Note: See TracChangeset for help on using the changeset viewer.