Updated to version 8.12.7. Removed smrsh patch, it's been applied

upstream.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@579 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2003-01-09 02:52:45 +00:00
parent 7cf4686d2b
commit 2823a46cb3
4 changed files with 6 additions and 15 deletions

View File

@ -15,9 +15,9 @@ postmaster: root
MAILER-DAEMON: root
EOF
cd /etc/mail &&
cp -R /usr/src/sendmail-8.12.6/cf/* . &&
cp -R /usr/src/sendmail-8.12.6/cf/cf/submit.mc . &&
cp -R /usr/src/sendmail-8.12.6/cf/cf/sendmail.mc . &&
cp -R /usr/src/sendmail-&sendmail-version;/cf/* . &&
cp -R /usr/src/sendmail-&sendmail-version;/cf/cf/submit.mc . &&
cp -R /usr/src/sendmail-&sendmail-version;/cf/cf/sendmail.mc . &&
sendmail -v -bi &&
/usr/sbin/sendmail -bs -bd -q1m
</userinput></screen></para>

View File

@ -22,7 +22,6 @@ define(`confSBINGRP',`root')
define(`confUBINGRP',`root')
define(`confUBINOWN',`root')
EOF
(cd smrsh/ &amp;&amp; patch -Np0 -i ../../smrsh-20020924.patch) &amp;&amp;
cd sendmail &amp;&amp;
sh Build &amp;&amp;
cd ../cf/cf &amp;&amp;

View File

@ -7,9 +7,6 @@ Download location (HTTP): <ulink url="&sendmail-download-http;"/>
Version used: &sendmail-version;
Package size: &sendmail-size;
Estimated Disk space required: &sendmail-buildsize;</screen>
<screen>
Required Patch (HTTP): <ulink url="&sendmail-smrsh-patch;"/>
</screen>
<para>The sendmail package contains a Mail Transport Agent
(MTA). </para>

View File

@ -4,12 +4,7 @@
<!ENTITY sendmail-desc SYSTEM "sendmail-desc.xml">
<!ENTITY sendmail-config SYSTEM "sendmail-config.xml">
<!ENTITY sendmail-buildsize "12 MB">
<!ENTITY sendmail-version "8.12.6">
<!ENTITY sendmail-download-ftp
"ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.12.6.tar.gz">
<!ENTITY sendmail-download-http
"http://www.sendmail.org/ftp/sendmail.8.12.6.tar.gz">
<!ENTITY sendmail-smrsh-patch
"http://www.sendmail.org/patches/smrsh-20020924.patch">
<!ENTITY sendmail-version "8.12.7">
<!ENTITY sendmail-download-ftp "ftp://ftp.sendmail.org/pub/sendmail/sendmail.&sendmail-version;.tar.gz">
<!ENTITY sendmail-download-http "http://www.sendmail.org/ftp/sendmail.&sendmail-version;.tar.gz">
<!ENTITY sendmail-size "1.8 MB">