aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getconf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getconf')
-rw-r--r--usr.bin/getconf/Makefile2
-rw-r--r--usr.bin/getconf/confstr.gperf2
-rw-r--r--usr.bin/getconf/fake-gperf.awk2
-rw-r--r--usr.bin/getconf/getconf.12
-rw-r--r--usr.bin/getconf/getconf.c2
-rw-r--r--usr.bin/getconf/getconf.h2
-rw-r--r--usr.bin/getconf/limits.gperf2
-rw-r--r--usr.bin/getconf/pathconf.gperf2
-rw-r--r--usr.bin/getconf/progenv.gperf2
-rw-r--r--usr.bin/getconf/sysconf.gperf2
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile
index eaaf628aad37..863a1066560c 100644
--- a/usr.bin/getconf/Makefile
+++ b/usr.bin/getconf/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/getconf/Makefile,v 1.4.38.1 2010/02/10 00:26:20 kensmith Exp $
PROG= getconf
diff --git a/usr.bin/getconf/confstr.gperf b/usr.bin/getconf/confstr.gperf
index c629987e5caf..7be94ad0b270 100644
--- a/usr.bin/getconf/confstr.gperf
+++ b/usr.bin/getconf/confstr.gperf
@@ -2,7 +2,7 @@
/*
* Copyright is disclaimed as to the contents of this file.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/getconf/confstr.gperf,v 1.5.34.1 2010/02/10 00:26:20 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/usr.bin/getconf/fake-gperf.awk b/usr.bin/getconf/fake-gperf.awk
index 96fcd3c9977c..f1ff724cdd04 100644
--- a/usr.bin/getconf/fake-gperf.awk
+++ b/usr.bin/getconf/fake-gperf.awk
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/getconf/fake-gperf.awk,v 1.3.34.1 2010/02/10 00:26:20 kensmith Exp $
BEGIN {
state = 0;
struct_seen = "";
diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1
index c3baed94b1fa..452ee89e25fd 100644
--- a/usr.bin/getconf/getconf.1
+++ b/usr.bin/getconf/getconf.1
@@ -26,7 +26,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/getconf/getconf.1,v 1.14.24.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd September 18, 2002
.Dt GETCONF 1
diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c
index 5f88db6cbe18..f57c8b833265 100644
--- a/usr.bin/getconf/getconf.c
+++ b/usr.bin/getconf/getconf.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/getconf/getconf.c,v 1.10.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h
index 266a0ff3b051..f291fd8ca5b0 100644
--- a/usr.bin/getconf/getconf.h
+++ b/usr.bin/getconf/getconf.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/getconf/getconf.h,v 1.4.40.1 2010/02/10 00:26:20 kensmith Exp $
*/
#ifdef STABLE
diff --git a/usr.bin/getconf/limits.gperf b/usr.bin/getconf/limits.gperf
index 68e0d65e78ff..5cafab3bf9b5 100644
--- a/usr.bin/getconf/limits.gperf
+++ b/usr.bin/getconf/limits.gperf
@@ -2,7 +2,7 @@
/*
* Copyright is disclaimed as to the contents of this file.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/getconf/limits.gperf,v 1.2.34.1 2010/02/10 00:26:20 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf
index e8b83659d80f..dee8bd83c6ac 100644
--- a/usr.bin/getconf/pathconf.gperf
+++ b/usr.bin/getconf/pathconf.gperf
@@ -2,7 +2,7 @@
/*
* Copyright is disclaimed as to the contents of this file.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/getconf/pathconf.gperf,v 1.4.34.1 2010/02/10 00:26:20 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf
index 40ce16a16069..a1a5ae3fd229 100644
--- a/usr.bin/getconf/progenv.gperf
+++ b/usr.bin/getconf/progenv.gperf
@@ -2,7 +2,7 @@
/*
* Copyright is disclaimed as to the contents of this file.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/getconf/progenv.gperf,v 1.3.24.1 2010/02/10 00:26:20 kensmith Exp $
*/
#include <sys/types.h>
diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf
index ae88464a0b74..1d5294b5dcf8 100644
--- a/usr.bin/getconf/sysconf.gperf
+++ b/usr.bin/getconf/sysconf.gperf
@@ -2,7 +2,7 @@
/*
* Copyright is disclaimed as to the contents of this file.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/getconf/sysconf.gperf,v 1.5.34.1 2010/02/10 00:26:20 kensmith Exp $
*/
#include <sys/types.h>