aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/inetutils.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-11-15 01:19:21 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-11-15 01:19:21 +0000
commitcbb49cd7054501ac36f5d66640e7141b0c306b34 (patch)
treee9e6514ed2fb0e03fac6106e30e27ac653dc4944 /chapter06/inetutils.xml
parentea8d5e7f04be5babf74b9a899c9b2f4b6a248e0e (diff)
Chapter 6 - Inetutils:
Changed --libexecdir option from /usr/sbin to /usr/lib. Partially fixes Bug #678. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r--chapter06/inetutils.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index fd448abdb..acb4996e4 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -16,7 +16,7 @@ Estimated required disk space: &inetutils-compsize;</screen>
<para>Prepare Inetutils for compilation:</para>
<screen><userinput>./configure --prefix=/usr --disable-syslogd \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/lib --disable-logger \
&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-whois --disable-servers</userinput></screen>