diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 12:41:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 12:41:11 +0000 |
commit | ab4b285a8c64ab70e54c909691da0454db26e399 (patch) | |
tree | d8faea49235d2b7b88c24d2bff29b84999cda2a1 | |
parent | f08cfea65bc7bac963218917d992aaa5056a6aa1 (diff) |
Remove --sysconfdir parameter from Inetutils'. Fixes #2313.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 61fc6e73a..613abc587 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-02-08</para> <itemizedlist> <listitem> + <para>[matthew] - Remove an unneeded --sysconfdir parameter in + Inetutils' instructions. Fixes + <ulink url="&lfs-ticket-root;2313">#2313</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Linux-2.6.28.4. Fixes <ulink url="&lfs-ticket-root;2340">#2340</ulink>.</para> </listitem> diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index e1e87b1c9..a0e028637 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -56,9 +56,9 @@ <para>Prepare Inetutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/sbin \ - --sysconfdir=/etc --localstatedir=/var \ - --disable-ifconfig --disable-logger --disable-syslogd \ - --disable-whois --disable-servers</userinput></screen> + --localstatedir=/var --disable-ifconfig \ + --disable-logger --disable-syslogd --disable-whois \ + --disable-servers</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> |