Changeset 060cbd22


Ignore:
Timestamp:
02/05/2007 08:09:23 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.2, 6.2.0, 6.2.0-rc2
Children:
2d2e93d
Parents:
8cecfb1
Message:

Merged changes from trunk r6542, r6543 and r6544

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt.xml

    r8cecfb1 r060cbd22  
    6868      url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>
    6969      then <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
    70       an <xref linkend="server-mail"/>,
     70      an <xref linkend="server-mail"/>
     71      (that provides a <command>sendmail</command> command),
    7172      <!-- Ispell removed. Aspell provides an ispell wrapper script
    7273           <xref linkend="ispell"/>, -->
     
    110111<screen role="root"><userinput>groupadd -g 34 mail</userinput></screen>
    111112
    112     <para>If you did not install a MTA, such as <xref linkend="postfix"/> or
     113    <para>If you did not install an MTA, such as <xref linkend="postfix"/> or
    113114    <xref linkend="sendmail"/>, you need to modify the ownership of
    114115    <filename class="directory">/var/mail</filename> with this command:</para>
  • general.ent

    r8cecfb1 r060cbd22  
    44-->
    55
    6 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     6<!ENTITY day          "05">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "February &day;rd, &year;">
     10<!ENTITY releasedate  "February &day;th, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    12 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     12<!ENTITY blfs-version "6.2.0-rc2">            <!-- svn|[release #] -->
    1313<!ENTITY lfs-version  "6.2">          <!-- version|stable|testing|unstable|development] -->
    1414<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
  • general/sysutils/fcron.xml

    r8cecfb1 r060cbd22  
    124124    <title>Command Explanations</title>
    125125
    126     <para><parameter>--without-sendmail</parameter>:
    127     <application>Fcron</application> will use an installed MTA
    128     to email you the results of the <command>fcron</command> script. Omit the
    129     switch and use
    130     <option>--with-sendmail=<replaceable>&lt;/path/to/MTA&gt;</replaceable></option>
    131     if you wish to utilize this feature.</para>
     126    <para><parameter>--without-sendmail</parameter>: By default,
     127    <application>Fcron</application> will attempt to use the
     128    <command>sendmail</command> command from an <xref linkend="server-mail"/>
     129    package to email you the results of the <command>fcron</command> script.
     130    This switch is used to disable default email notification. Omit the switch
     131    to enable the default. Alternatively, you can use the
     132    <option>--with-sendmail=<replaceable>&lt;/path/to/MTA
     133    command&gt;</replaceable></option> to use a different mailer command.</para>
    132134
    133135    <para><parameter>--with-boot-install=no</parameter>: This prevents installation
  • introduction/welcome/changelog.xml

    r8cecfb1 r060cbd22  
    4343
    4444    <listitem>
    45       <para>February 3rd, 2007</para>
    46       <itemizedlist>
     45      <para>February 5th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Clarified the text in the Mutt and FCron instructions
     49          that an MTA should install the sendmail command.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>February 4th, 2007</para>
     56      <itemizedlist>
     57        <listitem>
     58          <para>[randy] - Removed the obsolete and unmaintained Xorg-6.9
     59          package.</para>
     60        </listitem>
    4761        <listitem>
    4862          <para>[dnicholson] - Populated the package contents for the
     
    5771          Xorg-7 man pages to $XORG_PREFIX/share/man and configuring
    5872          Man-DB to use that location. Fixes ticket #2229.</para>
     73        </listitem>
     74      </itemizedlist>
     75    </listitem>
     76
     77    <listitem>
     78      <para>February 3rd, 2007</para>
     79      <itemizedlist>
     80        <listitem>
     81          <para>[randy] - Released Version 6.2.0-rc1.</para>
    5982        </listitem>
    6083      </itemizedlist>
  • server/major/bind.xml

    r8cecfb1 r060cbd22  
    141141    <title>Command Explanations</title>
    142142
    143     <para><command>sed -i -e '247a #undef SO_BSDCOMPAT\n'
     143    <para><command>sed -i -e 's/#ifdef SO_BSDCOMPAT/#if 0/'
    144144    lib/isc/unix/socket.c</command>: This command removes an obsolete reference
    145145    so that the <application>bind</application> daemon does not generate
Note: See TracChangeset for help on using the changeset viewer.