From 45e5ee4e4abcd25acb2f6f45002bac051f1be006 Mon Sep 17 00:00:00 2001 From: cperciva Date: Sat, 11 Jul 2009 22:30:37 +0000 Subject: Remove build timestamps from the following files: /boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib) --- contrib/ntp/scripts/mkver.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/ntp') diff --git a/contrib/ntp/scripts/mkver.in b/contrib/ntp/scripts/mkver.in index 11aa613..e8d9892 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 -- cgit v1.1