From e47edf50dd5c1aa9251744df00d61c7dfd7a57fc Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 17 Jul 2018 14:11:30 +0000 Subject: [PATCH] Revert r336353 completely based on protest; compatibility shims incoming --- sys/conf/Makefile.amd64 | 2 +- sys/conf/Makefile.arm | 2 +- sys/conf/Makefile.arm64 | 2 +- sys/conf/Makefile.i386 | 2 +- sys/conf/Makefile.mips | 2 +- sys/conf/Makefile.powerpc | 2 +- sys/conf/Makefile.riscv | 2 +- sys/conf/Makefile.sparc64 | 2 +- usr.sbin/config/configvers.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index 208140ce541c..696ef55a3fb0 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 6749a6a6ed01..ba01cdc40831 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600013 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.arm64 b/sys/conf/Makefile.arm64 index 67afd46a7014..324daa7cf17f 100644 --- a/sys/conf/Makefile.arm64 +++ b/sys/conf/Makefile.arm64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 .if !defined(S) S= ../../.. diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 072ca83a4cc9..6b1eca42f1bb 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips index fa25050ef364..de006c018e6d 100644 --- a/sys/conf/Makefile.mips +++ b/sys/conf/Makefile.mips @@ -15,7 +15,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 7a8257adabdb..3d01a342d7df 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/sys/conf/Makefile.riscv b/sys/conf/Makefile.riscv index 68ab587d4b05..1285acc886a2 100644 --- a/sys/conf/Makefile.riscv +++ b/sys/conf/Makefile.riscv @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 .if !defined(S) S= ../../.. diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index ae0d6b927949..736f9cba3638 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 700000 +%VERSREQ= 600012 STD8X16FONT?= iso diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index e9e30b5d067d..993fb9403cf0 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -49,5 +49,5 @@ * * $FreeBSD$ */ -#define CONFIGVERS 700000 +#define CONFIGVERS 600015 #define MAJOR_VERS(x) ((x) / 100000)