Changeset 18a11ff for basicnet


Ignore:
Timestamp:
04/22/2006 05:15:55 AM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
7112a9d
Parents:
5016246
Message:

Fixes for TIN: Moved run-time deps to configuration section. Added documentation. Installed system default conf files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/tin.xml

    r5016246 r18a11ff  
    6767    <xref linkend="libidn"/>,
    6868    an <ulink url="../server/mail.html">MTA</ulink> that provides the
    69     <command>sendmail</command> command,
    70     <xref linkend="mailx"/>,
     69    <command>sendmail</command> command or <xref linkend="mailx"/>,
    7170    <xref linkend="gnupg"/>,
    7271    a spell checker (<xref linkend="ispell"/> or <xref linkend="aspell"/>),
    73     a printing system (<xref linkend="cups"/> or <xref linkend="LPRng"/>),
    74     <xref linkend="mutt"/> and <xref linkend="procmail"/>
    75     for <command>metamutt</command>,
    7672    <ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink>,
    7773    <ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
     
    10399    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    104100
    105 <screen role='root'><userinput>make install</userinput></screen>
     101<screen role='root'><userinput>make install &amp;&amp;
     102make install_sysdefs &amp;&amp;
     103rm -vf doc/*.? &amp;&amp;
     104install -v -m755 -d /usr/share/doc/tin-&tin-version; &amp;&amp;
     105install -v -m644 doc/* /usr/share/doc/tin-&tin-version;</userinput></screen>
    106106
    107107  </sect2>
     
    132132
    133133      <para><filename>/etc/tin/tinrc</filename>,
    134       <filename>~/.tin/tinrc</filename> and
    135       <filename>~/.newsrc</filename></para>
     134      <filename>~/.tin/tinrc</filename>,
     135      <filename>~/.newsrc</filename>,
     136      <filename>/etc/tin/tin.defaults</filename>,
     137      <filename>/etc/tin/mime.types</filename>,
     138      <filename>/etc/tin/keymap</filename> and
     139      <filename>/etc/mailcap</filename></para>
    136140
    137141      <indexterm zone="tin tin-config">
     
    145149      <indexterm zone="tin tin-config">
    146150        <primary sortas="e-AA.newsrc">~/.newsrc</primary>
     151      </indexterm>
     152
     153      <indexterm zone="tin tin-config">
     154        <primary sortas="e-etc-tindefaults">/etc/tin/tin.defaults</primary>
     155      </indexterm>
     156
     157      <indexterm zone="tin tin-config">
     158        <primary sortas="e-etc-tinkeymap">/etc/tin/keymap</primary>
     159      </indexterm>
     160
     161      <indexterm zone="tin tin-config">
     162        <primary sortas="e-etc-mailcap">/etc/mailcap</primary>
    147163      </indexterm>
    148164
     
    156172      <systemitem class="username">root</systemitem> user:</para>
    157173
    158 <screen role='root'><userinput>install -v -m755 -d /etc/tin &amp;&amp;
    159 cat &gt; /etc/tin/tinrc &lt;&lt; "EOF"
     174<screen role='root'><userinput>cat &gt; /etc/tin/tinrc &lt;&lt; "EOF"
    160175use_mouse=ON
    161176getart_limit=100
     
    172187export NNTPSERVER=news.gmane.org
    173188tin -Q</userinput></screen>
     189
     190    <para>For printing, <application>TIN</application> executes the
     191    <command>lpr</command> command. This is provided by
     192    <xref linkend="cups"/> or <xref linkend="LPRng"/>.</para>
     193
     194    <para>If you do not have the <command>metamail</command> program,
     195    <application>TIN</application> will use an internal parser for multipart
     196    MIME articles.  Alternatively, you can use <application>Mutt</application>
     197    for MIME parsing through the <command>metamutt</command> shell script.
     198    This requires both the <xref linkend="mutt"/> and
     199    <xref linkend="procmail"/> programs.  To use <command>metamutt</command>,
     200    set <option>metamail_prog=metamutt</option> in
     201    <command>tin</command>.</para>
    174202
    175203    </sect3>
Note: See TracChangeset for help on using the changeset viewer.