Changeset be2a00b


Ignore:
Timestamp:
05/18/2005 07:37:14 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
814e53c
Parents:
6ad98e12
Message:

Tagged leafnode.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/leafnode.xml

    r6ad98e12 rbe2a00b  
    55  %general-entities;
    66
    7 <!ENTITY leafnode-download-http "http://prdownloads.sourceforge.net/leafnode/leafnode-&leafnode-version;.rel.tar.bz2">
    8 <!ENTITY leafnode-download-ftp "ftp://ftp.gwdg.de/pub/linux/mirrors/sunsite/system/news/transport/leafnode-&leafnode-version;.rel.tar.bz2">
    9 <!ENTITY leafnode-md5sum "1d8d27673780ba49fcb69883c2cabdec">
    10 <!ENTITY leafnode-size "385 KB">
    11 <!ENTITY leafnode-buildsize "6.3 MB">
    12 <!ENTITY leafnode-time "0.10 SBU">
     7  <!ENTITY leafnode-download-http "http://prdownloads.sourceforge.net/leafnode/leafnode-&leafnode-version;.rel.tar.bz2">
     8  <!ENTITY leafnode-download-ftp "ftp://ftp.gwdg.de/pub/linux/mirrors/sunsite/system/news/transport/leafnode-&leafnode-version;.rel.tar.bz2">
     9  <!ENTITY leafnode-md5sum "1d8d27673780ba49fcb69883c2cabdec">
     10  <!ENTITY leafnode-size "385 KB">
     11  <!ENTITY leafnode-buildsize "6.3 MB">
     12  <!ENTITY leafnode-time "0.10 SBU">
    1313]>
    1414
    1515<sect1 id="leafnode" xreflabel="Leafnode-&leafnode-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="leafnode.html"?>
    21 <title>Leafnode-&leafnode-version;</title>
    22 
    23 <indexterm zone="leafnode">
    24   <primary sortas="a-Leafnode">Leafnode</primary>
    25 </indexterm>
    26 
    27 <sect2>
    28 <title>Introduction to <application>Leafnode</application></title>
    29 
    30 <para><application>Leafnode</application> is an <acronym>NNTP</acronym>
    31 server designed for small sites to provide a local USENET spool.</para>
    32 
    33 <sect3><title>Package information</title>
    34 <itemizedlist spacing='compact'>
    35   <listitem><para>Download (HTTP): <ulink url="&leafnode-download-http;"/></para></listitem>
    36   <listitem><para>Download (FTP): <ulink url="&leafnode-download-ftp;"/></para></listitem>
    37   <listitem><para>Download MD5 sum: &leafnode-md5sum;</para></listitem>
    38   <listitem><para>Download size: &leafnode-size;</para></listitem>
    39   <listitem><para>Estimated disk space required: &leafnode-buildsize;</para></listitem>
    40   <listitem><para>Estimated build time: &leafnode-time;</para></listitem>
    41 </itemizedlist>
    42 </sect3>
    43 
    44 <sect3>
    45 <title><application>Leafnode</application> dependencies</title>
    46 
    47 <sect4>
    48 <title>Required</title>
    49   <para><xref linkend="pcre"/> and <xref linkend="tcpwrappers"/></para>
    50 </sect4>
    51 
    52 <sect4>
    53 <title>Recommended</title>
    54   <para><xref linkend="xinetd"/> and <xref linkend="fcron"/></para>
    55 </sect4>
    56 </sect3>
    57 
    58 </sect2>
    59 
    60 <sect2>
    61 <title>Installation of <application>Leafnode</application></title>
    62 
    63 <para>Create the group and user news, if not present:</para>
    64 
    65 <screen><userinput><command>groupadd news &amp;&amp;
    66 useradd -c "Leafnode News Server" -d /var/spool/news -g news news</command></userinput></screen>
    67 
    68 <para>Install <application>Leafnode</application> by running the following
    69 commands:</para>
    70 
    71 <screen><userinput><command>./configure --prefix=/usr \
     16  <?dbhtml filename="leafnode.html"?>
     17
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22
     23  <title>Leafnode-&leafnode-version;</title>
     24
     25  <indexterm zone="leafnode">
     26    <primary sortas="a-Leafnode">Leafnode</primary>
     27  </indexterm>
     28
     29  <sect2 role="package">
     30    <title>Introduction to Leafnode</title>
     31
     32    <para><application>Leafnode</application> is an NNTP server designed
     33    for small sites to provide a local USENET spool.</para>
     34
     35    <bridgehead renderas="sect3">Package Information</bridgehead>
     36    <itemizedlist spacing="compact">
     37      <listitem>
     38        <para>Download (HTTP): <ulink url="&leafnode-download-http;"/></para>
     39      </listitem>
     40      <listitem>
     41        <para>Download (FTP): <ulink url="&leafnode-download-ftp;"/></para>
     42      </listitem>
     43      <listitem>
     44        <para>Download MD5 sum: &leafnode-md5sum;</para>
     45      </listitem>
     46      <listitem>
     47        <para>Download size: &leafnode-size;</para>
     48      </listitem>
     49      <listitem>
     50        <para>Estimated disk space required: &leafnode-buildsize;</para>
     51      </listitem>
     52      <listitem>
     53        <para>Estimated build time: &leafnode-time;</para>
     54      </listitem>
     55    </itemizedlist>
     56
     57    <bridgehead renderas="sect3">Leafnode Dependencies</bridgehead>
     58
     59    <bridgehead renderas="sect4">Required</bridgehead>
     60    <para><xref linkend="pcre"/> and <xref linkend="tcpwrappers"/></para>
     61
     62    <bridgehead renderas="sect4">Recommended</bridgehead>
     63    <para><xref linkend="xinetd"/> and <xref linkend="fcron"/></para>
     64
     65  </sect2>
     66
     67  <sect2 role="installation">
     68    <title>Installation of Leafnode</title>
     69
     70    <para>Create the group and user <systemitem class="username">news</systemitem>,
     71    if not present:</para>
     72
     73<screen role="root"><userinput>groupadd news &amp;&amp;
     74useradd -c "Leafnode News Server" -d /var/spool/news -g news news</userinput></screen>
     75
     76    <para>Install <application>Leafnode</application> by running the following
     77    commands:</para>
     78
     79<screen><userinput>./configure --prefix=/usr \
    7280    --localstatedir=/var --sysconfdir=/etc/leafnode \
    7381    --with-lockfile=/var/lock/leafnode/fetchnews.lck &amp;&amp;
    74 make</command></userinput></screen>
    75 
    76 <para>Now, as the root user:</para>
    77 
    78 <screen><userinput role='root'><command>make install</command></userinput></screen>
    79 
    80 </sect2>
    81 
    82 <sect2>
    83 <title>Installation command explanations</title>
    84 
    85 <para><parameter>--localstatedir=/var</parameter>: Change the default
    86 spool directory of <filename class="directory">/usr/var</filename>.</para>
    87 
    88 <para><parameter>--sysconfdir=/etc/leafnode</parameter>:
    89 <application>Leafnode</application> reads its configuration data from a file
    90 called <filename>config</filename> which will be created in
    91 <filename class="directory">/etc/leafnode</filename> to
    92 avoid any potential conflict with other packages.</para>
    93 
    94 <para><command>make update</command>: Run this command if you are upgrading
    95 from a very old version of <application>Leafnode</application>.</para>
    96 
    97 </sect2>
    98 
    99 <sect2>
    100 <title>Configuring <application>Leafnode</application></title>
    101 
    102 <sect3 id="leafnode-config"><title>Config files</title>
    103 <para><filename>/etc/leafnode/config</filename>,
    104       <filename>/etc/nntpserver</filename>,
     82make</userinput></screen>
     83
     84    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     85
     86<screen role="root"><userinput>make install</userinput></screen>
     87
     88  </sect2>
     89
     90  <sect2 role="commands">
     91    <title>Command Explanations</title>
     92
     93    <para><parameter>--localstatedir=/var</parameter>: Change the default
     94    spool directory of <filename class="directory">/usr/var</filename>.</para>
     95
     96    <para><parameter>--sysconfdir=/etc/leafnode</parameter>:
     97    <application>Leafnode</application> reads its configuration data from a
     98    file called <filename>config</filename> which will be created in
     99    <filename class="directory">/etc/leafnode</filename> to
     100    avoid any potential conflict with other packages.</para>
     101
     102    <para><command>make update</command>: Run this command if you are upgrading
     103    from a very old version of <application>Leafnode</application>.</para>
     104
     105  </sect2>
     106
     107  <sect2 role="configuration">
     108    <title>Configuring Leafnode</title>
     109
     110    <sect3 id="leafnode-config">
     111      <title>Config Files</title>
     112
     113      <para><filename>/etc/leafnode/config</filename>,
     114      <filename>/etc/nntpserver</filename>,
    105115      <filename>/etc/sysconfig/createfiles</filename>
    106116      <filename>/etc/inetd.conf</filename> or
    107       <filename>/etc/xinetd.conf</filename> or
    108       <filename>/etc/xinetd.d/nntp</filename>
    109 </para>
    110 
    111 <indexterm zone="leafnode leafnode-config">
    112   <primary sortas="e-etc-leafnode-config">/etc/leafnode/config</primary>
    113 </indexterm>
    114 
    115 <indexterm zone="leafnode leafnode-config">
    116   <primary sortas="e-etc-nntpserver">/etc/nntpserver</primary>
    117 </indexterm>
    118 
    119 <indexterm zone="leafnode leafnode-config">
    120   <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
    121 </indexterm>
    122 
    123 <indexterm zone="leafnode leafnode-config">
    124   <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
    125 </indexterm>
    126 
    127 <indexterm zone="leafnode leafnode-config">
    128   <primary sortas="e-etc-sysconfig-createfiles">/etc/sysconfig/createfiles</primary>
    129 </indexterm>
    130 
    131 <indexterm zone="leafnode leafnode-config">
    132   <primary sortas="e-etc-xinetd.d-nntp">/etc/xinetd.d/nntp</primary>
    133 </indexterm>
    134 </sect3>
    135 
    136 <sect3><title>Configuration commands</title>
    137 
    138 <para>The <filename>/etc/leafnode/config</filename> file must be
    139 edited to reflect the name of the upstream <acronym>NNTP</acronym>
    140 provider. Copy the example configuration file to
    141 <filename>/etc/leafnode/config</filename> and save the original for
    142 reference:</para>
    143 
    144 <screen><userinput><command>cp /etc/leafnode/config.example /etc/leafnode/config</command></userinput></screen>
    145 
    146 <para>Change the
    147 <screen><userinput>server = </userinput></screen>
    148 entry to reflect your news provider.</para>
    149 
    150 <para>The <filename>/etc/nntpserver</filename> file must contain 127.0.0.1 to
    151 prevent news clients from reading news from the upstream feed. Create this
    152 file using the following command:</para>
    153 
    154 <screen><userinput><command>cat &gt; /etc/nntpserver &lt;&lt; "EOF"</command>
    155 127.0.0.1
    156 
    157 <command>EOF</command></userinput></screen>
    158 
    159 <para>The <command>/etc/rc.d/init.d/cleanfs</command> script, part of the
    160 <acronym>LFS</acronym> bootscript package, will remove the
    161 <filename class="directory">/var/lock/leafnode</filename> directory during
    162 the system boot sequence. Install the following line in the
    163 <filename>/etc/sysconfig/createfiles</filename> file to re-create the
    164 directory:</para>
    165 
    166 <screen><userinput>/var/lock/leafnode   dir   2775   news   news</userinput></screen>
    167 
    168 <para><application>Leafnode</application> may be configured to use
    169 <command>inetd</command> by adding an entry to the
    170 <filename>/etc/inetd.conf</filename> file with the following
    171 command:</para>
    172 
    173 <screen><userinput><command>echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \
    174 &gt;&gt; /etc/inetd.conf</command></userinput></screen>
    175 
    176 <para>Issue a <command>killall -HUP inetd</command> to reread the
    177 changed <filename>inetd.conf</filename> file.</para>
    178 
    179 <para>If you use <command>xinetd</command>, the following command will create the
    180 <application>Leafnode</application> file as <filename>/etc/xinetd.d/nntp</filename>:</para>
    181 
    182 <screen><userinput><command>cat &gt;&gt; /etc/xinetd.d/nntp &lt;&lt; "EOF"</command>
    183 # Begin /etc/xinetd.d/nntp
     117      <filename>/etc/xinetd.conf</filename> or
     118      <filename>/etc/xinetd.d/nntp</filename></para>
     119
     120      <indexterm zone="leafnode leafnode-config">
     121        <primary sortas="e-etc-leafnode-config">/etc/leafnode/config</primary>
     122      </indexterm>
     123
     124      <indexterm zone="leafnode leafnode-config">
     125        <primary sortas="e-etc-nntpserver">/etc/nntpserver</primary>
     126      </indexterm>
     127
     128      <indexterm zone="leafnode leafnode-config">
     129        <primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary>
     130      </indexterm>
     131
     132      <indexterm zone="leafnode leafnode-config">
     133        <primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary>
     134      </indexterm>
     135
     136      <indexterm zone="leafnode leafnode-config">
     137        <primary sortas="e-etc-sysconfig-createfiles">/etc/sysconfig/createfiles</primary>
     138      </indexterm>
     139
     140      <indexterm zone="leafnode leafnode-config">
     141        <primary sortas="e-etc-xinetd.d-nntp">/etc/xinetd.d/nntp</primary>
     142      </indexterm>
     143
     144    </sect3>
     145
     146    <sect3>
     147      <title>Configuration Information</title>
     148
     149      <para>The <filename>/etc/leafnode/config</filename> file must be
     150      edited to reflect the name of the upstream NNTP provider. Copy the
     151      example configuration file to <filename>/etc/leafnode/config</filename>
     152      and save the original for reference:</para>
     153
     154<screen role="root"><userinput>cp /etc/leafnode/config.example /etc/leafnode/config</userinput></screen>
     155
     156      <para>Change the</para>
     157
     158<screen><literal>server = </literal></screen>
     159
     160      <para>entry to reflect your news provider.</para>
     161
     162      <para>The <filename>/etc/nntpserver</filename> file must contain
     163      127.0.0.1 to prevent news clients from reading news from the upstream
     164      feed. Create this file using the following command:</para>
     165
     166<screen role="root"><userinput>cat &gt; /etc/nntpserver &lt;&lt; "EOF"
     167<literal>127.0.0.1</literal>
     168
     169EOF</userinput></screen>
     170
     171      <para>The <command>/etc/rc.d/init.d/cleanfs</command> script, part
     172      of the LFS bootscript package, will remove the
     173      <filename class="directory">/var/lock/leafnode</filename> directory
     174      during the system boot sequence. Install the following line in the
     175      <filename>/etc/sysconfig/createfiles</filename> file to re-create the
     176      directory:</para>
     177
     178<screen><literal>/var/lock/leafnode   dir   2775   news   news</literal></screen>
     179
     180      <para><application>Leafnode</application> may be configured to
     181      use <command>inetd</command> by adding an entry to the
     182      <filename>/etc/inetd.conf</filename> file with the following
     183      command:</para>
     184
     185<screen role="root"><userinput>echo "nntp stream tcp nowait news /usr/sbin/tcpd /usr/sbin/leafnode" \
     186&gt;&gt; /etc/inetd.conf</userinput></screen>
     187
     188      <para>Issue a <command>killall -HUP inetd</command> to reread the
     189      changed <filename>inetd.conf</filename> file.</para>
     190
     191      <para>If you use <command>xinetd</command>, the following command will
     192      create the <application>Leafnode</application> file as
     193      <filename>/etc/xinetd.d/nntp</filename>:</para>
     194
     195<screen role="root"><userinput>cat &gt;&gt; /etc/xinetd.d/nntp &lt;&lt; "EOF"
     196<literal># Begin /etc/xinetd.d/nntp
    184197
    185198        service nntp
     
    196209        }
    197210
    198 # End /etc/xinetd.d/nntp
    199 <command>EOF</command></userinput></screen>
    200 
    201 <para>Issue a <command>killall -HUP xinetd</command> to reread the
    202 changed <filename>xinetd.conf</filename> file.</para>
    203 
    204 <para>Add entries to the root or news user's crontab to run the
    205 <command>fetchnews</command> and <command>texpire</command> commands at the
    206 desired time intervals.</para>
    207 
    208 </sect3>
    209 
    210 </sect2>
    211 
    212 <sect2>
    213 <title>Contents</title>
    214 
    215 <segmentedlist>
    216 <segtitle>Installed Programs</segtitle>
    217 <segtitle>Installed Libraries</segtitle>
    218 <segtitle>Installed Directories</segtitle>
    219 
    220 <seglistitem>
    221 <seg>applyfilter, checkgroups, fetchnews, leafnode, leafnode-version,
    222 newsq and texpire</seg>
    223 <seg>None</seg>
    224 <seg>/etc/leafnode, /var/lock/leafnode and /var/spool/news</seg>
    225 </seglistitem>
    226 </segmentedlist>
    227 
    228 <variablelist>
    229 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    230 <?dbfo list-presentation="list"?>
    231 
    232 <varlistentry id="applyfilter">
    233 <term><command>applyfilter</command></term>
    234 <listitem><para>filters newsgroup articles according to regular
    235 expressions.</para>
    236 <indexterm zone="leafnode applyfilter">
    237 <primary sortas="b-applyfilter">applyfilter</primary>
    238 </indexterm></listitem>
    239 </varlistentry>
    240 
    241 <varlistentry id="checkgroups">
    242 <term><command>checkgroups</command></term>
    243 <listitem><para>inserts newsgroup titles into the newsgroup database.</para>
    244 <indexterm zone="leafnode checkgroups">
    245 <primary sortas="b-checkgroups">checkgroups</primary>
    246 </indexterm></listitem>
    247 </varlistentry>
    248 
    249 <varlistentry id="fetchnews">
    250 <term><command>fetchnews</command></term>
    251 <listitem><para>sends posted articles to and retrieves new articles from an
    252 upstream news server.</para>
    253 <indexterm zone="leafnode fetchnews">
    254 <primary sortas="b-fetchnews">fetchnews</primary>
    255 </indexterm></listitem>
    256 </varlistentry>
    257 
    258 <varlistentry id="leafnode-prog">
    259 <term><command>leafnode</command></term>
    260 <listitem><para>is an <acronym>NNTP</acronym> server daemon.</para>
    261 <indexterm zone="leafnode leafnode-prog">
    262 <primary sortas="b-leafnode">leafnode</primary>
    263 </indexterm></listitem>
    264 </varlistentry>
    265 
    266 <varlistentry id="leafnode-version">
    267 <term><command>leafnode-version</command></term>
    268 <listitem><para>prints the <application>Leafnode</application> version.</para>
    269 <indexterm zone="leafnode leafnode-version">
    270 <primary sortas="b-leafnode-version">leafnode-version</primary>
    271 </indexterm></listitem>
    272 </varlistentry>
    273 
    274 <varlistentry id="newsq">
    275 <term><command>newsq</command></term>
    276 <listitem><para>shows articles waiting to be sent upstream.</para>
    277 <indexterm zone="leafnode newsq">
    278 <primary sortas="b-newsq">newsq</primary>
    279 </indexterm></listitem>
    280 </varlistentry>
    281 
    282 <varlistentry id="texpire">
    283 <term><command>texpire</command></term>
    284 <listitem><para>expires old articles and unread groups.</para>
    285 <indexterm zone="leafnode texpire">
    286 <primary sortas="b-texpire">texpire</primary>
    287 </indexterm></listitem>
    288 </varlistentry>
    289 </variablelist>
    290 
    291 </sect2>
     211# End /etc/xinetd.d/nntp</literal>
     212EOF</userinput></screen>
     213
     214      <para>Issue a <command>killall -HUP xinetd</command> to reread the
     215      changed <filename>xinetd.conf</filename> file.</para>
     216
     217      <para>Add entries to the <systemitem class="username">root</systemitem>
     218      or <systemitem class="username">news</systemitem> user's crontab to run
     219      the <command>fetchnews</command> and <command>texpire</command> commands
     220      at the desired time intervals.</para>
     221
     222    </sect3>
     223
     224  </sect2>
     225
     226  <sect2 role="content">
     227    <title>Contents</title>
     228
     229    <segmentedlist>
     230      <segtitle>Installed Programs</segtitle>
     231      <segtitle>Installed Libraries</segtitle>
     232      <segtitle>Installed Directories</segtitle>
     233
     234      <seglistitem>
     235        <seg>applyfilter, checkgroups, fetchnews, leafnode,
     236        leafnode-version, newsq, and texpire</seg>
     237        <seg>None</seg>
     238        <seg>/etc/leafnode, /var/lock/leafnode, and /var/spool/news</seg>
     239      </seglistitem>
     240    </segmentedlist>
     241
     242    <variablelist>
     243      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     244      <?dbfo list-presentation="list"?>
     245      <?dbhtml list-presentation="table"?>
     246
     247      <varlistentry id="applyfilter">
     248        <term><command>applyfilter</command></term>
     249        <listitem>
     250          <para>filters newsgroup articles according to regular
     251          expressions.</para>
     252          <indexterm zone="leafnode applyfilter">
     253            <primary sortas="b-applyfilter">applyfilter</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>
     257
     258      <varlistentry id="checkgroups">
     259        <term><command>checkgroups</command></term>
     260        <listitem>
     261          <para>inserts newsgroup titles into the newsgroup database.</para>
     262          <indexterm zone="leafnode checkgroups">
     263            <primary sortas="b-checkgroups">checkgroups</primary>
     264          </indexterm>
     265        </listitem>
     266      </varlistentry>
     267
     268      <varlistentry id="fetchnews">
     269        <term><command>fetchnews</command></term>
     270        <listitem>
     271          <para>sends posted articles to and retrieves new articles from an
     272          upstream news server.</para>
     273          <indexterm zone="leafnode fetchnews">
     274            <primary sortas="b-fetchnews">fetchnews</primary>
     275          </indexterm>
     276        </listitem>
     277      </varlistentry>
     278
     279      <varlistentry id="leafnode-prog">
     280        <term><command>leafnode</command></term>
     281        <listitem>
     282          <para>is an NNTP server daemon.</para>
     283          <indexterm zone="leafnode leafnode-prog">
     284            <primary sortas="b-leafnode">leafnode</primary>
     285          </indexterm>
     286        </listitem>
     287      </varlistentry>
     288
     289      <varlistentry id="leafnode-version">
     290        <term><command>leafnode-version</command></term>
     291        <listitem>
     292          <para>prints the <application>Leafnode</application> version.</para>
     293          <indexterm zone="leafnode leafnode-version">
     294            <primary sortas="b-leafnode-version">leafnode-version</primary>
     295          </indexterm>
     296        </listitem>
     297      </varlistentry>
     298
     299      <varlistentry id="newsq">
     300        <term><command>newsq</command></term>
     301        <listitem>
     302          <para>shows articles waiting to be sent upstream.</para>
     303          <indexterm zone="leafnode newsq">
     304            <primary sortas="b-newsq">newsq</primary>
     305          </indexterm>
     306        </listitem>
     307      </varlistentry>
     308
     309      <varlistentry id="texpire">
     310        <term><command>texpire</command></term>
     311        <listitem>
     312          <para>expires old articles and unread groups.</para>
     313          <indexterm zone="leafnode texpire">
     314            <primary sortas="b-texpire">texpire</primary>
     315          </indexterm>
     316        </listitem>
     317      </varlistentry>
     318
     319    </variablelist>
     320
     321  </sect2>
    292322
    293323</sect1>
Note: See TracChangeset for help on using the changeset viewer.