[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: zmailer-2.99.50-s8.tar.gz available
....
> 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:
Your diff gave me a place to look at, but isn't the patch.
(Wrong file...)
--- proto/Makefile.in~ Sun Jul 26 22:25:53 1998
+++ proto/Makefile.in Tue Jul 28 23:53:46 1998
@@ -227,7 +227,7 @@
$(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 ; \
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
/Matti Aarnio <mea@nic.funet.fi>