CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/10/07 10:57:14
Modified files: usr.sbin/smtpd : makemap.c Log message: We need to provide a sendmail-like interface to makemap so that some tools that assume sendmail do not break ... add support for reading map source from stdin, for specifying the DBTYPE of a map, and teach OUR makemap to emulate sendmail interface. ok eric@