Subject: sendmail: simplifying netbsd-proto.mc
To: None <tech-net@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: tech-net
Date: 08/24/2000 05:51:55
Couldn't we write netbsd-proto.mc as:

	include(`netbsd-proto-IPv4only.mc')
	DAEMON_OPTIONS(`Family=inet, address=0.0.0.0, Name=MTA')dnl
	DAEMON_OPTIONS(`Family=inet6, address=::, Name=MTA6')dnl

That way whatever things we add to the v4 config file will get added to
the other one automatically, reducing redundancy.


 - Hubert

-- 
NetBSD - because Unix isn't just #include <linux.h>, i386, ILP32, ELF, ...!