[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1270-ga88e398

git git at cross-lfs.org
Sat Jun 21 22:40:03 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  a88e398f03bce923f89018ab43471b6b9952c801 (commit)
       via  9cdb9bfa824fdd6b158eca4195cc6ca1f9910d52 (commit)
      from  07323bb83d4fae8d27c49cb80419296470badfd2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a88e398f03bce923f89018ab43471b6b9952c801
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 22 01:39:43 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index b942b00..a21362d 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 9cdb9bfa824fdd6b158eca4195cc6ca1f9910d52
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 22 01:39:32 2014 -0400

    Text/comment updates on wget stylesheet

diff --git a/BOOK/stylesheets/wget.xsl b/BOOK/stylesheets/wget.xsl
index 1c43a81..bbf1138 100644
--- a/BOOK/stylesheets/wget.xsl
+++ b/BOOK/stylesheets/wget.xsl
@@ -23,14 +23,14 @@ xsltproc -xinclude -output x86.wget stylesheets/wget.xsl x86-index.xml
   </xsl:template>
 
   <xsl:template match="ulink">
-      <!-- Packages. If some package don't have the string ".tar." in their
-      name, the next test must be fixed to match it also. -->
+      <!-- Packages. If some package doesn't have the string ".tar." or
+      ".tgz" in its name, the next test must be fixed to match it also. -->
     <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')">
       <xsl:value-of select="@url"/>
       <xsl:text>&#x0a;</xsl:text>
     </xsl:if>
       <!-- Patches. Match only the patches and skip possible duplicated
-      URLs due that may be splitted for PDF output-->
+      URLs that may be split for PDF output-->
     <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;'
             and not(ancestor-or-self::*/@condition = 'pdf')">
       <xsl:value-of select="@url"/>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/general.ent          |    2 +-
 BOOK/stylesheets/wget.xsl |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list