Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Bump config(1) version.



details:   https://anonhg.NetBSD.org/src/rev/902d4a5669f1
branches:  trunk
changeset: 802978:902d4a5669f1
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Oct 10 12:10:02 2014 +0000

description:
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.

diffstat:

 sys/conf/files        |  4 ++--
 usr.bin/config/defs.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r b0c451d28f30 -r 902d4a5669f1 sys/conf/files
--- a/sys/conf/files    Fri Oct 10 11:58:59 2014 +0000
+++ b/sys/conf/files    Fri Oct 10 12:10:02 2014 +0000
@@ -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
diff -r b0c451d28f30 -r 902d4a5669f1 usr.bin/config/defs.h
--- a/usr.bin/config/defs.h     Fri Oct 10 11:58:59 2014 +0000
+++ b/usr.bin/config/defs.h     Fri Oct 10 12:10:02 2014 +0000
@@ -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 @@
  * 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
 
 /*



Home | Main Index | Thread Index | Old Index