Changeset 786d85c


Ignore:
Timestamp:
09/22/2003 07:00:47 AM (21 years ago)
Author:
Igor Živković <igor@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
74696d9
Parents:
04e486e
Message:

updated to leafnode-1.9.43

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r04e486e r786d85c  
    1212<itemizedlist>
    1313
     14<listitem><para>September 22st, 2003 [igor]: Updated to
     15leafnode-1.9.43.</para></listitem>
     16   
    1417<listitem><para>September 21st, 2003 [tushar]: Moved STLport to Appendix C.</para></listitem>
    1518
  • server/other/leafnode/leafnode-config.xml

    r04e486e r786d85c  
    77<filename>/etc/xinetd.conf</filename></para>
    88
    9 <para>leafnode may be configured to use inetd or xinetd as follows:
    10 </para>
     9<para>leafnode may be configured to use inetd by adding a leafnode entry
     10to the <filename>/etc/inetd.conf</filename> file with the following
     11command:</para>
    1112
    12 <para>inetd configuration</para>
    13 <para>Add a leafnode entry to the <filename>/etc/inetd.conf</filename>
    14 file with the following command:
    15 <screen><userinput>echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \
    16 &gt;&gt; /etc/inetd.conf</userinput></screen></para>
     13<screen><userinput><command>echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \
     14&gt;&gt; /etc/inetd.conf</command></userinput></screen>
    1715
    18 <para>xinetd configuration</para>
    19 <para>Add a leafnode entry to the <filename>/etc/xinetd.conf</filename>
    20 file with the following command:
    21 <screen><userinput>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"</userinput>
     16<para>Alternatively, leafnode may be configured to use xinetd by
     17adding a leafnode entry to the <filename>/etc/xinetd.conf</filename>
     18file with the following command:</para>
     19
     20<screen><userinput><command>cat &gt;&gt; /etc/xinetd.conf &lt;&lt; "EOF"
    2221        service nntp
    2322        {
     
    3231           per_source      = 3
    3332        }
    34 <userinput>EOF</userinput></screen></para>
     33EOF</command></userinput></screen>
    3534
    3635<para>The <filename>/etc/news/config</filename> file must be
    37 edited to reflect the name of the upstream NNTP provider.  Copy the
     36edited to reflect the name of the upstream <acronym>NNTP</acronym>
     37provider. Copy the
    3838example configuration file to <filename>/etc/news/config</filename>
    39 and save the original for reference : </para>
     39and save the original for reference: </para>
    4040
    41 <para><screen><userinput>cp /etc/news/config.example /etc/news/config</userinput></screen></para>
    42 <para>Change the</para>
    43 <para><screen><userinput>server = </userinput></screen></para>
    44 <para>entry to reflect your news provider. </para>
     41<screen><userinput><command>cp /etc/news/config.example /etc/news/config</command>
     42</userinput></screen>
    4543
    46 <para>The NNTPSERVER environment variable must be set to 127.0.0.1 to
     44<para>Change the
     45<screen><userinput><command>server = </command></userinput></screen>
     46entry to reflect your news provider.</para>
     47
     48<para>The <envar>NNTPSERVER</envar> environment variable must be set to 127.0.0.1 to
    4749prevent news clients from reading news from the upstream feed, add the
    4850following to <filename>/etc/profile</filename> or
    49 <filename>$HOME/.bash_profile</filename> :</para>
    50 <para><screen><userinput>export NNTPSERVER=127.0.0.1</userinput></screen></para>
     51<filename>$HOME/.bash_profile</filename>:</para>
     52
     53<screen><userinput><command>export NNTPSERVER=127.0.0.1</command></userinput></screen>
    5154
    5255</sect3>
    5356
    5457</sect2>
    55 
  • server/other/leafnode/leafnode-desc.xml

    r04e486e r786d85c  
    33
    44<para>The leafnode package contains
    5 <userinput>leafnode</userinput>,
    6 <userinput>applyfilter</userinput>,
    7 <userinput>texpire</userinput>,
    8 <userinput>checkgroups</userinput>,
    9 <userinput>fetchnews</userinput> and
    10 <userinput>newsq.</userinput></para></sect2>
     5<command>leafnode-version</command>,
     6<command>leafnode</command>,
     7<command>applyfilter</command>,
     8<command>texpire</command>,
     9<command>checkgroups</command>,
     10<command>fetchnews</command> and
     11<command>newsq.</command></para></sect2>
    1112
    1213<sect2><title>Description</title>
    1314
     15<sect3><title>leafnode-version</title>
     16<para><command>leafnode-version</command> prints the leafnode
     17version.</para></sect3>
     18
    1419<sect3><title>leafnode</title>
    15 <para>leafnode is the NNTP server daemon.</para></sect3>
     20<para><command>leafnode</command> is the <acronym>NNTP</acronym> server daemon.</para></sect3>
    1621
    1722<sect3><title>applyfilter</title>
    18 <para>applyfilter filters newsgroup articles according to regular
     23<para><command>applyfilter</command> filters newsgroup articles according to regular
    1924expressions.</para></sect3>
    2025
    2126<sect3><title>texpire</title>
    22 <para>texpire expires old articles and unread groups.</para></sect3>
     27<para><command>texpire</command> expires old articles and unread groups.</para></sect3>
    2328
    2429<sect3><title>checkgroups</title>
    25 <para>checkgroups inserts newsgroup titles into the newsgroup
     30<para><command>checkgroups</command> inserts newsgroup titles into the newsgroup
    2631database.</para></sect3>
    2732
    2833<sect3><title>fetchnews</title>
    29 <para>fetchnews sends posted articles to and retrieves new articles
     34<para><command>fetchnews</command> sends posted articles to and retrieves new articles
    3035from an upstream news server.</para></sect3>
    3136
    3237<sect3><title>newsq</title>
    33 <para>newsq shows articles waiting to be sent upstream.</para></sect3>
    34 
     38<para><command>newsq</command> shows articles waiting to be sent upstream.</para></sect3>
    3539
    3640</sect2>
    37 
  • server/other/leafnode/leafnode-exp.xml

    r04e486e r786d85c  
    22<title>Installation command explanations</title>
    33
    4 <para><userinput>
    5 groupadd news
    6 useradd -g news news :
    7 </userinput></para>
    8 <para>Create the group and user news, if not present.  Errors
    9 resulting from an already existing user or group news may be
    10 ignored.</para>
    11 
    12 <para><userinput> --prefix=/usr</userinput> : Change the default
    13 installation directory of <filename>/usr/local</filename>.</para>
    14 
    15 <para><userinput> --localstatedir=/var</userinput> : Change the default
     4<para><command>--localstatedir=/var</command> : Change the default
    165spool directory of <filename>/usr/var</filename>.</para>
    176
    18 <para><userinput> --sysconfdir=/etc/news</userinput> : leafnode reads its configuration data from an file called
    19 <filename>config</filename>, this with be created in
    20 <filename>/etc/news</filename> to avoid any potential conflict with
    21 other packages.
    22 </para>
     7<para><command>--sysconfdir=/etc/news</command> : leafnode reads its
     8configuration data from a file called <filename>config</filename> which
     9will be created in <filename class="directory">/etc/news</filename> to
     10avoid any potential conflict with other packages.</para>
    2311
    24 <para><userinput> make update</userinput> : Create an initial <filename>/etc/news/config.example</filename> file,
    25 which must be renamed to <filename>/etc/news/config</filename>.</para>
     12<para><command>make update</command> : Create an initial
     13<filename>/etc/news/config.example</filename> file, which must be
     14renamed to <filename>/etc/news/config</filename>.</para>
    2615
    2716</sect2>
  • server/other/leafnode/leafnode-inst.xml

    r04e486e r786d85c  
    11<sect2>
    2 <title>Installation of leafnode</title>
     2<title>Installation of <application>leafnode</application></title>
    33
    4 <para>Install leafnode by running the following commands:</para>
    5 <para><screen><userinput>groupadd news
    6 useradd -g news news
    7 ./configure --localstatedir=/var --prefix=/usr \
     4<para>Create the group and user news, if not present:</para>
     5
     6<screen><userinput><command>groupadd news &amp;&amp;
     7useradd -g news news</command></userinput></screen>
     8
     9<para>Install <application>leafnode</application> by running the following commands:</para>
     10
     11<screen><userinput><command>./configure --prefix=/usr --localstatedir=/var \
    812    --sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck &amp;&amp;
    913make &amp;&amp;
    1014make install &amp;&amp;
    1115ldconfig &amp;&amp;
    12 make update</userinput></screen></para>
     16make update</command></userinput></screen>
     17
    1318</sect2>
    14 
  • server/other/leafnode/leafnode-intro.xml

    r04e486e r786d85c  
    11<sect2>
    2 <title>Introduction to leafnode-&leafnode-version;</title>
     2<title>Introduction to <application>leafnode</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&leafnode-download-http;"/>
    5 Download location (FTP):        <ulink url="&leafnode-download-ftp;" />
    6 Version used:                   &leafnode-version;
    7 Package size:                   &leafnode-size;
    8 Estimated Disk space required:  &leafnode-buildsize;</screen>
     4<para><application>leafnode</application> is an <acronym>NNTP</acronym>
     5server designed for small sites to provide a local USENET spool.</para>
    96
    10 <para>leafnode is an NNTP server designed for small sites to provide a
    11 local USENET spool.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&leafnode-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&leafnode-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &leafnode-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &leafnode-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &leafnode-time;</para></listitem></itemizedlist>
     14</sect3>
    1215
    13 <para><screen>leafnode depends on:
    14 <xref linkend="pcre"/></screen>
    15 </para></sect2>
     16<sect3><title><application>leafnode</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para><xref linkend="pcre"/>
     19</para></sect4>
     20</sect3>
     21
     22</sect2>
  • server/other/leafnode/leafnode.ent

    r04e486e r786d85c  
    33<!ENTITY leafnode-inst SYSTEM "leafnode-inst.xml">
    44<!ENTITY leafnode-exp SYSTEM "leafnode-exp.xml">
    5 <!ENTITY leafnode-config-exp SYSTEM "leafnode-config-exp.xml">
    65<!ENTITY leafnode-desc SYSTEM "leafnode-desc.xml">
    76<!ENTITY leafnode-config SYSTEM "leafnode-config.xml">
    8 <!ENTITY leafnode-buildsize "4.5 MB">
    9 <!ENTITY leafnode-version "1.9.33">
     7<!ENTITY leafnode-buildsize "14 MB">
     8<!ENTITY leafnode-version "1.9.43">
    109<!ENTITY leafnode-download-http "http://unc.dl.sourceforge.net/sourceforge/leafnode/leafnode-&leafnode-version;.rel.tar.bz2">
    1110<!ENTITY leafnode-download-ftp "ftp://unc.dl.sourceforge.net/pub/sourceforge/leafnode/leafnode-&leafnode-version;.rel.tar.bz2">
    12 <!ENTITY leafnode-size "602 KB">
     11<!ENTITY leafnode-size "614 KB">
     12<!ENTITY leafnode-time "0.11 SBU">
Note: See TracChangeset for help on using the changeset viewer.