Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 12:10:03 UTC 2014
Modified Files:
src/sys/conf: files
src/usr.bin/config: defs.h
Log Message:
Bump config(1) version.
config(1) still keeps backward-compatibility; it is more permissive than
before. The tree, however, needs the updated config(1), mainly to strictly
define attribute ("module") ownership and dependencies.
To generate a diff of this commit:
cvs rdiff -u -r1.1111 -r1.1112 src/sys/conf/files
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/config/defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/files
diff -u src/sys/conf/files:1.1111 src/sys/conf/files:1.1112
--- src/sys/conf/files:1.1111 Fri Oct 10 10:25:00 2014
+++ src/sys/conf/files Fri Oct 10 12:10:02 2014
@@ -1,7 +1,7 @@
-# $NetBSD: files,v 1.1111 2014/10/10 10:25:00 uebayasi Exp $
+# $NetBSD: files,v 1.1112 2014/10/10 12:10:02 uebayasi Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
-version 20140824
+version 20141010
#
# device classes
Index: src/usr.bin/config/defs.h
diff -u src/usr.bin/config/defs.h:1.54 src/usr.bin/config/defs.h:1.55
--- src/usr.bin/config/defs.h:1.54 Fri Oct 10 05:27:28 2014
+++ src/usr.bin/config/defs.h Fri Oct 10 12:10:02 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.54 2014/10/10 05:27:28 uebayasi Exp $ */
+/* $NetBSD: defs.h,v 1.55 2014/10/10 12:10:02 uebayasi Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -107,7 +107,7 @@ extern const char *progname;
* The next two lines define the current version of the config(1) binary,
* and the minimum version of the configuration files it supports.
*/
-#define CONFIG_VERSION 20140824
+#define CONFIG_VERSION 20141010
#define CONFIG_MINVERSION 0
/*