Changeset dc600829


Ignore:
Timestamp:
05/10/2012 10:27:43 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a51c847
Parents:
ac4b41a
Message:

Update to sendmail-8.14.5
Update all boot scripts not previously updated to LFS-7.0+ syntax.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rac4b41a rdc600829  
    6060<!-- End LFS versions -->
    6161
    62 <!ENTITY blfs-bootscripts-version     "20120509">
     62<!ENTITY blfs-bootscripts-version     "201205010">
    6363<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6464
     
    575575<!ENTITY postfix-version              "2.9.1">
    576576<!ENTITY qpopper-version              "4.1.0">
    577 <!ENTITY sendmail-version             "8.14.4">
     577<!ENTITY sendmail-version             "8.14.5">
    578578
    579579<!-- Obsolete
  • introduction/welcome/changelog.xml

    rac4b41a rdc600829  
    4545      <para>May 10th, 2012</para>
    4646      <itemizedlist>
    47         <listitem>
     47        <listitem>
     48          <para>[bdubbs] - Update to sendmail-8.14.5.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[rthomsen] - Updated taglib to 1.7.2.</para>
    4952        </listitem>
    5053        <listitem>
    5154          <para>[rthomsen] - Set Cyrus-SASL as required dependency for kdepimlibs.
    52           Fixes <ulink url="&blfs-ticket-root;3356">#3356</ulink>.</para>
     55           Fixes <ulink url="&blfs-ticket-root;3356">#3356</ulink>.</para>
    5356        </listitem>
    5457        <listitem>
  • networking/netutils/avahi.xml

    rac4b41a rdc600829  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84     <xref linkend="libdaemon"/>,
    85     <!-- <xref linkend="qt"/>,--> and
    86     <xref linkend="qt4"/></para>
     84      <xref linkend="libdaemon"/> (required to build the daemons), and
     85      <xref linkend="qt4"/>
     86    </para>
    8787
    8888    <para condition="html" role="usernotes">User Notes:
     
    9494    <title>Installation of avahi</title>
    9595
    96     <para>It is recommended to have a dedicated user and group to take
     96    <para>There should be a dedicated user and group to take
    9797    control of the <command>avahi-daemon</command> daemon after it is
    9898    started. Issue the following commands as the
     
    101101<screen role='root'><userinput>groupadd -fg 84 avahi &amp;&amp;
    102102useradd -c "Avahi Daemon Owner" -d /dev/null -u 84 \
    103     -g avahi -s /bin/false avahi  || [ $? == 9 ]</userinput></screen>
    104 
    105     <para>It is recommended to have a dedicated priviliged access group for
     103    -g avahi -s /bin/false avahi</userinput></screen>
     104
     105    <para>There should also be a dedicated priviliged access group for
    106106    <application>Avahi</application> clients. Issue the following command as
    107107    the <systemitem class="username">root</systemitem> user:</para>
     
    112112    commands:</para>
    113113
    114 <screen><userinput><!--patch -Np1 -i ../avahi-&avahi-version;-lfs_initscript_fixes-1.patch &amp;&amp;
    115 autoreconf -i -v &amp;&amp;-->./configure --prefix=/usr \
    116             --sysconfdir=/etc \
     114<screen><userinput>
     115./configure --prefix=/usr        \
     116            --sysconfdir=/etc    \
    117117            --localstatedir=/var \
    118             --disable-static \
    119             --disable-libdaemon \
    120             --disable-mono \
    121             --disable-monodoc \
    122             --disable-python \
    123             --disable-qt3 \
    124             --disable-qt4 \
    125             --enable-core-docs \
    126             --with-distro=lfs &amp;&amp;
     118            --disable-static     \
     119            --disable-libdaemon  \
     120            --disable-mono       \
     121            --disable-monodoc    \
     122            --disable-python     \
     123            --disable-qt3        \
     124            --disable-qt4        \
     125            --enable-core-docs   \
     126            --with-distro=none &amp;&amp;
    127127make</userinput></screen>
    128128
     
    164164    building of documentation.</para>
    165165
    166     <para><parameter>--with-distro=lfs</parameter>: This parameter specifies the
    167     distribution to target.</para>
     166    <para><parameter>--with-distro=none</parameter>: There is an obsolete
     167    boot script in the distribution for LFS.  This option disables it.</para>
    168168
    169169    <para><option>--disable-dbus</option>: This parameter disables the use
  • server/mail/sendmail.xml

    rac4b41a rdc600829  
    77  <!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz">
    88  <!ENTITY sendmail-download-ftp  "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
    9   <!ENTITY sendmail-md5sum        "1b23d5000c8e7bfe82ec1a27f2f5fdc5">
     9  <!ENTITY sendmail-md5sum        "02ccfc331cc81ed00ec8bb5ecfc69018">
    1010  <!ENTITY sendmail-size          "2.0 MB">
    1111  <!ENTITY sendmail-buildsize     "19 MB">
     
    1313]>
    1414
    15 <sect1 id="sendmail" xreflabel="Sendmail-&sendmail-version;">
     15<sect1 id="sendmail" xreflabel="sendmail-&sendmail-version;">
    1616  <?dbhtml filename="sendmail.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>Sendmail-&sendmail-version;</title>
     23  <title>sendmail-&sendmail-version;</title>
    2424
    2525  <indexterm zone="sendmail">
    26     <primary sortas="a-Sendmail">Sendmail</primary>
     26    <primary sortas="a-sendmail">sendmail</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Sendmail</title>
    31 
    32     <para>The <application>Sendmail</application> package contains a Mail
     30    <title>Introduction to sendmail</title>
     31
     32    <para>The <application>sendmail</application> package contains a Mail
    3333    Transport Agent (MTA).</para>
    3434
    35     &lfs65_needs_update;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">Sendmail Dependencies</bridgehead>
     59    <bridgehead renderas="sect3">sendmail Dependencies</bridgehead>
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="db"/></para>
     62    <para role="required">
     63      <xref linkend="openldap"/>
     64    </para>
    6365
    6466    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para role="optional"><xref linkend="openssl"/>,
    66     <xref linkend="openldap"/>,
    67     <xref linkend="tcpwrappers"/>,
    68     <xref linkend="cyrus-sasl"/>,
    69     <xref linkend="procmail"/>,
    70     <ulink url="http://www.feep.net/nph/">nph</ulink>, and
    71     <xref linkend="gs"/><!-- or <xref linkend="espgs"/> --> (for creating
    72     PDF documentation)</para>
     67    <para role="optional">
     68      <xref linkend="openssl"/>,
     69      <xref linkend="tcpwrappers"/>,
     70      <xref linkend="cyrus-sasl"/>,
     71      <xref linkend="procmail"/>,
     72      <ulink url="http://www.feep.net/nph/">nph</ulink>, and
     73      <xref linkend="gs"/> (for creating PDF documentation)
     74    </para>
    7375
    7476    <para condition="html" role="usernotes">User Notes:
     
    7880
    7981  <sect2 role="installation">
    80     <title>Installation of Sendmail</title>
    81 
    82     <para>Before building <application>Sendmail</application>, create the
     82    <title>Installation of sendmail</title>
     83
     84    <para>Before building <application>sendmail</application>, create the
    8385    required user, group and directory with the following commands issued as
    8486    the <systemitem class="username">root</systemitem> user:</para>
     
    104106EOF</userinput></screen>
    105107
    106     <para>Install <application>Sendmail</application> with the following
     108    <para>Install <application>sendmail</application> with the following
    107109    commands:</para>
    108110
     
    150152install -v -m444 vacation/vacation.1   /usr/share/man/man1</userinput></screen>
    151153
    152     <para>Install the <application>Sendmail</application> Installation and
     154    <para>Install the <application>sendmail</application> Installation and
    153155    Operations Guide with the following commands:</para>
    154156
     
    176178
    177179    <para><command>sh Build; sh Build sendmail.cf; sh Build install-cf;
    178     sh Build install</command>: <application>Sendmail</application> uses an
     180    sh Build install</command>: <application>sendmail</application> uses an
    179181    <application>m4</application> based build script to create the various
    180182    <filename>Makefile</filename>s. These commands build and install the
     
    189191
    190192  <sect2 role="configuration">
    191     <title>Configuring Sendmail</title>
     193    <title>Configuring sendmail</title>
    192194
    193195    <sect3 id="sendmail-config">
     
    218220newaliases -v</userinput></screen>
    219221
    220       <para><application>Sendmail</application>'s primary configuration file,
     222      <para><application>sendmail</application>'s primary configuration file,
    221223      <filename>/etc/mail/sendmail.cf</filename>, is complex and not meant to be
    222224      directly edited. The recommended method for changing it is to modify
     
    236238      <title>Boot Script</title>
    237239
    238       <para>To automate the running of <application>Sendmail</application>
     240      <para>To automate the running of <application>sendmail</application>
    239241      at startup, install the <filename>/etc/rc.d/init.d/sendmail</filename>
    240242      init script included in the
     
    249251      <note>
    250252        <para>The -qNm option to <command>sendmail</command>, where N is number
    251         of minutes, controls how often <application>Sendmail</application> will
     253        of minutes, controls how often <application>sendmail</application> will
    252254        process the mail queue. A default of 5 minutes is used in the init
    253255        script. Individual workstation users may want to set this as low as 1
     
    285287        <term><command>editmap</command></term>
    286288        <listitem>
    287           <para>queries and edits <application>Sendmail</application> map
     289          <para>queries and edits <application>sendmail</application> map
    288290          files.</para>
    289291          <indexterm zone="sendmail editmap">
     
    296298        <term><command>hoststat</command></term>
    297299        <listitem>
    298           <para>prints <application>Sendmail</application>'s persistent host
     300          <para>prints <application>sendmail</application>'s persistent host
    299301          status.</para>
    300302          <indexterm zone="sendmail hoststat">
     
    307309        <term><command>mailstats</command></term>
    308310        <listitem>
    309           <para>displays <application>Sendmail</application> statistics.</para>
     311          <para>displays <application>sendmail</application> statistics.</para>
    310312          <indexterm zone="sendmail mailstats">
    311313            <primary sortas="b-mailstats">mailstats</primary>
     
    328330        <term><command>makemap</command></term>
    329331        <listitem>
    330           <para>creates <application>Sendmail</application> map files.</para>
     332          <para>creates <application>sendmail</application> map files.</para>
    331333          <indexterm zone="sendmail makemap">
    332334            <primary sortas="b-makemap">makemap</primary>
     
    349351        <term><command>praliases</command></term>
    350352        <listitem>
    351           <para>displays current <application>Sendmail</application>
     353          <para>displays current <application>sendmail</application>
    352354          aliases.</para>
    353355          <indexterm zone="sendmail praliases">
     
    360362        <term><command>purgestat</command></term>
    361363        <listitem>
    362           <para> causes <application>Sendmail</application> to clear (purge)
     364          <para> causes <application>sendmail</application> to clear (purge)
    363365          all its host-status information.</para>
    364366          <indexterm zone="sendmail purgestat">
     
    371373        <term><command>sendmail</command></term>
    372374        <listitem>
    373           <para>is the <application>Sendmail</application> mail transport
     375          <para>is the <application>sendmail</application> mail transport
    374376          agent.</para>
    375377          <indexterm zone="sendmail sendmail-prog-sendmail">
     
    383385        <listitem>
    384386          <para>is a restricted shell for
    385           <application>Sendmail</application>.</para>
     387          <application>sendmail</application>.</para>
    386388          <indexterm zone="sendmail smrsh">
    387389            <primary sortas="b-smrsh">smrsh</primary>
Note: See TracChangeset for help on using the changeset viewer.