Date: Mon, 4 Feb 2019 02:18:27 +0000 (UTC) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r343729 - head/etc/mail Message-ID: <201902040218.x142IR9f078262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gshapiro Date: Mon Feb 4 02:18:27 2019 New Revision: 343729 URL: https://svnweb.freebsd.org/changeset/base/343729 Log: Add support for the authinfo map Submitted by: keramida Modified: head/etc/mail/Makefile Modified: head/etc/mail/Makefile ============================================================================== --- head/etc/mail/Makefile Mon Feb 4 01:24:10 2019 (r343728) +++ head/etc/mail/Makefile Mon Feb 4 02:18:27 2019 (r343729) @@ -60,8 +60,8 @@ # ------------------------------------------------------------------------ # # The Makefile knows about the following maps: -# access, bitdomain, domaintable, genericstable, mailertable, userdb, -# uucpdomain, virtusertable +# access, authinfo, bitdomain, domaintable, genericstable, mailertable, +# userdb, uucpdomain, virtusertable # .ifndef SENDMAIL_MC @@ -125,7 +125,7 @@ SENDMAIL_MAP_PERMS?= 0640 # type to use when calling makemap. # SENDMAIL_MAP_SRC+= mailertable domaintable bitdomain uucpdomain \ - genericstable virtusertable access + genericstable virtusertable access authinfo SENDMAIL_MAP_OBJ= SENDMAIL_MAP_TYPE?= hash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902040218.x142IR9f078262>