Changeset 12d871a for basicnet


Ignore:
Timestamp:
07/23/2004 03:51:03 AM (20 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:
5c04633
Parents:
5fef0f97
Message:

Updated to Nail-10.8 and added an optional dependency and additional configuration instructions to Sendmail

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/nail.xml

    r5fef0f97 r12d871a  
    77  <!ENTITY nail-download-http "http://prdownloads.sourceforge.net/nail/nail-&nail-version;.tar.bz2">
    88  <!ENTITY nail-download-ftp  " ">
    9   <!ENTITY nail-size          "152 KB">
    10   <!ENTITY nail-buildsize     "3.8 MB">
     9  <!ENTITY nail-size          "140 KB">
     10  <!ENTITY nail-buildsize     "1.6 MB">
    1111  <!ENTITY nail-time          "0.10 SBU">
    1212]>
     
    2020
    2121<para>The <application>Nail</application> package contains a
    22 command-line Mail User Agent that is compatible with the <command>mail
    23 </command> command available in commercial Unix versions. The <command>
    24 mail</command> command is useful for writing scripts.</para>
     22command-line Mail User Agent that is compatible with the
     23<command>mail</command> command available in commercial Unix versions. The
     24<command>mail</command> command is useful for writing scripts.</para>
    2525
    2626<sect3><title>Package information</title>
     
    4848<title>Installation of <application>Nail</application></title>
    4949
    50 <para>Install <application>Nail</application> by running the following commands.
    51 (Note: If you would like Nail to be linked against <application>OpenSSL</application>,
    52 add <parameter>--with-openssl</parameter> to the configure
    53 command mentioned below.)</para>
     50<para>Install <application>Nail</application> by running the following
     51commands.</para>
    5452
    55 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    56 make &amp;&amp;
    57 make install &amp;&amp;
     53<screen><userinput><command>make SENDMAIL=/usr/sbin/sendmail &amp;&amp;
     54make PREFIX=/usr install UCBINSTALL=/usr/bin/install &amp;&amp;
    5855ln -sf nail /usr/bin/mail</command></userinput></screen>
     56
     57</sect2>
     58
     59<sect2>
     60<title>Command explanations</title>
     61
     62<para><command>make SENDMAIL=/usr/sbin/sendmail</command>: This changes the
     63default <acronym>MTA</acronym> path of <command>/usr/lib/sendmail</command>.
     64</para>
     65
     66<para><command>make PREFIX=/usr install UCBINSTALL=/usr/bin/install</command>:
     67This changes the default installation path of
     68<filename class='directory'>/usr/local</filename> and the default
     69<command>install</command> command path of
     70<filename class='directory'>/usr/ucb</filename>.</para>
    5971
    6072</sect2>
     
    6476
    6577<sect3><title>Config files</title>
    66 <para><filename>/etc/nail.rc</filename></para>
     78<para><filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> and
     79<filename>~/.nailrc</filename></para>
    6780</sect3>
    6881
Note: See TracChangeset for help on using the changeset viewer.