summaryrefslogtreecommitdiff
path: root/contrib/tar
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-11-26 01:09:48 +0000
commita93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch)
tree1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /contrib/tar
parentd2d8199ea25041ce5507c36316475bb4331b66ed (diff)
Diffstat (limited to 'contrib/tar')
-rw-r--r--contrib/tar/FREEBSD-Xlist2
-rw-r--r--contrib/tar/FREEBSD-upgrade2
-rw-r--r--contrib/tar/lib/error.c2
-rw-r--r--contrib/tar/src/buffer.c2
-rw-r--r--contrib/tar/src/common.h2
-rw-r--r--contrib/tar/src/compare.c2
-rw-r--r--contrib/tar/src/create.c2
-rw-r--r--contrib/tar/src/extract.c2
-rw-r--r--contrib/tar/src/list.c2
-rw-r--r--contrib/tar/src/misc.c2
-rw-r--r--contrib/tar/src/names.c2
-rw-r--r--contrib/tar/src/rtapelib.c2
-rw-r--r--contrib/tar/src/tar.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/contrib/tar/FREEBSD-Xlist b/contrib/tar/FREEBSD-Xlist
index a5afe0887b1e..1ff5605f09c7 100644
--- a/contrib/tar/FREEBSD-Xlist
+++ b/contrib/tar/FREEBSD-Xlist
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/contrib/tar/FREEBSD-Xlist,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $
*/Makefile*
*/aclocal.m4
*/config*
diff --git a/contrib/tar/FREEBSD-upgrade b/contrib/tar/FREEBSD-upgrade
index b319f706d639..9159cfef6f13 100644
--- a/contrib/tar/FREEBSD-upgrade
+++ b/contrib/tar/FREEBSD-upgrade
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/contrib/tar/FREEBSD-upgrade,v 1.1.28.1 2008/10/02 02:57:24 kensmith Exp $
GNU Tar
originals can be found at: ftp://alpha.gnu.org/gnu/tar/
diff --git a/contrib/tar/lib/error.c b/contrib/tar/lib/error.c
index f0e60308e48b..a143cfc46d69 100644
--- a/contrib/tar/lib/error.c
+++ b/contrib/tar/lib/error.c
@@ -19,7 +19,7 @@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/lib/error.c,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $ */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/contrib/tar/src/buffer.c b/contrib/tar/src/buffer.c
index ae6eb5d9f1b5..a70bfc6b06b0 100644
--- a/contrib/tar/src/buffer.c
+++ b/contrib/tar/src/buffer.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/buffer.c,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/common.h b/contrib/tar/src/common.h
index 40e0ab61d78f..52ba2bed0698 100644
--- a/contrib/tar/src/common.h
+++ b/contrib/tar/src/common.h
@@ -17,7 +17,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/common.h,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */
/* Declare the GNU tar archive format. */
#include "tar.h"
diff --git a/contrib/tar/src/compare.c b/contrib/tar/src/compare.c
index da9dc33b3569..2e73e6269ca7 100644
--- a/contrib/tar/src/compare.c
+++ b/contrib/tar/src/compare.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/compare.c,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/create.c b/contrib/tar/src/create.c
index e1f2dda2daf3..adc73e3796ab 100644
--- a/contrib/tar/src/create.c
+++ b/contrib/tar/src/create.c
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/create.c,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/extract.c b/contrib/tar/src/extract.c
index 3032da06ceb3..f84ffff5c345 100644
--- a/contrib/tar/src/extract.c
+++ b/contrib/tar/src/extract.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/extract.c,v 1.6.26.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
#include <quotearg.h>
diff --git a/contrib/tar/src/list.c b/contrib/tar/src/list.c
index 9c68ae985147..c943a824d359 100644
--- a/contrib/tar/src/list.c
+++ b/contrib/tar/src/list.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/list.c,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */
/* Define to non-zero for forcing old ctime format instead of ISO format. */
#undef USE_OLD_CTIME
diff --git a/contrib/tar/src/misc.c b/contrib/tar/src/misc.c
index 8ece9c6ffd3f..a8237cd7ac71 100644
--- a/contrib/tar/src/misc.c
+++ b/contrib/tar/src/misc.c
@@ -17,7 +17,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/misc.c,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
#include "rmt.h"
diff --git a/contrib/tar/src/names.c b/contrib/tar/src/names.c
index 26425159fe60..68ef638f9777 100644
--- a/contrib/tar/src/names.c
+++ b/contrib/tar/src/names.c
@@ -17,7 +17,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/names.c,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/rtapelib.c b/contrib/tar/src/rtapelib.c
index 295974ed7a57..bec630c24af2 100644
--- a/contrib/tar/src/rtapelib.c
+++ b/contrib/tar/src/rtapelib.c
@@ -32,7 +32,7 @@
into macros for speed by Jay Fenlason. Use -DWITH_REXEC for rexec
code, courtesy of Dan Kegel. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/rtapelib.c,v 1.2.28.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"
diff --git a/contrib/tar/src/tar.c b/contrib/tar/src/tar.c
index 7d872faf11a3..1559da8da630 100644
--- a/contrib/tar/src/tar.c
+++ b/contrib/tar/src/tar.c
@@ -19,7 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/tar/src/tar.c,v 1.3.22.1 2008/10/02 02:57:24 kensmith Exp $ */
#include "system.h"