[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] (no subject)
- Subject: Re: [cobalt-users] (no subject)
- From: flash22@xxxxxxx
- Date: Tue Feb 12 23:58:29 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 12 Feb 2002, Mark Huth wrote:
>
> Of course, here I get stuck with the error:
>
> [root cf]# m4 m4/cf.m4 cobalt.mc >new_sendmail.cf
^^^^^ [You are in the cf directory, charlies direcrions assume you
are in the directory above it, either is ok, as long as you have the mc
file in the current directory]
> m4: m4/cf.m4: No such file or directory
> cobalt.mc:6: m4: Cannot open m4/cf.m4: No such file or directory
So you just need m4 ../m4/cf.m4 cobalt.mc >new_sendmail.cf
Which is what the Makefile you are supposed to have is supposed to do ;P
[Do it charlies way, it'smore likely to work right]
PS: when you have your new .cf , do diff sendmail.cf new_sendmail.cf
It will print out all the differences, if you did it right, there should
just be the new stuff for thr RBL, if you are seeing more than 10 lines,
ya blew it ;P
gsh