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

Xin LI delphij at FreeBSD.org
Sun Jul 12 23:32:24 UTC 2015


Author: delphij
Date: Sun Jul 12 23:32:23 2015
New Revision: 285435
URL: https://svnweb.freebsd.org/changeset/base/285435

Log:
  Bump version after 4.2.8p3 import.
  
  Note: currently 'mkver' script is using hardcoded knowledge and always
  emits -a in the version string, a more through solution would be to generate
  the script with something that we own.

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

Modified: head/usr.sbin/ntp/scripts/mkver
==============================================================================
--- head/usr.sbin/ntp/scripts/mkver	Sun Jul 12 22:08:58 2015	(r285434)
+++ head/usr.sbin/ntp/scripts/mkver	Sun Jul 12 23:32:23 2015	(r285435)
@@ -6,7 +6,7 @@ PROG=${1-UNKNOWN}
 
 ConfStr="$PROG"
 
-ConfStr="$ConfStr 4.2.8p2"
+ConfStr="$ConfStr 4.2.8p3"
 
 case "$CSET" in
  '') ;;


More information about the svn-src-head mailing list