diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/amd/amd/get_args.c | 4 | ||||
-rw-r--r-- | contrib/ntp/scripts/mkver.in | 2 | ||||
-rw-r--r-- | contrib/sendmail/cf/sh/makeinfo.sh | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/contrib/amd/amd/get_args.c b/contrib/amd/amd/get_args.c index 12a7d07efd59..dda761897995 100644 --- a/contrib/amd/amd/get_args.c +++ b/contrib/amd/amd/get_args.c @@ -96,8 +96,8 @@ get_version_string(void) xsnprintf(tmpbuf, sizeof(tmpbuf), "Configured by %s@%s on date %s.\n", USER_NAME, HOST_NAME, CONFIG_DATE); strlcat(vers, tmpbuf, len); - xsnprintf(tmpbuf, sizeof(tmpbuf), "Built by %s@%s on date %s.\n", - BUILD_USER, BUILD_HOST, BUILD_DATE); + xsnprintf(tmpbuf, sizeof(tmpbuf), "Built by %s@%s.\n", + BUILD_USER, BUILD_HOST); strlcat(vers, tmpbuf, len); xsnprintf(tmpbuf, sizeof(tmpbuf), "cpu=%s (%s-endian), arch=%s, karch=%s.\n", cpu, endian, gopt.arch, gopt.karch); diff --git a/contrib/ntp/scripts/mkver.in b/contrib/ntp/scripts/mkver.in index 11aa6134c14e..e8d9892bd27e 100644 --- a/contrib/ntp/scripts/mkver.in +++ b/contrib/ntp/scripts/mkver.in @@ -17,8 +17,6 @@ case "@LCRYPTO@" in *) ConfStr="${ConfStr}-?" ;; esac -ConfStr="$ConfStr `LC_TIME=C TZ= date`" - if [ ! -f .version ]; then echo 0 > .version fi diff --git a/contrib/sendmail/cf/sh/makeinfo.sh b/contrib/sendmail/cf/sh/makeinfo.sh index e7b0cd101fce..1758e99ba980 100644 --- a/contrib/sendmail/cf/sh/makeinfo.sh +++ b/contrib/sendmail/cf/sh/makeinfo.sh @@ -54,7 +54,7 @@ then else host=`uname -n` fi -echo '#####' built by $user@$host on `LC_ALL=C LC_TIME=C date` +echo '#####' built by $user@$host echo '#####' in `pwd` | sed 's/\/tmp_mnt//' echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' echo "define(\`__HOST__', $host)dnl" |