mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
systemd: Fix the syntax of commands used to configure automatic file creation and deletion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
dd2d8eb3b0
commit
94fe8fafc1
@ -43,6 +43,16 @@
|
|||||||
appropriate for the entry or if needed the entire day's listitem.
|
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>
|
<listitem>
|
||||||
<para>2019-04-15</para>
|
<para>2019-04-15</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -112,8 +112,8 @@ EOF</userinput></screen>
|
|||||||
be copied to <filename class="directory">/etc/tmpfiles.d</filename>
|
be copied to <filename class="directory">/etc/tmpfiles.d</filename>
|
||||||
and edited as desired. For example:
|
and edited as desired. For example:
|
||||||
|
|
||||||
<screen role="nodump"><userinput>mkdir -p /etc/tempfiles.d
|
<screen role="nodump"><userinput>mkdir -p /etc/tmpfiles.d
|
||||||
cp /usr/lib/tmpfiles.d/tmp.conf /etc/tempfiles.d</userinput></screen>
|
cp /usr/lib/tmpfiles.d/tmp.conf /etc/tmpfiles.d</userinput></screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20190415">
|
<!ENTITY version "SVN-20190420">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20190415-systemd">
|
<!ENTITY versiond "20190420-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-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 copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.5">
|
<!ENTITY milestone "8.5">
|
||||||
|
Loading…
Reference in New Issue
Block a user