From 658b97213f545ed564f3eba0d0b49ef66fb41846 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 7 Oct 2004 14:51:15 +0000 Subject: [PATCH] Modified Inetutils instructions to match LFS and added an optional dependency git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2772 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- basicnet/netprogs/inetutils.xml | 14 ++++++++++---- general.ent | 2 +- introduction/welcome/changelog.xml | 10 +++++++--- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/basicnet/netprogs/inetutils.xml b/basicnet/netprogs/inetutils.xml index 63ed2d299c..9e3e60bfb5 100644 --- a/basicnet/netprogs/inetutils.xml +++ b/basicnet/netprogs/inetutils.xml @@ -45,7 +45,9 @@ url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/> <application>Inetutils</application> dependencies Optional -, and +, +, +krb4 and or @@ -58,10 +60,10 @@ url="&patch-root;/inetutils-&inetutils-version;-kernel_headers-1.patch"/> commands: patch -Np1 -i ../inetutils-&inetutils-version;-kernel_headers-1.patch && -./configure --prefix=/usr --disable-syslogd \ - --libexecdir=/usr/sbin --infodir=/usr/share/info \ +./configure --prefix=/usr --libexecdir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var \ - --mandir=/usr/share/man && + --mandir=/usr/share/man --infodir=/usr/share/info \ + --disable-logger --disable-syslogd && make && make install && mv /usr/bin/ping /bin @@ -71,6 +73,10 @@ mv /usr/bin/ping /bin Command explanations +--disable-logger: This switch prevents +Inetutils installing a logger +program, which is installed in the LFS Book. + --disable-syslogd: This switch prevents Inetutils installing a System Log Daemon, which is installed in the LFS Book. diff --git a/general.ent b/general.ent index d36cc8ff5b..f25da564e8 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 804b57778a..1f58c39bbb 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -22,6 +22,10 @@ who wrote what. +October 7th, 2004 [randy]: Modified configure switches +in Inetutils instructions to match LFS and added an optional +dependency. + October 6th, 2004 [igor]: Updated to expat-1.95.8. @@ -35,14 +39,14 @@ page. October 2nd, 2004 [dj]: Added net-tools as a dependency for RP-PPPoE. Made iproute2 patch optional for dhcp. -September 27th, 2004 [Randy]: Modified Ethereal +September 27th, 2004 [randy]: Modified Ethereal configuration instructions as suggested by Bruce Dubbs; modified iptables id entity. -September 26th, 2004 [Randy]: Modified chown command in +September 26th, 2004 [randy]: Modified chown command in Apache instructions to change ownership of more files. -September 26th, 2004 [Randy]: Added new package +September 26th, 2004 [randy]: Added new package Ethereal-0.10.6. September 24th, 2004 [larry]: Updated to