diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/systemd.xml | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fc93605b9..5b03ec82c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2017-04-29</para> + <itemizedlist> + <listitem> + <para>[dj] - Remove fix for systemd with with gperf < 3.1.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2017-04-26</para> <itemizedlist> diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 837a69389..ae1c17655 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -186,10 +186,6 @@ EOF</userinput></screen> </variablelist> - <para>Fix a generated file:</para> - -<screen><userinput remap="pre">sed -i s/size_t/GPERF_LEN_TYPE/ src/resolve/dns_type-from-name.h</userinput></screen> - <para>Compile the package:</para> <screen><userinput remap="make">make LD_LIBRARY_PATH=/tools/lib</userinput></screen> |