summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2009-08-12 11:55:26 +0000
committercperciva <cperciva@FreeBSD.org>2009-08-12 11:55:26 +0000
commitad14c40deb10e4bd6d07253eff8c410b3c6b70ca (patch)
treec1ab6b944d22d2ca057376b41587827c032a9d9c /usr.sbin
parentf430081d7006295c29fcbb5bf0ed281cfe7086a2 (diff)
downloadFreeBSD-src-ad14c40deb10e4bd6d07253eff8c410b3c6b70ca.zip
FreeBSD-src-ad14c40deb10e4bd6d07253eff8c410b3c6b70ca.tar.gz
Apply the ntp-related part of r195626 to the correct part of the tree --
the mkver which is used in builds is the one in usr.sbin/ntp/scripts, not the one in contrib/ntp/scripts. Pointy hat to: cperciva Approved by: re (rwatson)
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/ntp/scripts/mkver2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/ntp/scripts/mkver b/usr.sbin/ntp/scripts/mkver
index 02c6924..a8f5175 100755
--- a/usr.sbin/ntp/scripts/mkver
+++ b/usr.sbin/ntp/scripts/mkver
@@ -23,8 +23,6 @@ case "" in
*) ConfStr="${ConfStr}-r" ;;
esac
-ConfStr="$ConfStr `LC_ALL=C date`"
-
if [ ! -f .version ]; then
echo 0 > .version
fi
OpenPOWER on IntegriCloud