fix time zone USE_TZ special case
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 25 Aug 1993 05:20:49 +0000 (21:20 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 25 Aug 1993 05:20:49 +0000 (21:20 -0800)
SCCS-vsn: usr.sbin/sendmail/cf/m4/nullrelay.m4 8.3

usr/src/usr.sbin/sendmail/cf/m4/nullrelay.m4

index 7889e9d..d4a31c4 100644 (file)
@@ -8,7 +8,7 @@ divert(-1)
 #
 divert(0)
 
 #
 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
 
 #
 #  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',
 #  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
        `Ot`'confTIME_ZONE')
 
 # default UID