diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-09-15 21:07:54 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-09-15 21:07:54 +0000 |
commit | b85ccc7a32eca3b5cf251a5df60189329310c8aa (patch) | |
tree | 278ec9a17cbce8c08f39934dc46345469fe40f44 /usr.sbin | |
parent | 2d0810fe034500c49ae468d9262a2aaa668bab27 (diff) | |
download | FreeBSD-src-b85ccc7a32eca3b5cf251a5df60189329310c8aa.zip FreeBSD-src-b85ccc7a32eca3b5cf251a5df60189329310c8aa.tar.gz |
Bump config version. Also mention that even after rebuilding a new
config, you may need to resynchronize your config file with syntax
or name changes documented in GENERIC or LINT.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/config/configvers.h | 4 | ||||
-rw-r--r-- | usr.sbin/config/mkmakefile.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h index c89aa82..44ac3d0 100644 --- a/usr.sbin/config/configvers.h +++ b/usr.sbin/config/configvers.h @@ -6,6 +6,6 @@ * The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE * and <osreldate.h> system. * - * $Id: configvers.h,v 1.4 1998/07/12 09:52:45 bde Exp $ + * $Id: configvers.h,v 1.5 1998/09/03 21:03:43 nsouch Exp $ */ -#define CONFIGVERS 300006 +#define CONFIGVERS 300007 diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 18ad12d..ea4c405 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: mkmakefile.c,v 1.32 1998/07/12 08:10:33 bde Exp $"; + "$Id: mkmakefile.c,v 1.33 1998/09/03 21:03:43 nsouch Exp $"; #endif /* not lint */ /* @@ -220,6 +220,10 @@ makefile() fprintf(stderr, "Make sure that /usr/src/usr.sbin/config is in sync\n"); fprintf(stderr, "with your /usr/src/sys and install a new config binary\n"); fprintf(stderr, "before trying this again.\n\n"); + fprintf(stderr, "If running the new config fails check your config\n"); + fprintf(stderr, "file against the GENERIC or LINT config files for\n"); + fprintf(stderr, "changes in config syntax, or option/device naming\n"); + fprintf(stderr, "conventions\n\n"); } } else fprintf(stderr, |