diff options
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/shadow.xml | 11 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 24 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d763eb9f8..3b8687071 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,17 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2020-04-19</para> + <itemizedlist> + <listitem> + <para>[pierre] - Fix a wrong hardcoded path in some programs + from the shadow package. Fixes + <ulink url="&lfs-ticket-root;4632">#4632</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2020-04-15</para> <itemizedlist> <listitem revision="systemd"> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index b052ab3ab..7fd621bdb 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -83,12 +83,21 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <para>Prepare Shadow for compilation:</para> -<screen><userinput remap="configure">./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen> +<screen><userinput remap="configure">touch /usr/bin/passwd +./configure --sysconfdir=/etc --with-group-name-max-length=32</userinput></screen> <variablelist> <title>The meaning of the configure option:</title> <varlistentry> + <term><command>touch /usr/bin/passwd</command></term> + <listitem> + <para>The file <filename>/usr/bin/passwd</filename> needs + to exist because its location is harcoded in some programs, and + the default location if it does not exist is not right.</para> + </listitem> + </varlistentry> + <varlistentry> <term><parameter>--with-group-name-max-length=32</parameter></term> <listitem> <para>The maximum user name is 32 characters. Make the maximum diff --git a/general.ent b/general.ent index 8b7e110ab..faa2fcc7a 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200415"> +<!ENTITY version "SVN-20200419"> <!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 "20200415-systemd"> +<!ENTITY versiond "20200419-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "April 15th, 2020"> +<!ENTITY releasedate "April 19th, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |