From bdfaa56a86c9e7d0e2ce15dc435176188bfcfa8e Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Wed, 6 Nov 1996 22:30:29 +0000 Subject: [PATCH] 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 --- etc/sendmail/freebsd.mc | 1 + etc/sendmail/freefall.mc | 3 ++- usr.sbin/sendmail/cf/cf/freebsd.mc | 1 + usr.sbin/sendmail/cf/cf/freefall.mc | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index d5a014ac80c0..781bb16d569c 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/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/etc/sendmail/freefall.mc b/etc/sendmail/freefall.mc index 38478b980fcc..652c418ef1b3 100644 --- a/etc/sendmail/freefall.mc +++ b/etc/sendmail/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 diff --git a/usr.sbin/sendmail/cf/cf/freebsd.mc b/usr.sbin/sendmail/cf/cf/freebsd.mc index d5a014ac80c0..781bb16d569c 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 38478b980fcc..652c418ef1b3 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