Changeset 7f2584b7


Ignore:
Timestamp:
02/25/2005 11:51:59 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6689ae6
Parents:
b995f08e
Message:

Updated to Leafnode-1.10.8; added more indexing tags to 'Configuring X Windows' instructions

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb995f08e r7f2584b7  
    1 <!ENTITY day          "24">
     1<!ENTITY day          "25">
    22<!ENTITY month        "02">
    33<!ENTITY year         "2005">
     
    251251<!-- subversion (chapter 18) -->
    252252<!-- dhcp (chapter 14) -->           
    253 <!ENTITY leafnode-version             "1.10.0">
     253<!ENTITY leafnode-version             "1.10.8">
    254254<!-- openssh (chapter 18) -->       
    255255<!-- rsync (chaptet 18) -->         
  • introduction/welcome/changelog.xml

    rb995f08e r7f2584b7  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>February 25th, 2005 [randy]: Updated to Leafnode-1.10.8;
     26added additional indexing tags to X Window Configuration
     27instructions.</para></listitem>
    2428
    2529<listitem><para>February 24th, 2005 [randy]: Updated to Enigmail-0.90.1 in
  • server/other/leafnode.xml

    rb995f08e r7f2584b7  
    77<!ENTITY leafnode-download-http "http://prdownloads.sourceforge.net/leafnode/leafnode-&leafnode-version;.rel.tar.bz2">
    88<!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 "271f5335e5ea3115cc0dfe7ce91da477">
    10 <!ENTITY leafnode-size "383 KB">
    11 <!ENTITY leafnode-buildsize "8.8 MB">
    12 <!ENTITY leafnode-time "0.11 SBU">
     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
     
    2020<?dbhtml filename="leafnode.html"?>
    2121<title>Leafnode-&leafnode-version;</title>
     22<indexterm zone="leafnode">
     23<primary sortas="a-Leafnode">Leafnode</primary></indexterm>
    2224
    2325<sect2>
     
    4749
    4850<sect4><title>Recommended</title>
    49 <para><xref linkend="xinetd"/></para>
     51<para><xref linkend="xinetd"/> and <xref linkend="fcron"/></para>
    5052</sect4>
    5153</sect3>
     
    5961
    6062<screen><userinput><command>groupadd news &amp;&amp;
    61 useradd -g news news</command></userinput></screen>
     63useradd -c "Leafnode News Server" -d /var/spool/news -g news news</command></userinput></screen>
    6264
    6365<para>Install <application>Leafnode</application> by running the following
     
    6769    --localstatedir=/var --sysconfdir=/etc/leafnode \
    6870    --with-lockfile=/var/lock/leafnode/fetchnews.lck &amp;&amp;
    69 make &amp;&amp;
    70 make install</command></userinput></screen>
    71 <!-- ldconfig &amp;&amp; -->
    72 <!-- make update</command></userinput></screen> -->
     71make</command></userinput></screen>
     72
     73<para>Now, as the root user:</para>
     74
     75<screen><userinput role='root'><command>make install</command></userinput></screen>
    7376
    7477</sect2>
     
    9497<title>Configuring <application>Leafnode</application></title>
    9598
    96 <sect3><title>Config files</title>
    97 <para><filename>/etc/leafnode/config</filename>,
    98 <filename>/etc/xinetd.conf</filename> or
    99 <filename>/etc/inetd.conf</filename></para></sect3>
     99<sect3 id="leafnode-config"><title>Config files</title>
     100<para><filename>/etc/leafnode/config</filename>,
     101<filename>/etc/nntpserver</filename>,
     102<filename>/etc/xinetd.conf</filename> or
     103<filename>/etc/inetd.conf</filename> and
     104<filename>/etc/sysconfig/createfiles</filename></para>
     105<indexterm zone="leafnode leafnode-config">
     106<primary sortas="e-etc-leafnode-config">/etc/leafnode/config</primary>
     107</indexterm>
     108<indexterm zone="leafnode leafnode-config">
     109<primary sortas="e-etc-nntpserver">/etc/nntpserver</primary></indexterm>
     110<indexterm zone="leafnode leafnode-config">
     111<primary sortas="e-etc-xinetd.conf">/etc/xinetd.conf</primary></indexterm>
     112<indexterm zone="leafnode leafnode-config">
     113<primary sortas="e-etc-inetd.conf">/etc/inetd.conf</primary></indexterm>
     114<indexterm zone="leafnode leafnode-config"><primary
     115sortas="e-etc-sysconfig-createfiles">/etc/sysconfig/createfiles</primary>
     116</indexterm>
     117</sect3>
    100118
    101119<sect3><title>Configuration commands</title>
     
    119137<screen><userinput><command>cat &gt; /etc/nntpserver &lt;&lt; "EOF"</command>
    120138127.0.0.1
     139
    121140<command>EOF</command></userinput></screen>
    122141
     
    174193<title>Contents</title>
    175194
    176 <para>The <application>Leafnode</application> package contains
    177 <command>leafnode-version</command>,
    178 <command>leafnode</command>,
    179 <command>applyfilter</command>,
    180 <command>texpire</command>,
    181 <command>checkgroups</command>,
    182 <command>fetchnews</command> and
    183 <command>newsq.</command></para>
    184 </sect2>
    185 
    186 <sect2><title>Description</title>
    187 
    188 <sect3><title>leafnode-version</title>
    189 <para><command>leafnode-version</command> prints the leafnode
    190 version.</para></sect3>
    191 
    192 <sect3><title>leafnode</title>
    193 <para><command>leafnode</command> is the <acronym>NNTP</acronym>
    194 server daemon.</para></sect3>
    195 
    196 <sect3><title>applyfilter</title>
    197 <para><command>applyfilter</command> filters newsgroup articles according
    198 to regular expressions.</para></sect3>
    199 
    200 <sect3><title>texpire</title>
    201 <para><command>texpire</command> expires old articles and unread
    202 groups.</para></sect3>
    203 
    204 <sect3><title>checkgroups</title>
    205 <para><command>checkgroups</command> inserts newsgroup titles into the
    206 newsgroup database.</para></sect3>
    207 
    208 <sect3><title>fetchnews</title>
    209 <para><command>fetchnews</command> sends posted articles to and retrieves
    210 new articles from an upstream news server.</para></sect3>
    211 
    212 <sect3><title>newsq</title>
    213 <para><command>newsq</command> shows articles waiting to be sent
    214 upstream.</para></sect3>
     195<segmentedlist>
     196<segtitle>Installed Programs</segtitle>
     197<segtitle>Installed Libraries</segtitle>
     198<segtitle>Installed Directories</segtitle>
     199
     200<seglistitem>
     201<seg>applyfilter, checkgroups, fetchnews, leafnode, leafnode-version,
     202newsq and texpire</seg>
     203<seg>None</seg>
     204<seg>/etc/leafnode, /var/lock/leafnode and /var/spool/news</seg>
     205</seglistitem>
     206</segmentedlist>
     207
     208<variablelist>
     209<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     210<?dbfo list-presentation="list"?>
     211
     212<varlistentry id="applyfilter">
     213<term><command>applyfilter</command></term>
     214<listitem><para>filters newsgroup articles according to regular
     215expressions.</para>
     216<indexterm zone="leafnode applyfilter">
     217<primary sortas="b-applyfilter">applyfilter</primary>
     218</indexterm></listitem>
     219</varlistentry>
     220
     221<varlistentry id="checkgroups">
     222<term><command>checkgroups</command></term>
     223<listitem><para>inserts newsgroup titles into the newsgroup database.</para>
     224<indexterm zone="leafnode checkgroups">
     225<primary sortas="b-checkgroups">checkgroups</primary>
     226</indexterm></listitem>
     227</varlistentry>
     228
     229<varlistentry id="fetchnews">
     230<term><command>fetchnews</command></term>
     231<listitem><para>sends posted articles to and retrieves new articles from an
     232upstream news server.</para>
     233<indexterm zone="leafnode fetchnews">
     234<primary sortas="b-fetchnews">fetchnews</primary>
     235</indexterm></listitem>
     236</varlistentry>
     237
     238<varlistentry id="leafnode-prog">
     239<term><command>leafnode</command></term>
     240<listitem><para>is an <acronym>NNTP</acronym> server daemon.</para>
     241<indexterm zone="leafnode leafnode-prog">
     242<primary sortas="b-leafnode">leafnode</primary>
     243</indexterm></listitem>
     244</varlistentry>
     245
     246<varlistentry id="leafnode-version">
     247<term><command>leafnode-version</command></term>
     248<listitem><para>prints the <application>Leafnode</application> version.</para>
     249<indexterm zone="leafnode leafnode-version">
     250<primary sortas="b-leafnode-version">leafnode-version</primary>
     251</indexterm></listitem>
     252</varlistentry>
     253
     254<varlistentry id="newsq">
     255<term><command>newsq</command></term>
     256<listitem><para>shows articles waiting to be sent upstream.</para>
     257<indexterm zone="leafnode newsq">
     258<primary sortas="b-newsq">newsq</primary>
     259</indexterm></listitem>
     260</varlistentry>
     261
     262<varlistentry id="texpire">
     263<term><command>texpire</command></term>
     264<listitem><para>expires old articles and unread groups.</para>
     265<indexterm zone="leafnode texpire">
     266<primary sortas="b-texpire">texpire</primary>
     267</indexterm></listitem>
     268</varlistentry>
     269</variablelist>
    215270
    216271</sect2>
  • x/installing/x-setup.xml

    rb995f08e r7f2584b7  
    3434look for the phrase:</para>
    3535
    36 <screen>direct rendering: Yes</screen>
     36<screen><computeroutput>direct rendering: Yes</computeroutput></screen>
    3737
    3838<para>You can also run the test program <command>glxgears</command>.
     
    6565<para><application>TrueType</application> font support is built into
    6666<application>X</application>.  The following items need to
    67 be completed to make the fonts available.</para>
     67be completed to make the fonts available. Each item is described in
     68detail after the list.</para>
    6869
    6970<indexterm zone="x-setup fonts">
     
    7576<application>TrueType</application> fonts you want into that directory.
    7677Ensure that any fonts you install are world readable. Incorrect
    77 permissions on fonts have been known to cause problems with some X
    78 applications.</para></listitem>
     78permissions on fonts have been known to cause problems with some
     79<application>X</application> applications.</para></listitem>
    7980
    8081<listitem><para>Download the fonts.</para></listitem>
     
    128129</sect3>
    129130
    130 <sect3><title>Create <filename>fonts.scale</filename> and
     131<sect3 id="fonts-scale-dir"><title>Create <filename>fonts.scale</filename> and
    131132<filename>fonts.dir</filename></title>
     133<indexterm zone="x-setup fonts-scale-dir">
     134  <primary sortas="g-fonts.scale">fonts.scale</primary>
     135</indexterm>
     136<indexterm zone="x-setup fonts-scale-dir">
     137  <primary sortas="g-fonts.dir">fonts.dir</primary>
     138</indexterm>
    132139
    133140<para>Now change to the directory where you have your
    134141<application>TrueType</application> fonts and run:
    135142<screen><userinput><command>mkfontscale &amp;&amp;
    136 mkfontdir</command></userinput></screen></para></sect3>
     143mkfontdir</command></userinput></screen></para>
     144<indexterm zone="x-setup fonts-scale-dir">
     145  <primary sortas="b-mkfontscale">mkfontscale</primary>
     146</indexterm>
     147<indexterm zone="x-setup fonts-scale-dir">
     148  <primary sortas="b-mkfontdir">mkfontdir</primary>
     149</indexterm>
     150</sect3>
    137151
    138152<sect3><title>Ensure <application>TrueType</application> is loaded in
     
    265279
    266280<para><screen><userinput>cp /etc/pam.d/login /etc/pam.d/xdm</userinput></screen></para>
     281<indexterm zone="x-setup xdm">
     282  <primary sortas="e-etc-pam.d/xdm">/etc/pam.d/xdm</primary>
     283</indexterm>
    267284
    268285</sect2>
Note: See TracChangeset for help on using the changeset viewer.