Changeset 96574fa7 for basicnet


Ignore:
Timestamp:
04/24/2003 04:42:26 PM (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:
57050d0
Parents:
301a2cd3
Message:

picky stuff

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

Location:
basicnet
Files:
7 edited

Legend:

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

    r301a2cd3 r96574fa7  
    1515
    1616<screen>fetchmail depends on:
    17 <xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>).</screen>
     17<xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)</screen>
    1818
    1919</sect2>
  • basicnet/mailnews/pine/pine-intro.xml

    r301a2cd3 r96574fa7  
    99<screen>
    1010Required patches:
    11 Download location (FTP):       <ulink url="&blfs-patch-dir;/pine-4.44-fhs.patch.bz2"/></screen>
     11Download location (FTP):        <ulink url="&blfs-patch-dir;/pine-4.44-fhs.patch.bz2"/></screen>
    1212
    1313<para>The Pine package contains the Pine Mail User Agent and several
  • basicnet/netlibs/curl/curl.ent

    r301a2cd3 r96574fa7  
    99<!ENTITY curl-download-ftp "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.10.4.tar.bz2">
    1010<!ENTITY curl-size "860 KB">
    11 <!ENTITY curl-time "0.65">
     11<!ENTITY curl-time "0.65 SBU">
  • basicnet/netlibs/wvstreams/wvstreams-intro.xml

    r301a2cd3 r96574fa7  
    1111libwvcrypto libraries.  These are needed to compile wvdial.</para>
    1212
    13 <screen>wvstreams needs <xref linkend="openssl"/> to build the wvcrypto library.</screen>
     13<screen>wvstreams depends on:
     14<xref linkend="openssl"/> to build the wvcrypto library.</screen>
    1415
    1516</sect2>
  • basicnet/netprogs/inetutils/inetutils-exp.xml

    r301a2cd3 r96574fa7  
    1212
    1313<para><userinput>--with-pam</userinput> : This option makes inetutils compile
    14 against for Linux-PAM. Omit this option if you didn't install PAM.</para>
     14against for Linux-PAM. Add this option if you want to utilize PAM.</para>
    1515</sect2>
    1616
  • basicnet/netprogs/inetutils/inetutils-inst.xml

    r301a2cd3 r96574fa7  
    66<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \
    77        --libexecdir=/usr/sbin --infodir=/usr/share/info \
    8         --mandir=/usr/share/man --with-wrap --with-pam &amp;&amp;
     8        --mandir=/usr/share/man --with-wrap &amp;&amp;
    99make &amp;&amp;
    1010make install </userinput></screen></para>
  • basicnet/netprogs/inetutils/inetutils-intro.xml

    r301a2cd3 r96574fa7  
    1010<para>The inetutils package contains network client's and server's.</para>
    1111
     12<screen>inetutils will utilize:
     13<xref linkend="Linux_PAM"/></screen>
     14
    1215</sect2>
Note: See TracChangeset for help on using the changeset viewer.