Changeset b1ea9bb


Ignore:
Timestamp:
06/01/2006 10:15:16 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:
41dfd7c
Parents:
46758a2
Message:

Rediffied paco patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/jhalfs-paco.patch

    r46758a2 rb1ea9bb  
    11Index: LFS/master.sh
    22===================================================================
    3 --- LFS/master.sh       (revision 2734)
     3--- LFS/master.sh       (revision 2743)
    44+++ LFS/master.sh       (working copy)
    55@@ -173,6 +173,11 @@
     
    8383Index: LFS/lfs.xsl
    8484===================================================================
    85 --- LFS/lfs.xsl (revision 2734)
     85--- LFS/lfs.xsl (revision 2743)
    8686+++ LFS/lfs.xsl (working copy)
    8787@@ -32,6 +32,9 @@
     
    148148Index: common/config
    149149===================================================================
    150 --- common/config       (revision 2734)
     150--- common/config       (revision 2743)
    151151+++ common/config       (working copy)
    152152@@ -84,6 +84,14 @@
     
    165165 # Don't edit it unless you know what you are doing
    166166 
    167 @@ -96,3 +104,9 @@
     167@@ -100,3 +108,9 @@
    168168 
    169169 #--- farce report log directory
     
    177177Index: common/func_validate_configs.sh
    178178===================================================================
    179 --- common/func_validate_configs.sh     (revision 2734)
     179--- common/func_validate_configs.sh     (revision 2743)
    180180+++ common/func_validate_configs.sh     (working copy)
    181181@@ -84,9 +84,9 @@
     
    433433Index: common/common-functions
    434434===================================================================
    435 --- common/common-functions     (revision 2734)
     435--- common/common-functions     (revision 2743)
    436436+++ common/common-functions     (working copy)
    437437@@ -65,6 +65,9 @@
     
    445445         Optimize [0-2]
    446446           0 = no optimization
    447 @@ -557,6 +560,7 @@
     447@@ -607,6 +610,7 @@
    448448                  --stringparam lc_all $LC_ALL \
    449449                  --stringparam keymap $KEYMAP \
     
    453453       ;;
    454454     lfs)
    455 @@ -568,6 +572,7 @@
     455@@ -618,6 +622,7 @@
    456456                  --stringparam timezone $TIMEZONE \
    457457                  --stringparam page $PAGE \
     
    463463Index: HLFS/hlfs.xsl
    464464===================================================================
    465 --- HLFS/hlfs.xsl       (revision 2734)
     465--- HLFS/hlfs.xsl       (revision 2743)
    466466+++ HLFS/hlfs.xsl       (working copy)
    467467@@ -39,6 +39,9 @@
     
    514514Index: HLFS/master.sh
    515515===================================================================
    516 --- HLFS/master.sh      (revision 2734)
     516--- HLFS/master.sh      (revision 2743)
    517517+++ HLFS/master.sh      (working copy)
    518 @@ -245,6 +245,11 @@
     518@@ -250,6 +250,11 @@
    519519     # Keep the script file name
    520520     this_script=`basename $file`
     
    528528     case $this_script in
    529529         # We'll run the chroot commands differently than the others, so skip them in the
    530 @@ -254,6 +259,18 @@
     530@@ -259,6 +264,18 @@
    531531       *-stripping* )  [[ "$STRIP" = "0" ]] && continue ;;
    532532     esac
     
    547547     name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@'`
    548548 
    549 @@ -324,7 +341,9 @@
     549@@ -329,7 +346,9 @@
    550550         wrt_run_as_root "${this_script}" "${file}"
    551551         ;;
     
    557557     esac
    558558     #
    559 @@ -357,6 +376,16 @@
     559@@ -362,6 +381,16 @@
    560560     PREV=${this_script}${N}
    561561     # Set system_build envar for iteration targets
     
    574574 
    575575 }
    576 @@ -418,9 +447,20 @@
     576@@ -423,9 +452,20 @@
    577577         else  # Initialize the log and run the script
    578578           wrt_run_as_chroot2 "${this_script}" "${file}"
     
    597597Index: master.sh
    598598===================================================================
    599 --- master.sh   (revision 2734)
     599--- master.sh   (revision 2743)
    600600+++ master.sh   (working copy)
    601601@@ -147,6 +147,8 @@
Note: See TracChangeset for help on using the changeset viewer.