Hi all,
as I worked today on qmail-ldap I realized, that there was a little bug in
the 0802i patch form diehard.n-r-g.com.
There is a bug in the Makefile. spwan.c is compiled without $(DEBUG) and
so the new logging support will not work as expected.
Possible patch:
--- START ---
diff -uN qmail-ldap/Makefile qmail-dash/Makefile
--- qmail-ldap/Makefile Fri Sep 14 18:53:55 2001
+++ qmail-dash/Makefile Fri Sep 14 18:39:04 2001
@@ -2137,7 +2137,7 @@
stralloc.h gen_alloc.h select.h exit.h coe.h open.h error.h \
auto_qmail.h auto_uids.h auto_spawn.h
./chkspawn
- ./compile spawn.c
+ ./compile $(DEBUG) spawn.c
splogger: \
load splogger.o substdio.a error.a str.a fs.a syslog.lib socket.lib
--- END ---
Probably it is simpler to change line 2140 by hand.
Don't forget to remove the old spawn.o and the make setup check.
--
:wq Claudio
tail -23 QLDAPINSTALL