Author: matthew
Date: Sun Mar 24 08:19:05 2013
New Revision: 10217

Log:
Create an empty /etc/sysctl.conf file to avoid a boot error being logged by 
Systemd.

Modified:
   branches/systemd/BOOK/chapter01/changelog.xml
   branches/systemd/BOOK/chapter06/procps.xml
   branches/systemd/BOOK/general.ent

Modified: branches/systemd/BOOK/chapter01/changelog.xml
==============================================================================
--- branches/systemd/BOOK/chapter01/changelog.xml       Sun Mar 24 08:06:42 
2013        (r10216)
+++ branches/systemd/BOOK/chapter01/changelog.xml       Sun Mar 24 08:19:05 
2013        (r10217)
@@ -37,6 +37,17 @@
 -->
 
     <listitem>
+      <para>2013-03-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Create an empty
+          <filename>/etc/sysctl.conf</filename> file to prevent a boot error
+          being logged by Systemd.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2013-03-16</para>
       <itemizedlist>
         <listitem>

Modified: branches/systemd/BOOK/chapter06/procps.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/procps.xml  Sun Mar 24 08:06:42 2013        
(r10216)
+++ branches/systemd/BOOK/chapter06/procps.xml  Sun Mar 24 08:19:05 2013        
(r10217)
@@ -99,6 +99,20 @@
 
   </sect2>
 
+  <sect2 id="conf-procps" role="configuration">
+    <title>Configuring Procps</title>
+
+    <indexterm zone="conf-procps">
+      <primary sortas="e-/etc/sysctl.conf">/etc/sysctl.conf</primary>
+    </indexterm>
+
+    <para>The <filename>/etc/sysctl.conf</filename> file needs to be present,
+    otherwise Systemd will output an error when booting:</para>
+
+<screen><userinput>touch /etc/sysctl.conf</userinput></screen>
+
+  </sect2>
+
   <sect2 id="contents-procps" role="content">
     <title>Contents of Procps-ng</title>
 

Modified: branches/systemd/BOOK/general.ent
==============================================================================
--- branches/systemd/BOOK/general.ent   Sun Mar 24 08:06:42 2013        (r10216)
+++ branches/systemd/BOOK/general.ent   Sun Mar 24 08:19:05 2013        (r10217)
@@ -1,5 +1,5 @@
-<!ENTITY version "SYSTEMD-20130320">
-<!ENTITY releasedate "March 20, 2013">
+<!ENTITY version "SYSTEMD-20130324">
+<!ENTITY releasedate "March 24, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to