opnsense-ports/mail/sendmail/files/patch-makeinfo.sh
Franco Fichtner 345b7f9d69 */*: sync with upstream
Taken from: HardenedBSD
2018-08-16 08:43:35 +02:00

11 lines
387 B
Bash

--- cf/sh/makeinfo.sh.orig 2014-03-05 00:59:45 UTC
+++ cf/sh/makeinfo.sh
@@ -52,7 +52,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"