network edits

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@866 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-04-21 03:07:54 +00:00
parent e80cc95c31
commit 23e6faf862
14 changed files with 25 additions and 23 deletions

View File

@ -9,13 +9,14 @@ and <userinput>fetchmailconf</userinput>.</para>
<sect2><title>Description</title>
<sect3><title>fetchmail</title>
<para>When executed as a user this will source that users ~/.fetchmailrc and
<para>When executed as a user this will source that users <filename>~/.fetchmailrc</filename> and
download the appropriate mail. When run as root ALL users who have a
.fetchmailrc will have their mail downloaded and delivered accordingly.
<filename>.fetchmailrc</filename> will have their mail downloaded and delivered accordingly.
</para></sect3>
<sect3><title>fetchmailconf</title>
<para>This program provides a Tk GUI interface to your ~/.fetchmailrc making it
<para>This program provides a Tk GUI interface to your
<filename>~/.fetchmailrc</filename> making it
much easier to configure. However you will require, Python, and it must
have the Tkinker module available.</para></sect3>

View File

@ -1,7 +1,8 @@
<sect2>
<title>Command explanations</title>
<para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch</userinput> : This patch will make Pine use /etc for configuration files.</para>
<para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch</userinput> : This
patch will make Pine use <filename>/etc</filename> for configuration files.</para>
<para>The build procedure for Pine is somewhat unusual, in that
options usually passed as ./configure options or housed in $CFLAGS

View File

@ -1,7 +1,8 @@
<sect2>
<title>Command explanations</title>
<para><userinput>./configure --prefix=/usr</userinput> : Specify /usr to install to instead of /usr/local.</para>
<para><userinput>./configure --prefix=/usr</userinput> : Specify
<filename>/usr</filename> to install to instead of <filename>/usr/local</filename>.</para>
<para><userinput>./configure --with-slrnpull</userinput> : Build the slrnpull executable.</para>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
<para>The gnet package contains <userinput>gnet libraries</userinput>.</para>
<para>The gnet package contains <filename>gnet</filename> libraries.</para>
</sect2>

View File

@ -2,8 +2,8 @@
<title>Contents</title>
<para>The wvstreams package contains the
<userinput>wvcrypto</userinput>, <userinput>wvstreams</userinput> and
<userinput>wvutils</userinput> libraries.</para>
<filename>wvcrypto</filename>, <filename>wvstreams</filename> and
<filename>wvutils</filename> libraries.</para>
</sect2>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
<para>The cvs package contains <userinput>cvs, cvsbug</userinput> and
<para>The cvs package contains <userinput>cvs</userinput>, <userinput>cvsbug</userinput> and
<userinput>rcs2log</userinput>.</para>
</sect2>

View File

@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
<para>The inetutils package contains <userinput>network clients and servers</userinput>.</para>
<para>The inetutils package contains network clients and servers.</para>
</sect2>

View File

@ -6,7 +6,7 @@ Adjusts the Makefile so that the program is installed with user root instead
of user bin (which doesn't exist on a default LFS system).</para>
<para><userinput>make install</userinput> : Installs traceroute setuid root
in the /usr/sbin directory. This makes it possible for all users to execute
in the <filename>/usr/sbin</filename> directory. This makes it possible for all users to execute
traceroute. For absolute security, turn off the setuid bit in traceroute's
file permissions with the command:
<screen><userinput>chmod 0755 /usr/sbin/traceroute</userinput></screen></para>
@ -18,7 +18,8 @@ of course also makes it impossible for users other than root to utilize
traceroute, so decide what's right for your individual situation.</para>
<para>Now, to be completely FHS compliant, as is our aim, if you do leave the
traceroute binary setuid root, then you should move traceroute to /usr/bin
traceroute binary setuid root, then you should move traceroute to
<filename>/usr/bin</filename>
with the following command:
<screen><userinput>mv /usr/sbin/traceroute /usr/bin</userinput></screen></para>

View File

@ -8,7 +8,7 @@
<sect3><title>Configuration Information</title>
<para>Various settings such as proxies can be set in the system-wide
lynx.cfg file found in /etc.</para>
<filename>lynx.cfg</filename> file found in <filename>/etc</filename>.</para>
</sect3>
</sect2>

View File

@ -3,10 +3,10 @@
<title>Configuring the LFS bootscripts to support DHCP clients</title>
<sect2><title>Config files</title>
<para><userinput>/etc/sysconfig/network</userinput>,
<userinput>/etc/sysconfig/network-devices/ifup-eth0</userinput>,
<userinput>/etc/sysconfig/network-devices/ifdown-eth0</userinput>,
<userinput>/etc/sysconfig/network-devices/ifconfig.eth0</userinput></para>
<para><filename>/etc/sysconfig/network</filename>,
<filename>/etc/sysconfig/network-devices/ifup-eth0</filename>,
<filename>/etc/sysconfig/network-devices/ifdown-eth0</filename>,
<filename>/etc/sysconfig/network-devices/ifconfig.eth0</filename></para>
</sect2>
<sect2><title>Configuration Information</title>

View File

@ -16,9 +16,7 @@ number etc. You will then need to enter that information into the
<para>You then start wvdial with:
<screen><userinput>wvdial</userinput>.</screen></para>
<para>For more information examine the
<userinput>wvdialconf</userinput>, <userinput>wvdial.conf</userinput>
and <userinput>wvdial</userinput> man pages.</para>
<para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
</sect3>

View File

@ -1,4 +1,4 @@
<sect1 id="GLib2" xreflabel="GLib2-&GLib2-version;">
<sect1 id="GLib2" xreflabel="GLib-&GLib2-version;">
<?dbhtml filename="glib2.html" dir="general"?>
<title>GLib-&GLib2-version;</title>

View File

@ -52,7 +52,7 @@ located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
have no interest in Gnome-&gnome-version;.</para>
<para><screen>Gnome-&gnome-version; requires:
<xref linkend="xfree86"/>, Xft, fontconfig, <xref linkend="GTK2"/>, <xref linkend="libpng"/>,
<xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref linkend="libpng"/>,
<xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="popt"/>
Gnome-&gnome-version; will utilize:
<xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>,

View File

@ -1,4 +1,4 @@
<sect1 id="GTK2" xreflabel="GTK+2-&GTK2-version;">
<sect1 id="GTK2" xreflabel="GTK+-&GTK2-version;">
<?dbhtml filename="gtk2.html" dir="x"?>
<title>GTK+-&GTK2-version;</title>