From owner-svn-src-head@freebsd.org Tue Jul 17 14:11:33 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E9D1041394; Tue, 17 Jul 2018 14:11:32 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 745708AD7E; Tue, 17 Jul 2018 14:11:32 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 556BE4A5B; Tue, 17 Jul 2018 14:11:32 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6HEBWaA066626; Tue, 17 Jul 2018 14:11:32 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6HEBU36066615; Tue, 17 Jul 2018 14:11:30 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <201807171411.w6HEBU36066615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Tue, 17 Jul 2018 14:11:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336414 - in head: sys/conf usr.sbin/config X-SVN-Group: head X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: in head: sys/conf usr.sbin/config X-SVN-Commit-Revision: 336414 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2018 14:11:33 -0000 Author: kevans Date: Tue Jul 17 14:11:30 2018 New Revision: 336414 URL: https://svnweb.freebsd.org/changeset/base/336414 Log: Revert r336353 completely based on protest; compatibility shims incoming Modified: head/sys/conf/Makefile.amd64 head/sys/conf/Makefile.arm head/sys/conf/Makefile.arm64 head/sys/conf/Makefile.i386 head/sys/conf/Makefile.mips head/sys/conf/Makefile.powerpc head/sys/conf/Makefile.riscv head/sys/conf/Makefile.sparc64 head/usr.sbin/config/configvers.h Modified: head/sys/conf/Makefile.amd64 ============================================================================== --- head/sys/conf/Makefile.amd64 Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.amd64 Tue Jul 17 14:11:30 2018 (r336414) @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso Modified: head/sys/conf/Makefile.arm ============================================================================== --- head/sys/conf/Makefile.arm Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.arm Tue Jul 17 14:11:30 2018 (r336414) @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600013 STD8X16FONT?= iso Modified: head/sys/conf/Makefile.arm64 ============================================================================== --- head/sys/conf/Makefile.arm64 Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.arm64 Tue Jul 17 14:11:30 2018 (r336414) @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 .if !defined(S) S= ../../.. Modified: head/sys/conf/Makefile.i386 ============================================================================== --- head/sys/conf/Makefile.i386 Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.i386 Tue Jul 17 14:11:30 2018 (r336414) @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso Modified: head/sys/conf/Makefile.mips ============================================================================== --- head/sys/conf/Makefile.mips Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.mips Tue Jul 17 14:11:30 2018 (r336414) @@ -15,7 +15,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso Modified: head/sys/conf/Makefile.powerpc ============================================================================== --- head/sys/conf/Makefile.powerpc Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.powerpc Tue Jul 17 14:11:30 2018 (r336414) @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso Modified: head/sys/conf/Makefile.riscv ============================================================================== --- head/sys/conf/Makefile.riscv Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.riscv Tue Jul 17 14:11:30 2018 (r336414) @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 .if !defined(S) S= ../../.. Modified: head/sys/conf/Makefile.sparc64 ============================================================================== --- head/sys/conf/Makefile.sparc64 Tue Jul 17 12:13:38 2018 (r336413) +++ head/sys/conf/Makefile.sparc64 Tue Jul 17 14:11:30 2018 (r336414) @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso Modified: head/usr.sbin/config/configvers.h ============================================================================== --- head/usr.sbin/config/configvers.h Tue Jul 17 12:13:38 2018 (r336413) +++ head/usr.sbin/config/configvers.h Tue Jul 17 14:11:30 2018 (r336414) @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 700000 +#define CONFIGVERS 600015 #define MAJOR_VERS(x) ((x) / 100000)