On Fri, Jun 21, 2002 at 11:38:11PM -0500, Lonnie Borntreger wrote:
> That makes sense.  Since the package update of sendmail didn't do it, I
> did the following command.  The results look OK, is it correct?  (pulled
> the "9" out of my....)
> 
> update-alternatives --install /usr/sbin/sendmail sendmail \
>  /usr/sbin/sendmail.sendmail 9

That's odd the RPM has this in %post:
#
# Set up the alternatives files for MTAs.
#
/usr/sbin/update-alternatives --install %{_sbindir}/sendmail mta 
%{_sbindir}/sendmail.sendmail 10 \
        --slave %{_libdir}/sendmail mta-in_libdir %{_sbindir}/sendmail.sendmail \
        --slave %{_bindir}/mailq mta-mailq %{_bindir}/mailq.sendmail \
        --slave %{_bindir}/newaliases mta-newaliases %{_bindir}/newaliases.sendmail \
        --slave %{_bindir}/rmail mta-rmail %{_bindir}/rmail.sendmail \
        --slave %{_mandir}/man1/mailq.1.bz2 mta-mailqman 
%{_mandir}/man1/mailq.sendmail.1.bz2 \
        --slave %{_mandir}/man1/newaliases.1.bz2 mta-newaliasesman 
%{_mandir}/man1/newaliases.sendmail.1.bz2 \
        --slave %{_mandir}/man5/aliases.5.bz2 mta-aliasesman 
%{_mandir}/man5/aliases.sendmail.5.bz2 \

So you might want to use something more like that...
Wonder what's wrong with the post script that it isn't getting run.

-- 
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org

We tend to see all wars through the lens of the current conflict, and we
mine history for lessons convenient to the present purpose.
- Brian Hayes

Reply via email to