mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
sysv book: Purge /lib/systemd created by man-db-2.8.5 and used, if present, for service files by at least man-db and avahi.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11528 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
43eb476f64
commit
9f029f969a
@ -42,6 +42,16 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
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="sysv">
|
||||||
|
<para>2019-02-21</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Suppress /lib/systemd/ directory created by
|
||||||
|
man-db-2.8.5.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2019-02-19</para>
|
<para>2019-02-19</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -109,6 +109,11 @@
|
|||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
|
||||||
|
<para revision="sysv">Remove an unwanted directory used for service files
|
||||||
|
which would cause some BLFS packages to also install files there: </para>
|
||||||
|
|
||||||
|
<screen revision="sysv"><userinput remap="install">rm -rfv /lib/systemd</userinput></screen>
|
||||||
<!--
|
<!--
|
||||||
<para revision="systemd">Remove a reference to a non-existent user:</para>
|
<para revision="systemd">Remove a reference to a non-existent user:</para>
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20190219">
|
<!ENTITY version "SVN-20190221">
|
||||||
<!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 "20190219-systemd">
|
<!ENTITY versiond "20190221-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "February 19, 2019">
|
<!ENTITY releasedate "February 21, 2019">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "8.4">
|
<!ENTITY milestone "8.4">
|
||||||
|
Loading…
Reference in New Issue
Block a user