svn commit: r196128 - head/usr.sbin/ntp/scripts

Colin Percival cperciva at FreeBSD.org
Wed Aug 12 11:55:27 UTC 2009


Author: cperciva
Date: Wed Aug 12 11:55:26 2009
New Revision: 196128
URL: http://svn.freebsd.org/changeset/base/196128

Log:
  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)

Modified:
  head/usr.sbin/ntp/scripts/mkver

Modified: head/usr.sbin/ntp/scripts/mkver
==============================================================================
--- head/usr.sbin/ntp/scripts/mkver	Wed Aug 12 11:43:45 2009	(r196127)
+++ head/usr.sbin/ntp/scripts/mkver	Wed Aug 12 11:55:26 2009	(r196128)
@@ -23,8 +23,6 @@ case "" in
  *)  ConfStr="${ConfStr}-r" ;;
 esac
 
-ConfStr="$ConfStr `LC_ALL=C date`"
-
 if [ ! -f .version ]; then
   echo 0 > .version
 fi


More information about the svn-src-head mailing list