Author: dj
Date: Sat Nov 24 10:08:40 2018
New Revision: 11488
Log:
Add 'wheel' group to systemd groups.
Add touch to the list of moved coreutils programs, and clarify necessity of the
moves to meet FHS compliance.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/coreutils.xml
trunk/BOOK/chapter06/createfiles.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Wed Nov 21 11:22:28 2018 (r11487)
+++ trunk/BOOK/chapter01/changelog.xml Sat Nov 24 10:08:40 2018 (r11488)
@@ -43,6 +43,19 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2018-11-24</para>
+ <itemizedlist>
+ <listitem revision="systemd">
+ <para>[dj] - Add "wheel" group to systemd groups.</para>
+ </listitem>
+ <listitem>
+ <para>[dj] - Add touch to the list of moved coreutils programs, and
+ clarify necessity of the moves to meet FHS compliance.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2018-11-21</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/coreutils.xml
==============================================================================
--- trunk/BOOK/chapter06/coreutils.xml Wed Nov 21 11:22:28 2018 (r11487)
+++ trunk/BOOK/chapter06/coreutils.xml Sat Nov 24 10:08:40 2018 (r11488)
@@ -152,16 +152,13 @@
sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
<para revision="sysv">Some of the scripts in the LFS-Bootscripts package
- depend on <command>head</command>, <command>sleep</command>, and
- <command>nice</command>. As <filename class="directory">/usr</filename>
- may not be available during the early stages of booting, those binaries
- need to be on the root partition:</para>
+ depend on <command>head</command>, <command>nice</command>,
+ <command>sleep</command>, and <command>touch</command>. As <filename
+ class="directory">/usr</filename> may not be available during the early and
+ late stages of booting, those binaries need to be on the root partition to
+ maintain FHS compliance:</para>
- <para revision="systemd">Some packages in BLFS and beyond expect the
- following programs in <filename class="directory">/bin</filename>, so make
- sure they are placed there:</para>
-
-<screen><userinput remap="install">mv -v /usr/bin/{head,sleep,nice}
/bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/{head,nice,sleep,touch}
/bin</userinput></screen>
</sect2>
Modified: trunk/BOOK/chapter06/createfiles.xml
==============================================================================
--- trunk/BOOK/chapter06/createfiles.xml Wed Nov 21 11:22:28 2018
(r11487)
+++ trunk/BOOK/chapter06/createfiles.xml Sat Nov 24 10:08:40 2018
(r11488)
@@ -300,6 +300,7 @@
systemd-resolve:x:77:
systemd-timesync:x:78:
systemd-coredump:x:79:
+wheel:x:97:
nogroup:x:99:
users:x:999:</literal>
EOF</userinput></screen>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Wed Nov 21 11:22:28 2018 (r11487)
+++ trunk/BOOK/general.ent Sat Nov 24 10:08:40 2018 (r11488)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20181121">
+<!ENTITY version "SVN-20181124">
<!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 "20181121-systemd">
+<!ENTITY versiond "20181124-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "November 21, 2018">
+<!ENTITY releasedate "November 24, 2018">
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "8.3">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page