Browse Source

Inetutils: Added --sysconfdir=/etc --localstatedir=/var and moved the ping binary from /usr/bin to /bin

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 years ago
parent
commit
cfd08b432d
3 changed files with 19 additions and 3 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 12 1
      chapter06/inetutils-inst.xml
  3. 2 2
      index.xml

+ 5 - 0
chapter01/changelog.xml

@@ -6,6 +6,11 @@
 
 
 <itemizedlist>
 <itemizedlist>
 
 
+<listitem><para>August 27, 2003 [jeremy] - Chapter 06 -
+Inetutils: Added --sysconfdir=/etc --localstatedir=/var
+and moved the ping binary from /usr/bin to /bin</para>
+</listitem>
+
 <listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
 <listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
 Creating /etc/hosts: Changed www.mydomain.org to
 Creating /etc/hosts: Changed www.mydomain.org to
 &lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
 &lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>

+ 12 - 1
chapter06/inetutils-inst.xml

@@ -6,7 +6,9 @@
 <para>Prepare Inetutils to be compiled:</para>
 <para>Prepare Inetutils to be compiled:</para>
 
 
 <para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
 <para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
-&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger</userinput></screen></para>
+&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=/usr/sbin --disable-logger \
+&nbsp;&nbsp;&nbsp;&nbsp;--sysconfdir=/etc --localstatedir=/var
+</userinput></screen></para>
 
 
 <para>The meanings of the configure options are:</para>
 <para>The meanings of the configure options are:</para>
 
 
@@ -19,6 +21,11 @@ installed with the Sysklogd package.</para></listitem>
 prevents inetutils from installing the logger program, which is used by
 prevents inetutils from installing the logger program, which is used by
 scripts to pass messages to the System Log Daemon. We do not install it
 scripts to pass messages to the System Log Daemon. We do not install it
 because Util-linux installs a better version later.</para></listitem>
 because Util-linux installs a better version later.</para></listitem>
+
+<listitem><para><userinput>--sysconfdir=/etc</userinput>: This option
+tells the binaries created by the package to look in /etc for their
+configuration files</para></listitem>
+
 </itemizedlist>
 </itemizedlist>
 
 
 <para>Continue with compiling the package:</para>
 <para>Continue with compiling the package:</para>
@@ -29,5 +36,9 @@ because Util-linux installs a better version later.</para></listitem>
 
 
 <para><screen><userinput>make install</userinput></screen></para>
 <para><screen><userinput>make install</userinput></screen></para>
 
 
+<para>Put the ping command into the appropriate place:</para>
+
+<para><screen><userinput>mv /usr/bin/ping /bin</userinput></screen></para>
+
 </sect2>
 </sect2>
 
 

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 
 <!ENTITY book SYSTEM "book/book.xml">
 <!ENTITY book SYSTEM "book/book.xml">
 
 
-<!ENTITY version "20030826">
-<!ENTITY releasedate "August 26th, 2003">
+<!ENTITY version "20030827">
+<!ENTITY releasedate "August 27th, 2003">
 <!ENTITY nbsp " ">
 <!ENTITY nbsp " ">
 
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">