From b95665989aaa4e993e0c4f197c4061ac75d2b6a6 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 13 May 2015 14:25:17 +0200 Subject: [PATCH 075/257] Remove build timestamps from ntp* binaries again This was already done by r195626 a couple of years ago apparently the change got lost while importing an update from the vendor. Obtained from: ElectroBSD --- contrib/ntp/scripts/build/mkver.in | 2 -- 1 file changed, 2 deletions(-) mode change 100644 => 100755 contrib/ntp/scripts/build/mkver.in diff --git a/contrib/ntp/scripts/build/mkver.in b/contrib/ntp/scripts/build/mkver.in old mode 100644 new mode 100755 index 3aef1c816a7f..badd2cda8c1f --- a/contrib/ntp/scripts/build/mkver.in +++ b/contrib/ntp/scripts/build/mkver.in @@ -15,8 +15,6 @@ case "@VER_SUFFIX@" in *) ConfStr="${ConfStr}-@VER_SUFFIX@" ;; esac -ConfStr="$ConfStr `LC_TIME=C TZ=UTC date`" - if [ ! -f .version ]; then echo 0 > .version fi -- 2.11.0