summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-11-06 22:30:29 +0000
committerpst <pst@FreeBSD.org>1996-11-06 22:30:29 +0000
commit3fc22aee34e9d1ff194e4c57896cabb9bccae14d (patch)
tree3d89fcc9faf02c5c047a9fee19d18eaa41ec80e2 /usr.sbin/sendmail
parentf7ea04250cb43e66adbd52666cd75893376a59ca (diff)
downloadFreeBSD-src-3fc22aee34e9d1ff194e4c57896cabb9bccae14d.zip
FreeBSD-src-3fc22aee34e9d1ff194e4c57896cabb9bccae14d.tar.gz
The standard .mc files shipped with the new sendmail have an extra divert(0)
at the top. Make our freebsd-supplied files match the standard files. Apply-to: 2.2
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/cf/cf/freebsd.mc1
-rw-r--r--usr.sbin/sendmail/cf/cf/freefall.mc3
2 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/cf/cf/freebsd.mc b/usr.sbin/sendmail/cf/cf/freebsd.mc
index d5a014a..781bb16 100644
--- a/usr.sbin/sendmail/cf/cf/freebsd.mc
+++ b/usr.sbin/sendmail/cf/cf/freebsd.mc
@@ -41,6 +41,7 @@ divert(-1)
# and do the modifications there.
#
+divert(0)dnl
VERSIONID(`@(#)freebsd.mc $Revision: 1.1 $')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl
diff --git a/usr.sbin/sendmail/cf/cf/freefall.mc b/usr.sbin/sendmail/cf/cf/freefall.mc
index 38478b9..652c418 100644
--- a/usr.sbin/sendmail/cf/cf/freefall.mc
+++ b/usr.sbin/sendmail/cf/cf/freefall.mc
@@ -33,7 +33,8 @@ divert(-1)
# SUCH DAMAGE.
#
-VERSIONID(`@(#)freefall.mc $Revision: 1.7 $')
+divert(0)dnl
+VERSIONID(`@(#)freefall.mc $Revision: 1.8 $')
OSTYPE(bsd4.4)dnl
DOMAIN(generic)dnl
MAILER(local)dnl
OpenPOWER on IntegriCloud