From ab4b285a8c64ab70e54c909691da0454db26e399 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Feb 2009 12:41:11 +0000 Subject: Remove --sysconfdir parameter from Inetutils'. Fixes #2313. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8805 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 +++++ 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 @@ -40,6 +40,11 @@ 2009-02-08 + + [matthew] - Remove an unneeded --sysconfdir parameter in + Inetutils' instructions. Fixes + #2313. + [matthew] - Upgraded to Linux-2.6.28.4. Fixes #2340. 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 @@ Prepare Inetutils for compilation: ./configure --prefix=/usr --libexecdir=/usr/sbin \ - --sysconfdir=/etc --localstatedir=/var \ - --disable-ifconfig --disable-logger --disable-syslogd \ - --disable-whois --disable-servers + --localstatedir=/var --disable-ifconfig \ + --disable-logger --disable-syslogd --disable-whois \ + --disable-servers The meaning of the configure options: -- cgit v1.2.3-54-g00ecf