Changeset 0482b012 for basicnet/mailnews


Ignore:
Timestamp:
10/02/2003 10:40:45 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
666f6de
Parents:
0d2f891
Message:

exp files tag cleaned

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

Location:
basicnet/mailnews
Files:
6 edited

Legend:

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

    r0d2f891 r0482b012  
    2020can add as many users and servers as you need using the same syntax.</para>
    2121
    22 <para><command>man fetchmail</command> : Look for the section near
     22<para><command>man fetchmail</command>: Look for the section near
    2323the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis> it
    2424gives some quick examples too. There are countless other config options once
  • basicnet/mailnews/fetchmail/fetchmail-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--with-ssl</command> : This enables
     4<para><option>--with-ssl</option>: This enables
    55<acronym>SSL</acronym> if found, so that you can handle connections to
    66secure <acronym>POP</acronym>3 and <acronym>IMAP</acronym> servers.</para>
    77
    8 <para><command>--enable-fallback=procmail</command> : This tells
     8<para><parameter>--enable-fallback=procmail</parameter>: This tells
    99<application>Fetchmail</application> to hand incoming mail to
    1010<application>Procmail</application> for delivery if your port 25 mail server is
  • basicnet/mailnews/mutt/mutt-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>--sysconfdir=/etc</command> : This installs the configuration
    5 files into <filename>/etc</filename> instead of <filename>/usr/etc</filename>.</para>
     4<para><parameter>--sysconfdir=/etc</parameter>: This installs the configuration
     5files into <filename class="directory">/etc</filename> instead of
     6<filename class="directory">/usr/etc</filename>.</para>
    67
    78</sect2>
  • basicnet/mailnews/pine/pine-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command> : This
     4<para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
    55patch will make <application>Pine</application> use <filename
    66class="directory">/etc</filename> for configuration files.</para>
     
    1111line to the <command>./build</command> script.</para>
    1212
    13 <para><command>./build slx</command> : <application>Pine</application> offers
     13<para><command>./build slx</command>: <application>Pine</application> offers
    1414quite a few target platforms, slx specifies Linux using
    1515-lcrypt to get the crypt function.  See the
     
    1717other authentication options.</para>
    1818<!--
    19 <para><command>DEBUG='-Os '</command> : Optimize binaries for size.</para>
     19<para><command>DEBUG='-Os '</command>: Optimize binaries for size.</para>
    2020-->
    21 <para><command>MAILSPOOL='/var/mail'</command> : Location of mail spool files, <filename>/var/mail.</filename></para>
     21<para><command>MAILSPOOL='/var/mail'</command>: Location of mail spool files, <filename>/var/mail.</filename></para>
    2222
    2323<para><screen><command>cd bin &amp;&amp;
  • basicnet/mailnews/procmail/procmail-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>BASENAME=/usr</command> : The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para>
     4<para><parameter>BASENAME=/usr</parameter>: The equivalent of <command>./configure --prefix=/usr</command> on other package installations.</para>
    55
    6 <para><command>make install-suid</command> : Modifies permissions of
     6<para><command>make install-suid</command>: Modifies permissions of
    77the installed files.</para>
    88</sect2>
  • basicnet/mailnews/slrn/slrn-exp.xml

    r0d2f891 r0482b012  
    22<title>Command explanations</title>
    33
    4 <para><command>./configure --prefix=/usr</command> : Specify
    5 <filename>/usr</filename> to install to instead of <filename>/usr/local</filename>.</para>
     4<para><command>./configure --prefix=/usr</command>: Specify
     5<filename class="directory">/usr</filename> to install to instead of
     6<filename class="directory">/usr/local</filename>.</para>
    67
    7 <para><command>./configure --with-slrnpull</command> : Build the slrnpull executable.</para>
     8<para><command>./configure --with-slrnpull</command>: Build the slrnpull executable.</para>
    89
    910</sect2>
Note: See TracChangeset for help on using the changeset viewer.