Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cwjcc!hal!nic.MR.NET!csd4.milw.wisc.edu!bionet!ames!amdcad!sun!pitstop!sundc!seismo!uunet!mcvax!ukc!etive!glasgow!cds From: cds@root.co.uk (Chris Seabrook) Newsgroups: comp.mail.sendmail,mail.uk-sendmail-workers Subject: Problem with uk-sendmail 2.1 Message-ID: <29936.8901311315@root44.root.co.uk> Date: 31 Jan 89 13:15:51 GMT Sender: daemon@cs.glasgow.ac.uk Lines: 56 X-Mailer: Mail User's Shell (6.3 6/25/88) X-Mailer: mail-news 2.0.3 I've just picked up the 2.1 release from the info-server, and am trying to upgrade from 1.5. Either I've missed something or there is a problem (in Config I think). I can't even persuade it to build the example slave configuration. Enclosed is a script of the results. Chris Seabrook ------------------------------------------------------------------------ Script started on Tue Jan 31 13:10:54 1989 root44!cds $ Config config.slave creating tables/slave.mk ... Making directory slave ... creating configuration files in slave ... root44!cds $ cd slave root44!cds $ make cd ../tables; make -f slave.mk slave ../Dombuild -o slave-dom.m4 cs-dept.ether.chn -top slave.top.dom ../Chnbuild -o slave-chn.m4 -top slave.top.chn -local cs-dept.local.chn usage: ../Chnbuild [-o file] -chn file... *** Error code 1 Make: . Stop. *** Error code 1 Make: . Stop. root44!cds $ cat ../tables/slave.mk ############################################################ # # Makefile to compile sendmail tables for slave # ############################################################ DOMFILES= cs-dept.ether.chn slave.top.dom DOMBLDARGS= cs-dept.ether.chn -top slave.top.dom CHNFILES= slave.top.chn cs-dept.local.chn CHNBLDARGS=-top slave.top.chn -local cs-dept.local.chn slave: slave-dom.m4 slave-chn.m4 slave-dom.m4: $(DOMFILES) slave.mk ../Dombuild -o slave-dom.m4 $(DOMBLDARGS) slave-chn.m4: $(CHNFILES) slave.mk ../Chnbuild -o slave-chn.m4 $(CHNBLDARGS) edit: $${VISUAL-vi} $(CHNFILES) $${VISUAL-vi} $(DOMFILES) tidy: -rm -f [0-9]*.* check: $(CHNFILES) $(DOMFILES) ../Chncheck $(CHNFILES) ../Domcheck $(DOMFILES) root44!cds $