Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 23:39:55 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358266 - head/usr.sbin/config
Message-ID:  <202002232339.01NNdtwE009439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Feb 23 23:39:55 2020
New Revision: 358266
URL: https://svnweb.freebsd.org/changeset/base/358266

Log:
  Bump CONFIGVERS to 600017.
  
  This change reflects the ability to change machine_arch in a config file. This
  is useful for including one config in another and changing the machine_arch
  in the second one.

Modified:
  head/usr.sbin/config/configvers.h

Modified: head/usr.sbin/config/configvers.h
==============================================================================
--- head/usr.sbin/config/configvers.h	Sun Feb 23 23:36:56 2020	(r358265)
+++ head/usr.sbin/config/configvers.h	Sun Feb 23 23:39:55 2020	(r358266)
@@ -49,7 +49,7 @@
  *
  * $FreeBSD$
  */
-#define	CONFIGVERS	600016
+#define	CONFIGVERS	600017
 #define	MAJOR_VERS(x)	((x) / 100000)
 
 /* Last config(8) version to require envmode/hintmode */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002232339.01NNdtwE009439>