From 58fa7951a2645ab84826c2ae95fe052c5cc84f82 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 9 Jan 2000 07:10:27 +0000 Subject: [PATCH] Bump configversion. The controller/device changes are upwards but not downwards compatable. If you try and config a s/controller/device/ kernel with an old config(8), the results will be less than satisfactory. --- sys/alpha/conf/Makefile.alpha | 2 +- sys/conf/Makefile.alpha | 2 +- sys/conf/Makefile.i386 | 2 +- sys/conf/Makefile.pc98 | 2 +- sys/conf/Makefile.powerpc | 2 +- sys/i386/conf/Makefile.i386 | 2 +- sys/pc98/conf/Makefile.pc98 | 2 +- usr.sbin/config/configvers.h | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index e8580dce4b63..f4d214c14fc4 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index e8580dce4b63..f4d214c14fc4 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 2ab77aa485b6..e73de508acf3 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index a036fee992a5..6c82b33ef480 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 2ab77aa485b6..e73de508acf3 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 2ab77aa485b6..e73de508acf3 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/sys/pc98/conf/Makefile.pc98 b/sys/pc98/conf/Makefile.pc98 index a036fee992a5..6c82b33ef480 100644 --- a/sys/pc98/conf/Makefile.pc98 +++ b/sys/pc98/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 400016 +%VERSREQ= 400017 # Can be overridden by makeoptions or /etc/make.conf KERNEL?= kernel diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index 246e138496f3..f44b2848ce1c 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -8,4 +8,4 @@ * * $FreeBSD$ */ -#define CONFIGVERS 400016 +#define CONFIGVERS 400017