summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-26 03:41:39 +0000
committerache <ache@FreeBSD.org>1996-11-26 03:41:39 +0000
commit1b3b504f1518dcaaa8eb5fbfffea8279ced96781 (patch)
treeab395fcfd4db6d9499f72095ef48ed6d7528969a /usr.sbin/sendmail
parent1a49e1ce33ccaed1606b83e48a4cffa8ba6ffca4 (diff)
downloadFreeBSD-src-1b3b504f1518dcaaa8eb5fbfffea8279ced96781.zip
FreeBSD-src-1b3b504f1518dcaaa8eb5fbfffea8279ced96781.tar.gz
Use LC_TIME=C
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/cf/sh/makeinfo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/cf/sh/makeinfo.sh b/usr.sbin/sendmail/cf/sh/makeinfo.sh
index 68b85d3..67ea078 100644
--- a/usr.sbin/sendmail/cf/sh/makeinfo.sh
+++ b/usr.sbin/sendmail/cf/sh/makeinfo.sh
@@ -73,7 +73,7 @@ then
else
host=`uname -n`
fi
-echo '#####' built by $user@$host on `date`
+echo '#####' built by $user@$host on `LC_TIME=C date`
echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
echo "define(\`__HOST__', $host)dnl"
OpenPOWER on IntegriCloud