[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-923-g0131d1b

git git at cross-lfs.org
Wed May 7 13:09:43 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, systemd has been updated
       via  0131d1b5d5f6cbeb767048de360b7a5648c8883e (commit)
      from  04c3a5332da7612a4f702739e9383e8e5b0466ab (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 0131d1b5d5f6cbeb767048de360b7a5648c8883e
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 7 16:09:31 2014 -0400

    More consistent capitalization for systemd

diff --git a/BOOK/final-system/common/dbus.xml b/BOOK/final-system/common/dbus.xml
index 944c7f1..ab0a21a 100644
--- a/BOOK/final-system/common/dbus.xml
+++ b/BOOK/final-system/common/dbus.xml
@@ -51,7 +51,7 @@
 <screen os="i"><userinput>mv -v /usr/lib/libdbus-1.so.* /lib
 ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen>
 
-    <para os="j">Create a symlink so that D-Bus and Systemd can use the same
+    <para os="j">Create a symlink so that D-Bus and systemd can use the same
     <filename>machine-id</filename> file:</para>
 
 <screen os="k"><userinput>ln -sv /etc/machine-id /var/lib/dbus</userinput></screen>
diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index 16d2cb1..a5c50f6 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -174,7 +174,7 @@ rm -v /usr/include/rpcsvc/*.x</userinput></screen>
 <screen os="v"><userinput>cp -v ../glibc-2.19/nscd/nscd.conf /etc/nscd.conf
 mkdir -pv /var/cache/nscd</userinput></screen>
 
-    <para os="w">Install the Systemd support files for <command>nscd</command>:</para>
+    <para os="w">Install the systemd support files for <command>nscd</command>:</para>
 
 <screen os="x"><userinput>install -v -Dm644 ../glibc-2.19/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
 install -v -Dm644 ../glibc-2.19/nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
diff --git a/BOOK/final-system/common/kbd.xml b/BOOK/final-system/common/kbd.xml
index dc9f09d..ca2067e 100644
--- a/BOOK/final-system/common/kbd.xml
+++ b/BOOK/final-system/common/kbd.xml
@@ -40,7 +40,7 @@
 
 <screen os="g"><userinput>make install</userinput></screen>
 
-    <para os="h">Some of the programs from Kbd are used by Systemd to
+    <para os="h">Some of the programs from Kbd are used by systemd to
     initialize the system, those binaries need to be on the root
     partition:</para>
 
diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 3e7d756..e064762 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -16,20 +16,20 @@
   <sect2 role="package">
     <title/>
 
-    <para>The Systemd package is a system and service manager for Linux
+    <para>The systemd package is a system and service manager for Linux
     operating systems.</para>
 
   </sect2>
 
   <sect2 role="installation">
-    <title>Installation of systemd</title>
+    <title>Installation of Systemd</title>
 
     <para os="p1">Apply a patch so that compat <command>pkg-config</command>
     files get installed without installing compat libraries:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&systemd-compat-patch;</userinput></screen>
 
-    <para os="a">Prepare Systemd for compilation:</para>
+    <para os="a">Prepare systemd for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr \
     --sysconfdir=/etc --localstatedir=/var \
@@ -56,7 +56,7 @@
       <varlistentry>
         <term><parameter>--enable-split-usr</parameter></term>
         <listitem>
-          <para>This switch ensures that Systemd will work on
+          <para>This switch ensures that systemd will work on
           systems where /bin, /lib and /sbin directories are not
           symlinks to their /usr counterparts.</para>
         </listitem>
@@ -65,7 +65,7 @@
       <varlistentry>
         <term><parameter>--disable-gudev</parameter></term>
         <listitem>
-          <para>This switch prevents Systemd from building
+          <para>This switch prevents systemd from building
           <filename class="libraryfile">libgudev</filename> as it requires
           Glib, which is not installed in CLFS.</para>
         </listitem>
@@ -202,7 +202,7 @@ EOF</userinput></screen>
       <varlistentry id="systemctl">
         <term><command>systemctl</command></term>
         <listitem>
-          <para>Control the Systemd system and service manager</para>
+          <para>Control the systemd system and service manager</para>
           <indexterm zone="ch-system-systemd systemctl">
             <primary sortas="b-systemctl">systemctl</primary>
           </indexterm>
@@ -264,7 +264,7 @@ EOF</userinput></screen>
       <varlistentry id="pam_systemd">
         <term><filename class="libraryfile">pam_systemd</filename></term>
         <listitem>
-          <para>Register user sessions in the Systemd control group
+          <para>Register user sessions in the systemd control group
           hierarchy</para>
           <indexterm zone="ch-system-systemd pam_systemd">
             <primary sortas="c-pam_systemd">pam_systemd</primary>
diff --git a/BOOK/final-system/multilib/systemd.xml b/BOOK/final-system/multilib/systemd.xml
index c77ca10..1f14ea3 100644
--- a/BOOK/final-system/multilib/systemd.xml
+++ b/BOOK/final-system/multilib/systemd.xml
@@ -20,7 +20,7 @@
   xpointer="xpointer(//*[@role='package'])"/>
 
   <sect2 role="installation">
-    <title>Installation of systemd</title>
+    <title>Installation of Systemd</title>
 
     <note os="mlw1">
       <para>If you do not have Linux-PAM installed in your system you can safely
diff --git a/BOOK/network/common/choose.xml b/BOOK/network/common/choose.xml
index 5541a5c..29cd339 100644
--- a/BOOK/network/common/choose.xml
+++ b/BOOK/network/common/choose.xml
@@ -19,7 +19,7 @@
   <xref linkend="chapter-bootable"/>.</para>
 
   <para> There are two different ways you can proceed from this point
-  to configure your network. You can use Systemd, or install the
+  to configure your network. You can use systemd, or install the
   CLFS-Network-Scripts.</para>
 
   <para>To use systemd to configure a Network Interface, Follow <xref linkend="ch-systemd-network"/>.</para>
diff --git a/BOOK/network/common/sysconfig-network.xml b/BOOK/network/common/sysconfig-network.xml
index e7c437c..7858851 100644
--- a/BOOK/network/common/sysconfig-network.xml
+++ b/BOOK/network/common/sysconfig-network.xml
@@ -29,7 +29,7 @@
     it is important that <filename>ifconfig.xyz</filename> is named
     after correct Network Card Interface name (e.g.
     <filename>ifconfig.enp2s1</filename> or
-    <filename>ifconfig.eth0</filename>) or Systemd will fail to bring
+    <filename>ifconfig.eth0</filename>) or systemd will fail to bring
     up your network interface.</para></note>
 
     <para>The following command creates a sample <filename>ipv4</filename>
diff --git a/BOOK/network/common/systemd-network.xml b/BOOK/network/common/systemd-network.xml
index d64f8e2..9fdc924 100644
--- a/BOOK/network/common/systemd-network.xml
+++ b/BOOK/network/common/systemd-network.xml
@@ -18,7 +18,7 @@
     your Network Card Interface name is, you can always run
     <command>ip l</command> after you have booted your system. It is important that the <envar>Name</envar> variable in  <filename>/etc/systemd/network</filename> contain the correct Network Card Interface name (e.g.
     <envar>Name=enp2s1</envar> or
-    <envar>Name=eth0</envar>) or Systemd will fail to bring
+    <envar>Name=eth0</envar>) or systemd will fail to bring
     up your network interface.</para></note>
 
     <para><command>systemd-networkd</command> uses <filename>/etc/system/network</filename> for configuration files. Refer to systemd.network(5) and systemd.netdev(5). Configure a network interface with a config file. Adjust Name= as required:</para>
diff --git a/BOOK/system-config/common/clock.xml b/BOOK/system-config/common/clock.xml
index 82153e3..8f0e52e 100644
--- a/BOOK/system-config/common/clock.xml
+++ b/BOOK/system-config/common/clock.xml
@@ -76,6 +76,6 @@ EOF</userinput></screen>
 <screen role="nodump"><userinput>timedatectl list-timezones</userinput></screen>
 
   <note><para>Please note that <command>timedatectl</command> command can
-  be used only on a system booted with Systemd.</para></note>
+  be used only on a system booted with systemd.</para></note>
 
 </sect1>
diff --git a/BOOK/system-config/common/console.xml b/BOOK/system-config/common/console.xml
index 5875689..464c73b 100644
--- a/BOOK/system-config/common/console.xml
+++ b/BOOK/system-config/common/console.xml
@@ -85,7 +85,7 @@ EOF</userinput></screen>
 <screen role="nodump"><userinput>localectl set-keymap MAP</userinput></screen>
 
   <note><para>Please note that <command>localectl</command> command can
-  be used  only on a system booted with Systemd.</para></note>
+  be used  only on a system booted with systemd.</para></note>
 
   <para>You can also use <command>localectl</command> utility with the
   corresponding parameters to change X11 keyboard layout, model, variant
diff --git a/BOOK/system-config/common/introduction.xml b/BOOK/system-config/common/introduction.xml
index 2cdd614..e74bf7b 100644
--- a/BOOK/system-config/common/introduction.xml
+++ b/BOOK/system-config/common/introduction.xml
@@ -11,7 +11,7 @@
   <title>Introduction</title>
 
   <para>This chapter details how to finish configuring the base system.
-  This includes some final configuration for Systemd as well as locales and
+  This includes some final configuration for systemd as well as locales and
   a simple bash profile that should be suitable for most users.</para>
 
 </sect1>
diff --git a/BOOK/system-config/common/locale.xml b/BOOK/system-config/common/locale.xml
index 119d339..1b72aa3 100644
--- a/BOOK/system-config/common/locale.xml
+++ b/BOOK/system-config/common/locale.xml
@@ -119,7 +119,7 @@ LANG=<replaceable>[ll]</replaceable>_<replaceable>[CC]</replaceable>.<replaceabl
 EOF</userinput></screen>
 
   <para>Note that you can modify <filename>/etc/locale.conf</filename> with
-  Systemd <command>localectl</command> utility. To use
+  systemd's <command>localectl</command> utility. To use
   <command>localectl</command> for the example above, run:</para>
 
 <screen role="nodump"><userinput>localectl set-locale LANG="<replaceable>[ll]_[CC][charmap][@modifiers]</replaceable>"</userinput></screen>
@@ -133,7 +133,7 @@ EOF</userinput></screen>
 <screen role="nodump"><userinput>localectl set-locale LANG="en_US.UTF-8" LC_CTYPE="en_US"</userinput></screen>
 
   <note><para>Please note that <command>localectl</command> command can
-  be used  only on a system booted with Systemd.</para></note>
+  be used  only on a system booted with systemd.</para></note>
   <para>Setting the keyboard layout, screen font, and locale-related
   environment variables are the only internationalization steps needed to
   support locales that use ordinary single-byte encodings and left-to-right
diff --git a/BOOK/system-config/common/udev.xml b/BOOK/system-config/common/udev.xml
index 6dee30e..fc3a82f 100644
--- a/BOOK/system-config/common/udev.xml
+++ b/BOOK/system-config/common/udev.xml
@@ -16,7 +16,7 @@
   </indexterm>
 
   <para>In <xref linkend="chapter-building-system"/>, we installed the Udev
-  package during Systemd install. Before we go into the details regarding how
+  package during systemd install. Before we go into the details regarding how
   this works, a brief history of previous methods of handling devices is in
   order.</para>
 
diff --git a/BOOK/system-config/common/usage.xml b/BOOK/system-config/common/usage.xml
index cd4b0c8..3678508 100644
--- a/BOOK/system-config/common/usage.xml
+++ b/BOOK/system-config/common/usage.xml
@@ -50,7 +50,7 @@
     <title>Systemctl</title>
 
     <para><command>systemctl</command> is the main command used to introspect
-     and control Systemd.</para>
+     and control systemd.</para>
 
     <variablelist>
 

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

Summary of changes:
 BOOK/final-system/common/dbus.xml          |    2 +-
 BOOK/final-system/common/glibc.xml         |    2 +-
 BOOK/final-system/common/kbd.xml           |    2 +-
 BOOK/final-system/common/systemd.xml       |   14 +++++++-------
 BOOK/final-system/multilib/systemd.xml     |    2 +-
 BOOK/network/common/choose.xml             |    2 +-
 BOOK/network/common/sysconfig-network.xml  |    2 +-
 BOOK/network/common/systemd-network.xml    |    2 +-
 BOOK/system-config/common/clock.xml        |    2 +-
 BOOK/system-config/common/console.xml      |    2 +-
 BOOK/system-config/common/introduction.xml |    2 +-
 BOOK/system-config/common/locale.xml       |    4 ++--
 BOOK/system-config/common/udev.xml         |    2 +-
 BOOK/system-config/common/usage.xml        |    2 +-
 14 files changed, 21 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list