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: