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 /chapter06 | |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/inetutils.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |