From: Eric Allman Date: Wed, 25 Aug 1993 05:20:49 +0000 (-0800) Subject: fix time zone USE_TZ special case X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~1874 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/efc305ad2d644f9e6ca8ea01ba0969e718a3b4bd fix time zone USE_TZ special case SCCS-vsn: usr.sbin/sendmail/cf/m4/nullrelay.m4 8.3 --- diff --git a/usr/src/usr.sbin/sendmail/cf/m4/nullrelay.m4 b/usr/src/usr.sbin/sendmail/cf/m4/nullrelay.m4 index 7889e9d546..d4a31c47eb 100644 --- a/usr/src/usr.sbin/sendmail/cf/m4/nullrelay.m4 +++ b/usr/src/usr.sbin/sendmail/cf/m4/nullrelay.m4 @@ -8,7 +8,7 @@ divert(-1) # divert(0) -VERSIONID(`@(#)nullrelay.m4 8.2 (Berkeley) %G%') +VERSIONID(`@(#)nullrelay.m4 8.3 (Berkeley) %G%') # # This configuration applies only to relay-only hosts. They send @@ -158,7 +158,7 @@ OT`'confMESSAGE_TIMEOUT # if defined but null, use TZ envariable passed in # if defined and non-null, use that info ifelse(confTIME_ZONE, `USE_SYSTEM', `#Ot', - confTIME_ZONE, `USE_TZ', `', + confTIME_ZONE, `USE_TZ', `Ot', `Ot`'confTIME_ZONE') # default UID