aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/Makefile2
-rw-r--r--usr.sbin/config/config.52
-rw-r--r--usr.sbin/config/config.82
-rw-r--r--usr.sbin/config/config.h2
-rw-r--r--usr.sbin/config/config.y2
-rw-r--r--usr.sbin/config/configvers.h4
-rw-r--r--usr.sbin/config/kernconf.tmpl2
-rw-r--r--usr.sbin/config/lang.l2
-rw-r--r--usr.sbin/config/main.c2
-rw-r--r--usr.sbin/config/mkheaders.c2
-rw-r--r--usr.sbin/config/mkmakefile.c2
-rw-r--r--usr.sbin/config/mkoptions.c2
12 files changed, 13 insertions, 13 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index ac828818e367..3a063d8aa460 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/config/Makefile,v 1.38 2007/10/01 18:15:11 ru Exp $
PROG= config
MAN= config.5 config.8
diff --git a/usr.sbin/config/config.5 b/usr.sbin/config/config.5
index f523b7d33ce0..3befd4fd9691 100644
--- a/usr.sbin/config/config.5
+++ b/usr.sbin/config/config.5
@@ -21,7 +21,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/config/config.5,v 1.10 2006/10/24 00:44:40 imp Exp $
.\"
.Dd December 3, 2005
.Dt CONFIG 5
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index 01abc9499113..69ade50eea44 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)config.8 8.2 (Berkeley) 4/19/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/config/config.8,v 1.46 2007/05/12 19:38:18 wkoszek Exp $
.\"
.Dd May 8, 2007
.Dt CONFIG 8
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index 759eef039958..5fe5e6ef2fc9 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* @(#)config.h 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/config/config.h,v 1.62 2007/05/17 04:53:52 imp Exp $
*/
/*
diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y
index 36a7bf7eed41..2f20c2cba0b9 100644
--- a/usr.sbin/config/config.y
+++ b/usr.sbin/config/config.y
@@ -67,7 +67,7 @@
* SUCH DAMAGE.
*
* @(#)config.y 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/config/config.y,v 1.78 2007/05/17 04:53:52 imp Exp $
*/
#include <assert.h>
diff --git a/usr.sbin/config/configvers.h b/usr.sbin/config/configvers.h
index 2bcce1168409..bdef464882f0 100644
--- a/usr.sbin/config/configvers.h
+++ b/usr.sbin/config/configvers.h
@@ -1,7 +1,7 @@
/*-
* This file is in the public domain
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/config/configvers.h,v 1.45 2007/05/13 02:36:41 wkoszek Exp $
*/
/*
@@ -47,7 +47,7 @@
* %VERSREQ field in the Makefile.$ARCH of all the affected makefiles
* (typically all of them).
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/config/configvers.h,v 1.45 2007/05/13 02:36:41 wkoszek Exp $
*/
#define CONFIGVERS 600006
#define MAJOR_VERS(x) ((x) / 100000)
diff --git a/usr.sbin/config/kernconf.tmpl b/usr.sbin/config/kernconf.tmpl
index 182614b937b0..993c449f04a0 100644
--- a/usr.sbin/config/kernconf.tmpl
+++ b/usr.sbin/config/kernconf.tmpl
@@ -2,7 +2,7 @@
* This file acts as a template for config.c that will be generated in the
* kernel build directory after config(8) has been successfully run.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/config/kernconf.tmpl,v 1.2 2007/05/16 16:08:04 wkoszek Exp $
*/
#include "opt_config.h"
#ifdef INCLUDE_CONFIG_FILE
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index 2f2886e28448..5a91a71a4ee3 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -28,7 +28,7 @@
* SUCH DAMAGE.
*
* @(#)lang.l 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/config/lang.l,v 1.45 2007/05/12 19:38:18 wkoszek Exp $
*/
#include <assert.h>
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c
index a3b300a8da34..5f3867576b14 100644
--- a/usr.sbin/config/main.c
+++ b/usr.sbin/config/main.c
@@ -38,7 +38,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/config/main.c,v 1.76 2007/05/17 04:53:52 imp Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.sbin/config/mkheaders.c b/usr.sbin/config/mkheaders.c
index fd7f1b3ac67d..0e0721fc3d17 100644
--- a/usr.sbin/config/mkheaders.c
+++ b/usr.sbin/config/mkheaders.c
@@ -32,7 +32,7 @@
static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/config/mkheaders.c,v 1.31 2005/11/25 22:25:34 ru Exp $";
#endif /* not lint */
/*
diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c
index 9e7ef60462b8..0aa73e9bc1b2 100644
--- a/usr.sbin/config/mkmakefile.c
+++ b/usr.sbin/config/mkmakefile.c
@@ -32,7 +32,7 @@
static char sccsid[] = "@(#)mkmakefile.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/config/mkmakefile.c,v 1.91 2006/10/24 07:12:31 imp Exp $";
#endif /* not lint */
/*
diff --git a/usr.sbin/config/mkoptions.c b/usr.sbin/config/mkoptions.c
index c4bd62464409..6884c1761fee 100644
--- a/usr.sbin/config/mkoptions.c
+++ b/usr.sbin/config/mkoptions.c
@@ -33,7 +33,7 @@
static char sccsid[] = "@(#)mkheaders.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.sbin/config/mkoptions.c,v 1.34 2006/06/07 01:43:26 delphij Exp $";
#endif /* not lint */
/*