Author: renodr
Date: Sat Apr 20 08:55:50 2019
New Revision: 11582
Log:
systemd: Fix the syntax of commands used to configure automatic file creation
and deletion.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter07/systemd-custom.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Thu Apr 18 22:55:39 2019 (r11581)
+++ trunk/BOOK/chapter01/changelog.xml Sat Apr 20 08:55:50 2019 (r11582)
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem revision="systemd">
+ <para>2019-04-20</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Fix the syntax used for configuring automatic file
+ creation and deletion.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2019-04-15</para>
<itemizedlist>
Modified: trunk/BOOK/chapter07/systemd-custom.xml
==============================================================================
--- trunk/BOOK/chapter07/systemd-custom.xml Thu Apr 18 22:55:39 2019
(r11581)
+++ trunk/BOOK/chapter07/systemd-custom.xml Sat Apr 20 08:55:50 2019
(r11582)
@@ -112,8 +112,8 @@
be copied to <filename class="directory">/etc/tmpfiles.d</filename>
and edited as desired. For example:
-<screen role="nodump"><userinput>mkdir -p /etc/tempfiles.d
-cp /usr/lib/tmpfiles.d/tmp.conf /etc/tempfiles.d</userinput></screen>
+<screen role="nodump"><userinput>mkdir -p /etc/tmpfiles.d
+cp /usr/lib/tmpfiles.d/tmp.conf /etc/tmpfiles.d</userinput></screen>
</para>
</sect2>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Thu Apr 18 22:55:39 2019 (r11581)
+++ trunk/BOOK/general.ent Sat Apr 20 08:55:50 2019 (r11582)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20190415">
+<!ENTITY version "SVN-20190420">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc
releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or
"x.y[-pre{x}]" -->
-<!ENTITY versiond "20190415-systemd">
+<!ENTITY versiond "20190420-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "April 15, 2019">
+<!ENTITY releasedate "April 20, 2019">
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "8.5">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page