summaryrefslogtreecommitdiff
path: root/usr.bin/tar
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/COPYING2
-rw-r--r--usr.bin/tar/Makefile2
-rw-r--r--usr.bin/tar/bsdtar.12
-rw-r--r--usr.bin/tar/bsdtar.c2
-rw-r--r--usr.bin/tar/bsdtar.h2
-rw-r--r--usr.bin/tar/bsdtar_platform.h2
-rw-r--r--usr.bin/tar/cmdline.c2
-rw-r--r--usr.bin/tar/config_freebsd.h2
-rw-r--r--usr.bin/tar/err.c2
-rw-r--r--usr.bin/tar/err.h2
-rw-r--r--usr.bin/tar/getdate.c2
-rw-r--r--usr.bin/tar/matching.c2
-rw-r--r--usr.bin/tar/read.c2
-rw-r--r--usr.bin/tar/subst.c2
-rw-r--r--usr.bin/tar/test/Makefile2
-rw-r--r--usr.bin/tar/test/main.c2
-rw-r--r--usr.bin/tar/test/test.h2
-rw-r--r--usr.bin/tar/test/test_0.c2
-rw-r--r--usr.bin/tar/test/test_basic.c2
-rw-r--r--usr.bin/tar/test/test_copy.c2
-rw-r--r--usr.bin/tar/test/test_getdate.c2
-rw-r--r--usr.bin/tar/test/test_help.c2
-rw-r--r--usr.bin/tar/test/test_option_T.c2
-rw-r--r--usr.bin/tar/test/test_option_q.c2
-rw-r--r--usr.bin/tar/test/test_option_s.c2
-rw-r--r--usr.bin/tar/test/test_patterns.c2
-rw-r--r--usr.bin/tar/test/test_patterns_2.tar.uu2
-rw-r--r--usr.bin/tar/test/test_patterns_3.tar.uu2
-rw-r--r--usr.bin/tar/test/test_patterns_4.tar.uu2
-rw-r--r--usr.bin/tar/test/test_stdio.c2
-rw-r--r--usr.bin/tar/test/test_strip_components.c2
-rw-r--r--usr.bin/tar/test/test_symlink_dir.c2
-rw-r--r--usr.bin/tar/test/test_version.c2
-rw-r--r--usr.bin/tar/tree.c2
-rw-r--r--usr.bin/tar/tree.h2
-rw-r--r--usr.bin/tar/util.c2
-rw-r--r--usr.bin/tar/write.c2
37 files changed, 37 insertions, 37 deletions
diff --git a/usr.bin/tar/COPYING b/usr.bin/tar/COPYING
index 9a88a8091105..acce5a5e6684 100644
--- a/usr.bin/tar/COPYING
+++ b/usr.bin/tar/COPYING
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/COPYING,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
All of the C source code and documentation in this package is subject
to the following:
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index a500ac570516..ce3d22c4cd85 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/Makefile,v 1.44.2.7.2.1 2010/12/21 17:09:25 kensmith Exp $
.include <bsd.own.mk>
PROG= bsdtar
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1
index 8baab7a228d7..105aa64f0080 100644
--- a/usr.bin/tar/bsdtar.1
+++ b/usr.bin/tar/bsdtar.1
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/tar/bsdtar.1,v 1.47.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.\"
.Dd March 25, 2009
.Dt BSDTAR 1
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index b070d8ed8277..cc12cf558b9e 100644
--- a/usr.bin/tar/bsdtar.c
+++ b/usr.bin/tar/bsdtar.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/bsdtar.c,v 1.98.2.5.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
diff --git a/usr.bin/tar/bsdtar.h b/usr.bin/tar/bsdtar.h
index 2e5972bd225f..fbc9dcc45263 100644
--- a/usr.bin/tar/bsdtar.h
+++ b/usr.bin/tar/bsdtar.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/tar/bsdtar.h,v 1.40.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $
*/
#include "bsdtar_platform.h"
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h
index ae5869723ce7..300f70fd8685 100644
--- a/usr.bin/tar/bsdtar_platform.h
+++ b/usr.bin/tar/bsdtar_platform.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/tar/bsdtar_platform.h,v 1.30.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $
*/
/*
diff --git a/usr.bin/tar/cmdline.c b/usr.bin/tar/cmdline.c
index dfe7cf6f0f95..77df94d47ec1 100644
--- a/usr.bin/tar/cmdline.c
+++ b/usr.bin/tar/cmdline.c
@@ -28,7 +28,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/cmdline.c,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_ERRNO_H
#include <errno.h>
diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h
index 9021058a004c..c1045f55c73c 100644
--- a/usr.bin/tar/config_freebsd.h
+++ b/usr.bin/tar/config_freebsd.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/tar/config_freebsd.h,v 1.8.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $
*/
/* A default configuration for FreeBSD, used if there is no config.h. */
diff --git a/usr.bin/tar/err.c b/usr.bin/tar/err.c
index 377056146204..ab62040ef74e 100644
--- a/usr.bin/tar/err.c
+++ b/usr.bin/tar/err.c
@@ -25,7 +25,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/err.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_STDARG_H
#include <stdarg.h>
diff --git a/usr.bin/tar/err.h b/usr.bin/tar/err.h
index 84ed3f42d476..39383bb81a19 100644
--- a/usr.bin/tar/err.h
+++ b/usr.bin/tar/err.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/tar/err.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $
*/
#ifndef LAFE_ERR_H
diff --git a/usr.bin/tar/getdate.c b/usr.bin/tar/getdate.c
index 8df1e26fba77..ca4d7bd19cc4 100644
--- a/usr.bin/tar/getdate.c
+++ b/usr.bin/tar/getdate.c
@@ -29,7 +29,7 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/getdate.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#endif
#include <ctype.h>
diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c
index c5fe0940ee3f..dc058d193a18 100644
--- a/usr.bin/tar/matching.c
+++ b/usr.bin/tar/matching.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/matching.c,v 1.17.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_ERRNO_H
#include <errno.h>
diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c
index 16334d1691c4..e30a25ecabd3 100644
--- a/usr.bin/tar/read.c
+++ b/usr.bin/tar/read.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/read.c,v 1.43.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c
index 44fd87ba0cf8..94e70de1d0be 100644
--- a/usr.bin/tar/subst.c
+++ b/usr.bin/tar/subst.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/subst.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
#if HAVE_REGEX_H
#include "bsdtar.h"
diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile
index 3880be051d2a..9ad9013673bd 100644
--- a/usr.bin/tar/test/Makefile
+++ b/usr.bin/tar/test/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/test/Makefile,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $
# Where to find the tar sources (for the internal unit tests)
TAR_SRCDIR=${.CURDIR}/..
diff --git a/usr.bin/tar/test/main.c b/usr.bin/tar/test/main.c
index 041b7a0d9e63..6667553a8734 100644
--- a/usr.bin/tar/test/main.c
+++ b/usr.bin/tar/test/main.c
@@ -44,7 +44,7 @@
#undef EXTRA_DUMP /* How to dump extra data */
/* How to generate extra version info. */
#define EXTRA_VERSION (systemf("%s --version", testprog) ? "" : "")
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/main.c,v 1.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
/*
* "list.h" is simply created by "grep DEFINE_TEST"; it has
diff --git a/usr.bin/tar/test/test.h b/usr.bin/tar/test/test.h
index 6a1e1e8eb007..399d9ce7272e 100644
--- a/usr.bin/tar/test/test.h
+++ b/usr.bin/tar/test/test.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/tar/test/test.h,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
/* Every test program should #include "test.h" as the first thing. */
diff --git a/usr.bin/tar/test/test_0.c b/usr.bin/tar/test/test_0.c
index d224daaeacc2..9d3572a7dc25 100644
--- a/usr.bin/tar/test/test_0.c
+++ b/usr.bin/tar/test/test_0.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_0.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
/*
* This first test does basic sanity checks on the environment. For
diff --git a/usr.bin/tar/test/test_basic.c b/usr.bin/tar/test/test_basic.c
index 3fad7545f375..2edb1f9ae0c6 100644
--- a/usr.bin/tar/test/test_basic.c
+++ b/usr.bin/tar/test/test_basic.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_basic.c,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
static void
diff --git a/usr.bin/tar/test/test_copy.c b/usr.bin/tar/test/test_copy.c
index 120d9f39e99c..53ec41b1f587 100644
--- a/usr.bin/tar/test/test_copy.c
+++ b/usr.bin/tar/test/test_copy.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_copy.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#define LOOP_MAX 170
diff --git a/usr.bin/tar/test/test_getdate.c b/usr.bin/tar/test/test_getdate.c
index cd6d55a93e6a..33734e65b73a 100644
--- a/usr.bin/tar/test/test_getdate.c
+++ b/usr.bin/tar/test/test_getdate.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_getdate.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <time.h>
diff --git a/usr.bin/tar/test/test_help.c b/usr.bin/tar/test/test_help.c
index c547dbc47994..c630d2384f2b 100644
--- a/usr.bin/tar/test/test_help.c
+++ b/usr.bin/tar/test/test_help.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_help.c,v 1.2.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
/*
* Test that "--help", "-h", and "-W help" options all work and
diff --git a/usr.bin/tar/test/test_option_T.c b/usr.bin/tar/test/test_option_T.c
index 72dcd541b8d6..42b74cdffe30 100644
--- a/usr.bin/tar/test/test_option_T.c
+++ b/usr.bin/tar/test/test_option_T.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_option_T.c,v 1.5.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
static int
touch(const char *fn)
diff --git a/usr.bin/tar/test/test_option_q.c b/usr.bin/tar/test/test_option_q.c
index 1d92dd56963b..6f5de632f9cb 100644
--- a/usr.bin/tar/test/test_option_q.c
+++ b/usr.bin/tar/test/test_option_q.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_option_q.c,v 1.3.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
DEFINE_TEST(test_option_q)
{
diff --git a/usr.bin/tar/test/test_option_s.c b/usr.bin/tar/test/test_option_s.c
index c9a68997428f..9d923fdde111 100644
--- a/usr.bin/tar/test/test_option_s.c
+++ b/usr.bin/tar/test/test_option_s.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_option_s.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
static int
mkfile(const char *fn, const char *contents)
diff --git a/usr.bin/tar/test/test_patterns.c b/usr.bin/tar/test/test_patterns.c
index 66a4ecf02a5b..e34bb11fc8e1 100644
--- a/usr.bin/tar/test/test_patterns.c
+++ b/usr.bin/tar/test/test_patterns.c
@@ -24,7 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_patterns.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
DEFINE_TEST(test_patterns)
{
diff --git a/usr.bin/tar/test/test_patterns_2.tar.uu b/usr.bin/tar/test/test_patterns_2.tar.uu
index 1ed9a7d1aea0..9c3ed15337d4 100644
--- a/usr.bin/tar/test/test_patterns_2.tar.uu
+++ b/usr.bin/tar/test/test_patterns_2.tar.uu
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/test/test_patterns_2.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
begin 644 test_patterns_2.tar
M+W1M<"]F;V\O````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
diff --git a/usr.bin/tar/test/test_patterns_3.tar.uu b/usr.bin/tar/test/test_patterns_3.tar.uu
index e8d487ed259b..3b420fcf7568 100644
--- a/usr.bin/tar/test/test_patterns_3.tar.uu
+++ b/usr.bin/tar/test/test_patterns_3.tar.uu
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/test/test_patterns_3.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
begin 644 test_patterns_3.tar
M+W1M<"]F;V\O8F%R+P``````````````````````````````````````````
M````````````````````````````````````````````````````````````
diff --git a/usr.bin/tar/test/test_patterns_4.tar.uu b/usr.bin/tar/test/test_patterns_4.tar.uu
index eb89518df453..5932b52c04c6 100644
--- a/usr.bin/tar/test/test_patterns_4.tar.uu
+++ b/usr.bin/tar/test/test_patterns_4.tar.uu
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/test/test_patterns_4.tar.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
begin 644 test_patterns_4.tar
M+V9I;&4P,0``````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
diff --git a/usr.bin/tar/test/test_stdio.c b/usr.bin/tar/test/test_stdio.c
index 2d24ae350328..e57e9e51358f 100644
--- a/usr.bin/tar/test/test_stdio.c
+++ b/usr.bin/tar/test/test_stdio.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_stdio.c,v 1.2.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
DEFINE_TEST(test_stdio)
{
diff --git a/usr.bin/tar/test/test_strip_components.c b/usr.bin/tar/test/test_strip_components.c
index 38e0e48cac3c..9322d369ec6b 100644
--- a/usr.bin/tar/test/test_strip_components.c
+++ b/usr.bin/tar/test/test_strip_components.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_strip_components.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
static int
touch(const char *fn)
diff --git a/usr.bin/tar/test/test_symlink_dir.c b/usr.bin/tar/test/test_symlink_dir.c
index 356f17c45015..b5bdff7fc75f 100644
--- a/usr.bin/tar/test/test_symlink_dir.c
+++ b/usr.bin/tar/test/test_symlink_dir.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_symlink_dir.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
/*
* tar -x -P should follow existing symlinks for dirs, but not other
diff --git a/usr.bin/tar/test/test_version.c b/usr.bin/tar/test/test_version.c
index 4f249a517b22..2ad611ce2e1d 100644
--- a/usr.bin/tar/test/test_version.c
+++ b/usr.bin/tar/test/test_version.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "test.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_version.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
/*
* Test that --version option works and generates reasonable output.
diff --git a/usr.bin/tar/tree.c b/usr.bin/tar/tree.c
index 58e9febd3d8e..72917b9bd069 100644
--- a/usr.bin/tar/tree.c
+++ b/usr.bin/tar/tree.c
@@ -43,7 +43,7 @@
* regular dir or via fchdir(2) for a symlink).
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/tree.c,v 1.11.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
diff --git a/usr.bin/tar/tree.h b/usr.bin/tar/tree.h
index 09e36e4eed90..0f9c65742742 100644
--- a/usr.bin/tar/tree.h
+++ b/usr.bin/tar/tree.h
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/tar/tree.h,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
/*-
diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c
index b3df5f07dadd..3f6cf988af5d 100644
--- a/usr.bin/tar/util.c
+++ b/usr.bin/tar/util.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/util.c,v 1.27.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
diff --git a/usr.bin/tar/write.c b/usr.bin/tar/write.c
index f236876cc850..2647bf1ee80d 100644
--- a/usr.bin/tar/write.c
+++ b/usr.bin/tar/write.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/write.c,v 1.85.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $");
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>