[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: zmailer-2.99.50-s8.tar.gz available
On Tue, 28 Jul 1998 mea@nic.funet.fi wrote:
> Hello,
>
> Finally... a release at ftp.funet.fi.
> Still this is not "final" 2.99.50, I need to get
> some feedback on its (lack of) problems at first,
> though.
>
> If you are updating, DO READ README.UPGRADE.
> There are important incompabilities listed there!
As send to you already in private mail (sorry forgot the CC).
There is a small bug in proto/Makefile.
(it won't install further because of a missing ; \)
Patch:
--
--- Makefile Tue Jul 28 22:37:46 1998
+++ Makefile~ Tue Jul 28 22:31:19 1998
@@ -222,12 +222,14 @@
else \
echo "*** No overwrite of db/localnames, old exists"; \
fi ; \
+# echo $$MAILVAR
if [ ! -f $$MAILVAR/db/smtp-policy.src ]; then \
echo $(INSTALL) -m 644 $(srcdir)/db/smtp-policy.src
$$MAILVAR/db/smtp-policy.src ; \
$(INSTALL) -m 644 $(srcdir)/db/smtp-policy.src
$$MAILVAR/db/smtp-policy.src ; \
else \
echo "*** No overwrite of smtp-policy.src, old exists"; \
- fi ; \
+ fi
+ echo "boe"
if [ ! -f $$MAILVAR/db/smtp-policy.relay ]; then \
echo $(INSTALL) -m 644 $(srcdir)/db/smtp-policy.relay
$$MAILVAR/db/smtp-policy.relay ; \
$(INSTALL) -m 644 $(srcdir)/db/smtp-policy.relay
$$MAILVAR/db/smtp-policy.relay ; \
--
Mark
-------------------------------------------------------------------------
Mark Visser | Student Civiele Technologie & Management
Calslaan 26 - 31 | E-mail: mark@cal026031.student.utwente.nl
7522 MC Enschede | SNT-mail: mark@snt.utwente.nl
Telephone: 053-4895038 |
-------------------------------------------------------------------------
Warning: You can get rid of all the bugs by disabling them from the main menu.