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/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 9a88a8091105..1c4e7d3076b7 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 b71772fad714..7f18d226fc69 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 02b301de3b83..9a177ae72411 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 a88f8d9ec0dd..7c694769c8d6 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 eee53a99e7b3..cd831fcf7afa 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 52d160e9c0f7..07867ca755ff 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 cbbe2a52a1f6..d269ab86be93 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 16162c35424b..e3864b896661 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 2e146fed917c..ee810e1a382a 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 35cea89a95a2..7dc23224c7e9 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 f0269a10f67d..2663567f9588 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 b6571dfc06ba..d799cb2ff94f 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 1cf5d5f9f5eb..35f7d103892a 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 c9284c16d422..1f50e8244bea 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 bb7003eb9dbb..2be5ded08ba1 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 7a72af1c8edb..78770c146042 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 50be2890c0e3..052101ab680f 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 6618a0e53f07..e39356c5923c 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 7ed447b9c26e..76f17c9a3ce8 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 c547dbc47994..e58add37f5c2 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 943182b92adf..4cf4b9554c62 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 1d92dd56963b..f22fc5452ae0 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 281133aa4c00..0e5e4b0efddc 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 0f9c7153a99e..f8517c222378 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 f85afc0df098..9e8211a4ef07 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 2d24ae350328..29e433480aa8 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 6f2f6a0b5a0c..5a90924c1d04 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 4c9a4bd1b25e..47685fecddb1 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 ff38f5346c1c..a991239b7056 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 33281aae035e..d81310b49925 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 6d7e8bb1ad5d..edb65ba279a5 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>