From e15ad09b69b23a4d7cd453a9b8a0a071278c4316 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sun, 8 Aug 1993 16:59:18 -0800 Subject: [PATCH] require "m" in LOCAL_MAILER_FLAGS SCCS-vsn: usr.sbin/sendmail/cf/ostype/hpux9.m4 8.2 SCCS-vsn: usr.sbin/sendmail/cf/ostype/irix.m4 8.2 SCCS-vsn: usr.sbin/sendmail/cf/ostype/aix3.m4 8.3 --- usr/src/usr.sbin/sendmail/cf/ostype/aix3.m4 | 4 ++-- usr/src/usr.sbin/sendmail/cf/ostype/hpux9.m4 | 4 ++-- usr/src/usr.sbin/sendmail/cf/ostype/irix.m4 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/aix3.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/aix3.m4 index f12a11ee8c..9b6503a179 100644 --- a/usr/src/usr.sbin/sendmail/cf/ostype/aix3.m4 +++ b/usr/src/usr.sbin/sendmail/cf/ostype/aix3.m4 @@ -8,7 +8,7 @@ divert(-1) # divert(0) -VERSIONID(`@(#)aix3.m4 8.2 (Berkeley) %G%') +VERSIONID(`@(#)aix3.m4 8.3 (Berkeley) %G%') define(`LOCAL_MAILER_PATH', /bin/bellmail)dnl define(`LOCAL_MAILER_ARGS', mail $u)dnl -define(`LOCAL_MAILER_FLAGS', `n')dnl +define(`LOCAL_MAILER_FLAGS', `mn')dnl diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/hpux9.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/hpux9.m4 index 2c0dfb6e21..1a0f2b4700 100644 --- a/usr/src/usr.sbin/sendmail/cf/ostype/hpux9.m4 +++ b/usr/src/usr.sbin/sendmail/cf/ostype/hpux9.m4 @@ -8,6 +8,6 @@ divert(-1) # divert(0) -VERSIONID(`@(#)hpux9.m4 8.1 (Berkeley) %G%') +VERSIONID(`@(#)hpux9.m4 8.2 (Berkeley) %G%') define(`_HPUX_', `')dnl -define(`LOCAL_MAILER_FLAGS', `')dnl +define(`LOCAL_MAILER_FLAGS', `m')dnl diff --git a/usr/src/usr.sbin/sendmail/cf/ostype/irix.m4 b/usr/src/usr.sbin/sendmail/cf/ostype/irix.m4 index 29d43d6b83..9ae248879a 100644 --- a/usr/src/usr.sbin/sendmail/cf/ostype/irix.m4 +++ b/usr/src/usr.sbin/sendmail/cf/ostype/irix.m4 @@ -8,5 +8,5 @@ divert(-1) # divert(0) -VERSIONID(`@(#)irix.m4 8.1 (Berkeley) %G%') -define(`LOCAL_MAILER_FLAGS', Ehu)dnl +VERSIONID(`@(#)irix.m4 8.2 (Berkeley) %G%') +define(`LOCAL_MAILER_FLAGS', Ehmu)dnl -- 2.20.1