mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
96e0ac7d03
commit
cfd08b432d
@ -6,6 +6,11 @@
|
||||
|
||||
<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 -
|
||||
Creating /etc/hosts: Changed www.mydomain.org to
|
||||
<value of HOSTNAME>.mydomain.org</para></listitem>
|
||||
|
@ -6,7 +6,9 @@
|
||||
<para>Prepare Inetutils to be compiled:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
|
||||
--libexecdir=/usr/sbin --disable-logger</userinput></screen></para>
|
||||
--libexecdir=/usr/sbin --disable-logger \
|
||||
--sysconfdir=/etc --localstatedir=/var
|
||||
</userinput></screen></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
|
||||
scripts to pass messages to the System Log Daemon. We do not install it
|
||||
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>
|
||||
|
||||
<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>Put the ping command into the appropriate place:</para>
|
||||
|
||||
<para><screen><userinput>mv /usr/bin/ping /bin</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user