auto-import sendmail-8.12.5-5 from sendmail-8.12.5-5.src.rpm

This commit is contained in:
cvsdist 2004-09-09 12:17:31 +00:00
parent 333a3fa198
commit ad979873e1
2 changed files with 8 additions and 3 deletions

View File

@ -18,8 +18,10 @@ userdb.db : userdb
@makemap hash $@ < $<
%.cf : %.mc
@mv -f $@ $@.bak
@m4 $< > $@
@if test -f /usr/share/sendmail-cf/m4/cf.m4; then \
mv -f $@ $@.bak; \
m4 $< > $@; \
fi;
clean:
rm -f *.db *~

View File

@ -3,7 +3,7 @@
# the version number to build on. Supported should be 62 70 71 72 for
# Red Hat Linux 6.2 up to 7.2 and "100" for the current rawhide version.
%define errata 100
%define release 4
%define release 5
%if %{errata} <= 70
%define sendmailcf usr/lib/sendmail-cf
@ -518,6 +518,9 @@ exit 0
%{_docdir}/sendmail
%changelog
* Thu Jul 25 2002 Phil Knirsch <pknirsch@redhat.com>
- Only generate new cf files if the /usr/share/sendmail-cf/m4/cf.m4 exists.
* Wed Jul 24 2002 Phil Knirsch <pknirsch@redhat.com>
- Changed the behaviour in /etc/mail/Makefile to generate the sendmail.cf and
submit.cf from the mc files if they changed.