Subject: bin/6025: /usr/share/sendmail/cf/clientproto.mc doesn't work
To: None <gnats-bugs@gnats.netbsd.org>
From: Ronald Khoo <ronald@chersonese.com>
List: netbsd-bugs
Date: 08/25/1998 02:32:57
>Number:         6025
>Category:       bin
>Synopsis:       /usr/share/sendmail/cf/clientproto.mc doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 24 11:35:01 1998
>Last-Modified:
>Originator:     Ronald Khoo
>Organization:
	At Home
>Release:        19980822
>Environment:
	
System: NetBSD leek.chersonese.com 1.3G NetBSD 1.3G (LEEK) #0: Sat Aug 22 13:52:50 MYT 1998 root@leek.chersonese.com:/usr/src/sys/arch/i386/compile/LEEK i386


>Description:
	/usr/share/sendmail/cf/clientproto.mc is missing the
	one critical line which includes the guts of config :-)
	i.e. include(`../m4/cf.m4')

>How-To-Repeat:
    cd /usr/share/sendmail/cf ; make clientproto.cf
    examine clientproto.cf and notice that it is the same
    as clientproto.mc, with the comments elided. Hmm.
>Fix:
    Just replace the contents of the file with
    these four lines :-) which fixes the OSTYPE line too.

include(`../m4/cf.m4')
VERSIONID(`$Id$')
OSTYPE(bsd4.4)dnl
FEATURE(nullclient, mailhost.$m)

>Audit-Trail:
>Unformatted: