summaryrefslogtreecommitdiff
path: root/usr.bin/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 /usr.bin/tar
parentd2d8199ea25041ce5507c36316475bb4331b66ed (diff)
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/config_freebsd.h2
-rw-r--r--usr.bin/tar/getdate.y2
-rw-r--r--usr.bin/tar/matching.c2
-rw-r--r--usr.bin/tar/read.c2
-rw-r--r--usr.bin/tar/siginfo.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_patterns.c2
-rw-r--r--usr.bin/tar/test/test_patterns_2.tgz.uu2
-rw-r--r--usr.bin/tar/test/test_patterns_3.tgz.uu2
-rw-r--r--usr.bin/tar/test/test_stdio.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
31 files changed, 31 insertions, 31 deletions
diff --git a/usr.bin/tar/COPYING b/usr.bin/tar/COPYING
index 9a88a80911059..1c4e7d3076b7a 100644
--- a/usr.bin/tar/COPYING
+++ b/usr.bin/tar/COPYING
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/COPYING,v 1.1.8.3.2.1 2008/10/02 02:57:24 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 b71772fad714b..7f18d226fc695 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/tar/Makefile,v 1.24.2.12.2.1 2008/10/02 02:57:24 kensmith Exp $
PROG= bsdtar
BSDTAR_VERSION_STRING= 1.9.255
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1
index 02b301de3b83f..9a177ae724110 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.29.2.15.2.1 2008/10/02 02:57:24 kensmith Exp $
.\"
.Dd May 15, 2008
.Dt BSDTAR 1
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index a88f8d9ec0dd2..7c694769c8d69 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.63.2.26.2.1 2008/10/02 02:57:24 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 eee53a99e7b3b..cd831fcf7afa1 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.23.2.13.2.1 2008/10/02 02:57:24 kensmith Exp $
*/
#include "bsdtar_platform.h"
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h
index 52d160e9c0f79..07867ca755ff2 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.15.2.12.2.1 2008/10/02 02:57:24 kensmith Exp $
*/
/*
diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h
index cbbe2a52a1f61..d269ab86be930 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.1.2.6.2.1 2008/10/02 02:57:24 kensmith Exp $
*/
/* A default configuration for FreeBSD, used if there is no config.h. */
diff --git a/usr.bin/tar/getdate.y b/usr.bin/tar/getdate.y
index 16162c35424bd..e3864b8966614 100644
--- a/usr.bin/tar/getdate.y
+++ b/usr.bin/tar/getdate.y
@@ -26,7 +26,7 @@
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/getdate.y,v 1.4.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $");
#endif
#include <ctype.h>
diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c
index 2e146fed917c2..ee810e1a382ad 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.9.2.6.2.1 2008/10/02 02:57:24 kensmith Exp $");
#ifdef HAVE_ERRNO_H
#include <errno.h>
diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c
index 35cea89a95a2a..7dc23224c7e99 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.23.2.15.2.1 2008/10/02 02:57:24 kensmith Exp $");
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
diff --git a/usr.bin/tar/siginfo.c b/usr.bin/tar/siginfo.c
index f0269a10f67d0..2663567f95881 100644
--- a/usr.bin/tar/siginfo.c
+++ b/usr.bin/tar/siginfo.c
@@ -24,7 +24,7 @@
*/
#include "bsdtar_platform.h"
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/tar/siginfo.c,v 1.2.4.2.2.1 2008/10/02 02:57:24 kensmith Exp $");
#include <errno.h>
#include <signal.h>
diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c
index b6571dfc06ba3..d799cb2ff94fe 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.4.4.4.2.1 2008/10/02 02:57:24 kensmith Exp $");
#if HAVE_REGEX_H
#include "bsdtar.h"
diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile
index 1cf5d5f9f5ebc..35f7d103892ad 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.3.2.3.2.1 2008/10/02 02:57:24 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 c9284c16d4224..1f50e8244bead 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.4.2.3.2.1 2008/10/02 02:57:24 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 bb7003eb9dbbb..2be5ded08ba1b 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.4.2.3.2.1 2008/10/02 02:57:24 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 7a72af1c8edbe..78770c1460428 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.2.4.1.2.1 2008/10/02 02:57:24 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 50be2890c0e31..052101ab680f5 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.2.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $");
static void
diff --git a/usr.bin/tar/test/test_copy.c b/usr.bin/tar/test/test_copy.c
index 6618a0e53f075..e39356c5923cf 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.3.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $");
static void
create_tree(void)
diff --git a/usr.bin/tar/test/test_getdate.c b/usr.bin/tar/test/test_getdate.c
index 7ed447b9c26ef..76f17c9a3ce8e 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.2.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $");
/*
* Verify that the getdate() function works.
diff --git a/usr.bin/tar/test/test_help.c b/usr.bin/tar/test/test_help.c
index c547dbc479940..e58add37f5c25 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.4.1.2.1 2008/10/02 02:57:24 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 943182b92adf7..4cf4b9554c625 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.3.2.3.2.1 2008/10/02 02:57:24 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 1d92dd56963bf..f22fc5452ae03 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $");
DEFINE_TEST(test_option_q)
{
diff --git a/usr.bin/tar/test/test_patterns.c b/usr.bin/tar/test/test_patterns.c
index 281133aa4c001..0e5e4b0efddc9 100644
--- a/usr.bin/tar/test/test_patterns.c
+++ b/usr.bin/tar/test/test_patterns.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_patterns.c,v 1.6.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $");
DEFINE_TEST(test_patterns)
{
diff --git a/usr.bin/tar/test/test_patterns_2.tgz.uu b/usr.bin/tar/test/test_patterns_2.tgz.uu
index 0f9c7153a99ed..f8517c222378f 100644
--- a/usr.bin/tar/test/test_patterns_2.tgz.uu
+++ b/usr.bin/tar/test/test_patterns_2.tgz.uu
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/test/test_patterns_2.tgz.uu,v 1.1.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $
begin 644 test_patterns_2.tgz
M'XL(`,P5I4@``^W3T0J",!3&<1]E;[!SYC:?Q\`H2`PS@IZ^F5AV(PFMJ__O
MYB@;>.:W8X?V;/==9XM\1*0*P:2J59"QCN8ZO:A*4*<NAFA$G?=:F)"QIY?K
diff --git a/usr.bin/tar/test/test_patterns_3.tgz.uu b/usr.bin/tar/test/test_patterns_3.tgz.uu
index f85afc0df098b..9e8211a4ef07d 100644
--- a/usr.bin/tar/test/test_patterns_3.tgz.uu
+++ b/usr.bin/tar/test/test_patterns_3.tgz.uu
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.bin/tar/test/test_patterns_3.tgz.uu,v 1.1.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $
begin 644 test_patterns_3.tgz
M'XL(`)P/K4@``^W5T0K"(!3&\3V*;^#1H3Z/@T5!8[&,H*=O%J/M9M3(7?U_
M-T?1BR.?HD[=11_Z7C=QT%49(A*<4V,UP4FNV53?$V/$U3;OLTK,./*5<H7Z
diff --git a/usr.bin/tar/test/test_stdio.c b/usr.bin/tar/test/test_stdio.c
index 2d24ae3503281..29e433480aa8d 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $");
DEFINE_TEST(test_stdio)
{
diff --git a/usr.bin/tar/test/test_version.c b/usr.bin/tar/test/test_version.c
index 6f2f6a0b5a0c9..5a90924c1d04d 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.2.4.1.2.1 2008/10/02 02:57:24 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 4c9a4bd1b25e5..47685fecddb1e 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.2.2.4.2.1 2008/10/02 02:57:24 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 ff38f5346c1ce..a991239b70561 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.2.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $
*/
/*-
diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c
index 33281aae035ea..d81310b499251 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.13.2.10.2.1 2008/10/02 02:57:24 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 6d7e8bb1ad5d3..edb65ba279a5a 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.41.2.23.2.1 2008/10/02 02:57:24 kensmith Exp $");
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>