Changeset ca2217b for basicnet


Ignore:
Timestamp:
04/22/2003 03:06:28 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:
df106b1
Parents:
52b9837f
Message:

basicnet, server, content, x

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

Location:
basicnet
Files:
7 edited

Legend:

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

    r52b9837f rca2217b  
    2020can add as many users and servers as you need using the same syntax.</para>
    2121
    22 <para><userinput>man fetchmail</userinput> : Look for the section near the bottom named <userinput>CONFIGURATION EXAMPLES</userinput> it gives some quick
     22<para><userinput>man fetchmail</userinput> : Look for the section near
     23the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis> it gives some quick
    2324examples too. There are countless other config options once you get used to
    2425it.</para>
  • basicnet/netlibs/curl/curl-desc.xml

    r52b9837f rca2217b  
    33
    44<para>The curl package contains <userinput>curl</userinput>, <userinput>curl-config</userinput> and the
    5 <filename>curl</filename> library.</para>
     5<filename>libcurl</filename> libraries.</para>
    66
    77</sect2>
  • basicnet/netlibs/gnet/gnet-desc.xml

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

    r52b9837f rca2217b  
    33
    44<para>The wvstreams package contains the
    5 <filename>wvcrypto</filename>, <filename>wvstreams</filename> and
    6 <filename>wvutils</filename> libraries.</para>
     5<filename>libwvcrypto</filename> libraries,
     6<filename>libwvstreams</filename> libraries and
     7<filename>libwvutils</filename> libraries.</para>
    78
    89</sect2>
  • basicnet/netprogs/ncftp/ncftp-config.xml

    r52b9837f rca2217b  
    1717the splash screen advertising the NcFTPd server.</para>
    1818
    19 <para>There are other options in the prefs_v3 file.  Most of these are
     19<para>There are other options in the <filename>prefs_v3</filename> file.  Most of these are
    2020self-explanatory.</para>
    2121</sect3>
  • basicnet/netprogs/tcpwrappers/tcpwrappers-config.xml

    r52b9837f rca2217b  
    1919<note><para>The finger server is used as an example here.</para></note>
    2020<para>Similar changes must be made if xinetd is used, with the
    21 emphasis being on calling /usr/sbin/tcpd instead of calling the
     21emphasis being on calling <command>/usr/sbin/tcpd</command> instead of calling the
    2222service daemon directly, and passing the name of the service daemon to
    2323tcpd.</para>
  • basicnet/textweb/lynx/lynx-inst.xml

    r52b9837f rca2217b  
    22<title>Installation of lynx</title>
    33
    4 <para>Install lynx by running the following commands.  If you don't have
    5 openssl or zlib, miss out the <userinput>--with-ssl</userinput> or
    6 <userinput>--with-zlib</userinput> part of the configure command as
    7 appropriate.</para>
     4<para>Install lynx by running the following commands.</para>
    85
    96<para><screen><userinput>./configure --prefix=/usr --libdir=/etc --with-ssl --with-zlib &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.