Rediffied paco patch to match current trunk.
This commit is contained in:
parent
3a321ea6ef
commit
4a4e260d1d
1 changed files with 12 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
Index: LFS/master.sh
|
||||
===================================================================
|
||||
--- LFS/master.sh (revision 2552)
|
||||
--- LFS/master.sh (revision 2572)
|
||||
+++ LFS/master.sh (working copy)
|
||||
@@ -158,6 +158,13 @@
|
||||
*stripping*) [[ "${STRIP}" = "0" ]] && continue ;;
|
||||
|
@ -59,7 +59,7 @@ Index: LFS/master.sh
|
|||
esac
|
||||
Index: LFS/lfs.xsl
|
||||
===================================================================
|
||||
--- LFS/lfs.xsl (revision 2552)
|
||||
--- LFS/lfs.xsl (revision 2572)
|
||||
+++ LFS/lfs.xsl (working copy)
|
||||
@@ -32,6 +32,9 @@
|
||||
<!-- Locale settings -->
|
||||
|
@ -107,7 +107,7 @@ Index: LFS/lfs.xsl
|
|||
<xsl:apply-templates/>
|
||||
Index: BLFS/master.sh
|
||||
===================================================================
|
||||
--- BLFS/master.sh (revision 2552)
|
||||
--- BLFS/master.sh (revision 2572)
|
||||
+++ BLFS/master.sh (working copy)
|
||||
@@ -79,6 +79,19 @@
|
||||
EOF
|
||||
|
@ -131,7 +131,7 @@ Index: BLFS/master.sh
|
|||
(
|
||||
Index: BLFS/blfs.xsl
|
||||
===================================================================
|
||||
--- BLFS/blfs.xsl (revision 2552)
|
||||
--- BLFS/blfs.xsl (revision 2572)
|
||||
+++ BLFS/blfs.xsl (working copy)
|
||||
@@ -159,7 +159,7 @@
|
||||
<xsl:when test="@role = 'nodump'"/>
|
||||
|
@ -144,7 +144,7 @@ Index: BLFS/blfs.xsl
|
|||
</xsl:otherwise>
|
||||
Index: common/config
|
||||
===================================================================
|
||||
--- common/config (revision 2552)
|
||||
--- common/config (revision 2572)
|
||||
+++ common/config (working copy)
|
||||
@@ -58,6 +58,23 @@
|
||||
# Not used in LFS
|
||||
|
@ -172,7 +172,7 @@ Index: common/config
|
|||
RUN_ICA=0
|
||||
Index: common/func_validate_configs.sh
|
||||
===================================================================
|
||||
--- common/func_validate_configs.sh (revision 2552)
|
||||
--- common/func_validate_configs.sh (revision 2572)
|
||||
+++ common/func_validate_configs.sh (working copy)
|
||||
@@ -83,10 +83,10 @@
|
||||
inline_doc
|
||||
|
@ -330,7 +330,7 @@ Index: common/paco-build.sh
|
|||
+make logme
|
||||
Index: common/common-functions
|
||||
===================================================================
|
||||
--- common/common-functions (revision 2552)
|
||||
--- common/common-functions (revision 2572)
|
||||
+++ common/common-functions (working copy)
|
||||
@@ -60,6 +60,9 @@
|
||||
in the configuration file has the proper packages and patches for the
|
||||
|
@ -342,7 +342,7 @@ Index: common/common-functions
|
|||
${BOLD} -T, --testsuites N ${OFF}
|
||||
Run test suites [0-3]
|
||||
0 = none
|
||||
@@ -623,6 +626,7 @@
|
||||
@@ -604,6 +607,7 @@
|
||||
--stringparam lc_all $LC_ALL \
|
||||
--stringparam keymap $KEYMAP \
|
||||
--stringparam grsecurity_host $GRSECURITY_HOST \
|
||||
|
@ -350,7 +350,7 @@ Index: common/common-functions
|
|||
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
||||
;;
|
||||
lfs)
|
||||
@@ -634,6 +638,7 @@
|
||||
@@ -615,6 +619,7 @@
|
||||
--stringparam timezone $TIMEZONE \
|
||||
--stringparam page $PAGE \
|
||||
--stringparam lang $LANG \
|
||||
|
@ -360,7 +360,7 @@ Index: common/common-functions
|
|||
blfs)
|
||||
Index: HLFS/hlfs.xsl
|
||||
===================================================================
|
||||
--- HLFS/hlfs.xsl (revision 2552)
|
||||
--- HLFS/hlfs.xsl (revision 2572)
|
||||
+++ HLFS/hlfs.xsl (working copy)
|
||||
@@ -39,6 +39,9 @@
|
||||
<xsl:param name="lang" select="en_CA"/>
|
||||
|
@ -411,7 +411,7 @@ Index: HLFS/hlfs.xsl
|
|||
<xsl:apply-templates/>
|
||||
Index: HLFS/master.sh
|
||||
===================================================================
|
||||
--- HLFS/master.sh (revision 2552)
|
||||
--- HLFS/master.sh (revision 2572)
|
||||
+++ HLFS/master.sh (working copy)
|
||||
@@ -318,6 +318,13 @@
|
||||
*) ;;
|
||||
|
@ -470,7 +470,7 @@ Index: HLFS/master.sh
|
|||
;;
|
||||
Index: master.sh
|
||||
===================================================================
|
||||
--- master.sh (revision 2552)
|
||||
--- master.sh (revision 2572)
|
||||
+++ master.sh (working copy)
|
||||
@@ -66,6 +66,11 @@
|
||||
source $MODULE
|
||||
|
|
Reference in a new issue