Author: bdubbs
Date: Thu Feb 11 10:19:06 2021
New Revision: 12132
Log:
Fix procps-ng currency
Minor grammar fix
Modified:
trunk/BOOK/chapter08/systemd.xml
trunk/BOOK/lfs-latest.php
Modified: trunk/BOOK/chapter08/systemd.xml
==============================================================================
--- trunk/BOOK/chapter08/systemd.xml Sat Feb 6 17:10:56 2021 (r12131)
+++ trunk/BOOK/chapter08/systemd.xml Thu Feb 11 10:19:06 2021 (r12132)
@@ -212,7 +212,7 @@
<screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>
- <para>Remove an useless directory:</para>
+ <para>Remove a useless directory:</para>
<screen><userinput remap="install">rm -rf /usr/lib/pam.d</userinput></screen>
Modified: trunk/BOOK/lfs-latest.php
==============================================================================
--- trunk/BOOK/lfs-latest.php Sat Feb 6 17:10:56 2021 (r12131)
+++ trunk/BOOK/lfs-latest.php Thu Feb 11 10:19:06 2021 (r12132)
@@ -280,7 +280,7 @@
}
if ( $package == "procps-ng" )
- return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
+ return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
if ( $package == "psmisc" )
return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page