[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1186-g2546e2d

git git at cross-lfs.org
Mon Jun 2 03:59:55 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  2546e2d5e692051a94fe9ef6aff4d14b62390647 (commit)
       via  57413c81d32b36c1c872c56579a9c4cbd85ff3e4 (commit)
       via  669beac223075239765beb8a2bb95c62df3ff593 (commit)
       via  54ef24862978695393465378998ae9be02393120 (commit)
      from  555d306f3360349447852432b711b54d5a764877 (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 2546e2d5e692051a94fe9ef6aff4d14b62390647
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 06:57:54 2014 -0400

    Added entity for minimum kernel version

diff --git a/BOOK/cross-tools/64/glibc.xml b/BOOK/cross-tools/64/glibc.xml
index 49db731..0e6b90c 100644
--- a/BOOK/cross-tools/64/glibc.xml
+++ b/BOOK/cross-tools/64/glibc.xml
@@ -58,7 +58,7 @@
       AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
       ../glibc-&glibc-version;/configure --prefix=/tools \
       --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+      --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
       --with-binutils=/cross-tools/bin --with-headers=/tools/include \
       --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/common/glibc.xml b/BOOK/cross-tools/common/glibc.xml
index d25feda..4bbfc3e 100644
--- a/BOOK/cross-tools/common/glibc.xml
+++ b/BOOK/cross-tools/common/glibc.xml
@@ -54,7 +54,7 @@ sed 's/\\$$(pwd)/`pwd`/' timezone/Makefile.orig > timezone/Makefile</userinpu
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} \
-    --disable-profile --with-tls --enable-kernel=2.6.32 \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; \
     --with-__thread --with-binutils=/cross-tools/bin \
     --with-headers=/tools/include --enable-obsolete-rpc \
     --cache-file=config.cache</userinput></screen>
@@ -110,10 +110,10 @@ sed 's/\\$$(pwd)/`pwd`/' timezone/Makefile.orig > timezone/Makefile</userinpu
       </varlistentry>
 
       <varlistentry os="dg7">
-        <term><parameter>--enable-kernel=2.6.32</parameter></term>
+        <term><parameter>--enable-kernel=&glibc-kernel-version;</parameter></term>
         <listitem>
           <para>This tells Glibc to compile the library with support
-          for 2.6.32 and later Linux kernels.</para>
+          for &glibc-kernel-version; and later Linux kernels.</para>
         </listitem>
       </varlistentry>
 
diff --git a/BOOK/cross-tools/mips64/glibc-n32.xml b/BOOK/cross-tools/mips64/glibc-n32.xml
index 907a244..84f83d5 100644
--- a/BOOK/cross-tools/mips64/glibc-n32.xml
+++ b/BOOK/cross-tools/mips64/glibc-n32.xml
@@ -63,7 +63,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/glibc-64bit.xml b/BOOK/cross-tools/multilib/glibc-64bit.xml
index 6029db8..b199288 100644
--- a/BOOK/cross-tools/multilib/glibc-64bit.xml
+++ b/BOOK/cross-tools/multilib/glibc-64bit.xml
@@ -63,7 +63,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/cross-tools/multilib/glibc.xml b/BOOK/cross-tools/multilib/glibc.xml
index d67fbc1..ba39206 100644
--- a/BOOK/cross-tools/multilib/glibc.xml
+++ b/BOOK/cross-tools/multilib/glibc.xml
@@ -58,7 +58,7 @@
     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     ../glibc-&glibc-version;/configure --prefix=/tools \
     --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
-    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
+    --disable-profile --with-tls --enable-kernel=&glibc-kernel-version; --with-__thread \
     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index 9aa723d..b173e38 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -76,7 +76,7 @@ cd ../glibc-build</userinput></screen>
     <para os="g">Prepare Glibc for compilation:</para>
 
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
+    --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \
     --enable-obsolete-rpc</userinput></screen>
 
     <variablelist os="i">
diff --git a/BOOK/final-system/mips64/glibc-n32.xml b/BOOK/final-system/mips64/glibc-n32.xml
index a90f833..4cb845b 100644
--- a/BOOK/final-system/mips64/glibc-n32.xml
+++ b/BOOK/final-system/mips64/glibc-n32.xml
@@ -69,7 +69,7 @@ unset LINKER</userinput></screen>
 
 <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/multilib/glibc-64bit.xml b/BOOK/final-system/multilib/glibc-64bit.xml
index ad7481e..6dc4e32 100644
--- a/BOOK/final-system/multilib/glibc-64bit.xml
+++ b/BOOK/final-system/multilib/glibc-64bit.xml
@@ -69,7 +69,7 @@ unset LINKER</userinput></screen>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/multilib/glibc.xml b/BOOK/final-system/multilib/glibc.xml
index bcea5ae..08fb8f2 100644
--- a/BOOK/final-system/multilib/glibc.xml
+++ b/BOOK/final-system/multilib/glibc.xml
@@ -68,7 +68,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/ppc64-64/glibc.xml b/BOOK/final-system/ppc64-64/glibc.xml
index b9b44a3..055101a 100644
--- a/BOOK/final-system/ppc64-64/glibc.xml
+++ b/BOOK/final-system/ppc64-64/glibc.xml
@@ -74,7 +74,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/ppc64/glibc-64bit.xml b/BOOK/final-system/ppc64/glibc-64bit.xml
index e54c8eb..6e80276 100644
--- a/BOOK/final-system/ppc64/glibc-64bit.xml
+++ b/BOOK/final-system/ppc64/glibc-64bit.xml
@@ -68,7 +68,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/ppc64/glibc.xml b/BOOK/final-system/ppc64/glibc.xml
index eea7047..326915b 100644
--- a/BOOK/final-system/ppc64/glibc.xml
+++ b/BOOK/final-system/ppc64/glibc.xml
@@ -84,7 +84,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/sparc64-64/glibc.xml b/BOOK/final-system/sparc64-64/glibc.xml
index 2bb24e9..2f2a7b8 100644
--- a/BOOK/final-system/sparc64-64/glibc.xml
+++ b/BOOK/final-system/sparc64-64/glibc.xml
@@ -82,7 +82,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/sparc64/glibc-64bit.xml b/BOOK/final-system/sparc64/glibc-64bit.xml
index 21f4d46..b578d5d 100644
--- a/BOOK/final-system/sparc64/glibc-64bit.xml
+++ b/BOOK/final-system/sparc64/glibc-64bit.xml
@@ -76,7 +76,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
 
diff --git a/BOOK/final-system/x86/glibc.xml b/BOOK/final-system/x86/glibc.xml
index d486045..c0a4e60 100644
--- a/BOOK/final-system/x86/glibc.xml
+++ b/BOOK/final-system/x86/glibc.xml
@@ -66,7 +66,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 --libexecdir=/usr/lib/glibc \
+    --disable-profile --enable-kernel=&glibc-kernel-version; --libexecdir=/usr/lib/glibc \
     --enable-obsolete-rpc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/x86_64-64/glibc.xml b/BOOK/final-system/x86_64-64/glibc.xml
index 3c192ca..f700394 100644
--- a/BOOK/final-system/x86_64-64/glibc.xml
+++ b/BOOK/final-system/x86_64-64/glibc.xml
@@ -71,7 +71,7 @@
     xpointer="xpointer(//*[@os='g'])"/>
 
 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/final-system/x86_64/glibc-64bit.xml b/BOOK/final-system/x86_64/glibc-64bit.xml
index 945e9cf..27b2cdb 100644
--- a/BOOK/final-system/x86_64/glibc-64bit.xml
+++ b/BOOK/final-system/x86_64/glibc-64bit.xml
@@ -71,7 +71,7 @@
 
 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     ../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-kernel=2.6.32 \
+    --disable-profile --enable-kernel=&glibc-kernel-version; \
     --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     --enable-obsolete-rpc</userinput></screen>
 
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 94dba23..a092ba9 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -183,6 +183,7 @@
 <!ENTITY glibc-md5 "e26b8cc666b162f999404b03970f14e4">
 <!ENTITY glibc-home "http://www.gnu.org/software/libc/">
 <!ENTITY glibc-ld-name "ld-&glibc-version;.so">
+<!ENTITY glibc-kernel-version "2.6.32">
 
 <!ENTITY gmp-version "6.0.0">
 <!ENTITY gmp-size "1,904 KB">
diff --git a/BOOK/temp-system/common/choose.xml b/BOOK/temp-system/common/choose.xml
index a0634d5..29fa871 100644
--- a/BOOK/temp-system/common/choose.xml
+++ b/BOOK/temp-system/common/choose.xml
@@ -34,9 +34,10 @@
   you can simply chroot. Booting is required when you are compiling for a
   different architecture, such as building a PowerPC system from an x86. The
   rule of thumb here is that if the architectures match and you are running
-  the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you
-  can just chroot. If you aren't running the same series kernel, or are
-  wanting to run a different ABI, you will need to use the boot option.</para>
+  the same series kernel (specifically, a &glibc-kernel-version; or newer
+  Linux kernel) you can just chroot. If you aren't running the same series
+  kernel, or are wanting to run a different ABI, you will need to use the boot
+  option.</para>
 
   <para os="d">If you are in any doubt about this, you can try the following
   commands to see if you can chroot:</para>

commit 57413c81d32b36c1c872c56579a9c4cbd85ff3e4
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 06:52:11 2014 -0400

    More text updates on aboutclfs page

diff --git a/BOOK/partitioning/common/aboutclfs.xml b/BOOK/partitioning/common/aboutclfs.xml
index bc2a7fa..81e0214 100644
--- a/BOOK/partitioning/common/aboutclfs.xml
+++ b/BOOK/partitioning/common/aboutclfs.xml
@@ -11,12 +11,14 @@
   <title>About ${CLFS}</title>
 
   <para>Throughout this book, the environment variable <envar>CLFS</envar> will
-  be used several times. It is paramount that this variable is always defined.
-  It should be set to the mount point chosen for the CLFS partition.
-  For the purposes of this book, it is assumed that the file system
-  will be mounted under <filename class="directory">/mnt/clfs</filename>,
-  but the directory choice is up to you. Decide on a directory location and set
-  the variable with the following command:</para>
+  be used several times. You should ensure that this variable is always defined
+  throughout the CLFS build process. It should be set to the name of the
+  directory where you will be building your CLFS system - we will use
+  <filename class="directory">/mnt/clfs</filename> as an example, but the
+  directory choice is up to you. If you are building CLFS on a separate
+  partition, this directory will be the mount point for the partition.
+  Choose a directory location and set the variable with the
+  following command:</para>
 
 <screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen>
 
@@ -27,17 +29,17 @@
   processes the command line.</para>
 
   <para>Do not forget to check that <envar>${CLFS}</envar> is set whenever
-  you leave and reenter the current working environment (as when doing a
-  <quote>su</quote> to <systemitem class="username">root</systemitem> or
+  you leave and reenter the current working environment (such as when doing a
+  <command>su</command> to <systemitem class="username">root</systemitem> or
   another user). Check that the <envar>CLFS</envar> variable is set up
   properly with:</para>
 
 <screen><userinput>echo ${CLFS}</userinput></screen>
 
-  <para>Make sure the output shows the path to the CLFS partition's mount
-  point, which is <filename class="directory">/mnt/clfs</filename> if the
+  <para>Make sure the output shows the path to your CLFS system's build
+  location, which is <filename class="directory">/mnt/clfs</filename> if the
   provided example was followed. If the output is incorrect, use the command
-  given earlier on this page to set <envar>${CLFS}</envar> to the correct
+  given earlier on this  page to set <envar>${CLFS}</envar> to the correct
   directory name.</para>
 
 </sect1>

commit 669beac223075239765beb8a2bb95c62df3ff593
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 06:51:44 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index a01a46b..3fcdda2 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 "01"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 54ef24862978695393465378998ae9be02393120
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Jun 2 05:22:59 2014 -0400

    Alphabetize package entities
    
    Conflicts:
    	BOOK/packages.ent

diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 4ab5a39..94dba23 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -121,6 +121,12 @@
 <!ENTITY elftoaout-md5 "be3bd6f7ba8ae107cbdbaa820ba64f86">
 <!ENTITY elftoaout-home " ">
 
+<!ENTITY eudev-version "1.7">
+<!ENTITY eudev-size "1,756 KB">
+<!ENTITY eudev-url "ftp://mirror.ovh.net/gentoo-distfiles/distfiles/eudev-&eudev-version;.tar.gz">
+<!ENTITY eudev-md5 "80649a0350ff9620fc2da9562d9f2a6a">
+<!ENTITY eudev-home "http://www.gentoo.org/proj/en/eudev/">
+
 <!ENTITY expect-version "5.45">
 <!ENTITY expect-size "616 KB">
 <!ENTITY expect-url "&sourceforge;project/expect/Expect/&expect-version;/expect&expect-version;.tar.gz">
@@ -432,12 +438,6 @@
 <!ENTITY texinfo-md5 "cb489df8a7ee9d10a236197aefdb32c5">
 <!ENTITY texinfo-home "&gnu-software;texinfo">
 
-<!ENTITY eudev-version "1.7">
-<!ENTITY eudev-size "1,756 KB">
-<!ENTITY eudev-url "ftp://mirror.ovh.net/gentoo-distfiles/distfiles/eudev-&eudev-version;.tar.gz">
-<!ENTITY eudev-md5 "80649a0350ff9620fc2da9562d9f2a6a">
-<!ENTITY eudev-home "http://www.gentoo.org/proj/en/eudev/">
-
 <!ENTITY uname_hack-version "20080713">
 <!ENTITY uname_hack-size "4 KB">
 <!ENTITY uname_hack-url "&extras-root;uname_hack-&uname_hack-version;.tar.bz2">

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

Summary of changes:
 BOOK/cross-tools/64/glibc.xml              |    2 +-
 BOOK/cross-tools/common/glibc.xml          |    6 +++---
 BOOK/cross-tools/mips64/glibc-n32.xml      |    2 +-
 BOOK/cross-tools/multilib/glibc-64bit.xml  |    2 +-
 BOOK/cross-tools/multilib/glibc.xml        |    2 +-
 BOOK/final-system/common/glibc.xml         |    2 +-
 BOOK/final-system/mips64/glibc-n32.xml     |    2 +-
 BOOK/final-system/multilib/glibc-64bit.xml |    2 +-
 BOOK/final-system/multilib/glibc.xml       |    2 +-
 BOOK/final-system/ppc64-64/glibc.xml       |    2 +-
 BOOK/final-system/ppc64/glibc-64bit.xml    |    2 +-
 BOOK/final-system/ppc64/glibc.xml          |    2 +-
 BOOK/final-system/sparc64-64/glibc.xml     |    2 +-
 BOOK/final-system/sparc64/glibc-64bit.xml  |    2 +-
 BOOK/final-system/x86/glibc.xml            |    2 +-
 BOOK/final-system/x86_64-64/glibc.xml      |    2 +-
 BOOK/final-system/x86_64/glibc-64bit.xml   |    2 +-
 BOOK/general.ent                           |    2 +-
 BOOK/packages.ent                          |   13 +++++++------
 BOOK/partitioning/common/aboutclfs.xml     |   24 +++++++++++++-----------
 BOOK/temp-system/common/choose.xml         |    7 ++++---
 21 files changed, 44 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list