Changeset 23e6faf for basicnet


Ignore:
Timestamp:
04/21/2003 03:07:54 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ccdc9c53
Parents:
e80cc95
Message:

network edits

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@866 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
basicnet
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/fetchmail/fetchmail-desc.xml

    re80cc95 r23e6faf  
    1010
    1111<sect3><title>fetchmail</title>
    12 <para>When executed as a user this will source that users ~/.fetchmailrc and
     12<para>When executed as a user this will source that users <filename>~/.fetchmailrc</filename> and
    1313download the appropriate mail.  When run as root ALL users who have a
    14 .fetchmailrc will have their mail downloaded and delivered accordingly.
     14<filename>.fetchmailrc</filename> will have their mail downloaded and delivered accordingly.
    1515</para></sect3>
    1616
    1717<sect3><title>fetchmailconf</title>
    18 <para>This program provides a Tk GUI interface to your ~/.fetchmailrc making it
     18<para>This program provides a Tk GUI interface to your
     19<filename>~/.fetchmailrc</filename> making it
    1920much easier to configure.  However you will require, Python, and it must
    2021have the Tkinker module available.</para></sect3>
  • basicnet/mailnews/pine/pine-exp.xml

    re80cc95 r23e6faf  
    22<title>Command explanations</title>
    33
    4 <para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch</userinput> : This patch will make Pine use /etc for configuration files.</para>
     4<para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch</userinput> : This
     5patch will make Pine use <filename>/etc</filename> for configuration files.</para>
    56
    67<para>The build procedure for Pine is somewhat unusual, in that
  • basicnet/mailnews/slrn/slrn-exp.xml

    re80cc95 r23e6faf  
    22<title>Command explanations</title>
    33
    4 <para><userinput>./configure --prefix=/usr</userinput> : Specify /usr to install to instead of /usr/local.</para>
     4<para><userinput>./configure --prefix=/usr</userinput> : Specify
     5<filename>/usr</filename> to install to instead of <filename>/usr/local</filename>.</para>
    56
    67<para><userinput>./configure --with-slrnpull</userinput> : Build the slrnpull executable.</para>
  • basicnet/netlibs/gnet/gnet-desc.xml

    re80cc95 r23e6faf  
    22<title>Contents</title>
    33
    4 <para>The gnet package contains <userinput>gnet libraries</userinput>.</para>
     4<para>The gnet package contains <filename>gnet</filename> libraries.</para>
    55
    66</sect2>
  • basicnet/netlibs/wvstreams/wvstreams-desc.xml

    re80cc95 r23e6faf  
    33
    44<para>The wvstreams package contains the
    5 <userinput>wvcrypto</userinput>, <userinput>wvstreams</userinput> and
    6 <userinput>wvutils</userinput> libraries.</para>
     5<filename>wvcrypto</filename>, <filename>wvstreams</filename> and
     6<filename>wvutils</filename> libraries.</para>
    77
    88</sect2>
  • basicnet/netprogs/cvs/cvs-desc.xml

    re80cc95 r23e6faf  
    22<title>Contents</title>
    33
    4 <para>The cvs package contains <userinput>cvs, cvsbug</userinput> and
     4<para>The cvs package contains <userinput>cvs</userinput>, <userinput>cvsbug</userinput> and
    55<userinput>rcs2log</userinput>.</para>
    66
  • basicnet/netprogs/inetutils/inetutils-desc.xml

    re80cc95 r23e6faf  
    22<title>Contents</title>
    33
    4 <para>The inetutils package contains <userinput>network clients and servers</userinput>.</para>
     4<para>The inetutils package contains network clients and servers.</para>
    55
    66</sect2>
  • basicnet/netutils/traceroute/traceroute-exp.xml

    re80cc95 r23e6faf  
    77
    88<para><userinput>make install</userinput> : Installs traceroute setuid root
    9 in the /usr/sbin directory. This makes it possible for all users to execute
     9in the <filename>/usr/sbin</filename> directory. This makes it possible for all users to execute
    1010traceroute. For absolute security, turn off the setuid bit in traceroute's
    1111file permissions with the command:
     
    1919
    2020<para>Now, to be completely FHS compliant, as is our aim, if you do leave the
    21 traceroute binary setuid root, then you should move traceroute to /usr/bin
     21traceroute binary setuid root, then you should move traceroute to
     22<filename>/usr/bin</filename>
    2223with the following command:
    2324<screen><userinput>mv /usr/sbin/traceroute /usr/bin</userinput></screen></para>
  • basicnet/textweb/lynx/lynx-config.xml

    re80cc95 r23e6faf  
    99
    1010<para>Various settings such as proxies can be set in the system-wide
    11 lynx.cfg file found in /etc.</para>
     11<filename>lynx.cfg</filename> file found in <filename>/etc</filename>.</para>
    1212</sect3>
    1313
Note: See TracChangeset for help on using the changeset viewer.