aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax')
-rw-r--r--bin/pax/Makefile2
-rw-r--r--bin/pax/ar_io.c2
-rw-r--r--bin/pax/ar_subs.c2
-rw-r--r--bin/pax/buf_subs.c2
-rw-r--r--bin/pax/cache.c2
-rw-r--r--bin/pax/cache.h2
-rw-r--r--bin/pax/cpio.c2
-rw-r--r--bin/pax/cpio.h2
-rw-r--r--bin/pax/extern.h2
-rw-r--r--bin/pax/file_subs.c2
-rw-r--r--bin/pax/ftree.c2
-rw-r--r--bin/pax/ftree.h2
-rw-r--r--bin/pax/gen_subs.c2
-rw-r--r--bin/pax/options.c2
-rw-r--r--bin/pax/options.h2
-rw-r--r--bin/pax/pat_rep.c2
-rw-r--r--bin/pax/pat_rep.h2
-rw-r--r--bin/pax/pax.12
-rw-r--r--bin/pax/pax.c2
-rw-r--r--bin/pax/pax.h2
-rw-r--r--bin/pax/sel_subs.c2
-rw-r--r--bin/pax/sel_subs.h2
-rw-r--r--bin/pax/tables.c2
-rw-r--r--bin/pax/tables.h2
-rw-r--r--bin/pax/tar.c2
-rw-r--r--bin/pax/tar.h2
-rw-r--r--bin/pax/tty_subs.c2
27 files changed, 27 insertions, 27 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile
index cd0cc2d82e4c..b1a4dcf88f10 100644
--- a/bin/pax/Makefile
+++ b/bin/pax/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id$
+# $FreeBSD$
# To install on versions prior to BSD 4.4 the following may have to be
# defined with CFLAGS +=
diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c
index 50551a201021..b286aa6c88c6 100644
--- a/bin/pax/ar_io.c
+++ b/bin/pax/ar_io.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: ar_io.c,v 1.10 1998/05/15 06:27:34 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c
index e4bc37b15c51..151fe2aa0206 100644
--- a/bin/pax/ar_subs.c
+++ b/bin/pax/ar_subs.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: ar_subs.c,v 1.11 1998/05/15 06:27:36 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c
index cd11bae08a00..50c30761a3e5 100644
--- a/bin/pax/buf_subs.c
+++ b/bin/pax/buf_subs.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: buf_subs.c,v 1.10 1998/05/15 06:27:37 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/cache.c b/bin/pax/cache.c
index 9c9d95d7787b..7f3b37f6ee12 100644
--- a/bin/pax/cache.c
+++ b/bin/pax/cache.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id: cache.c,v 1.10 1998/05/15 06:27:37 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/cache.h b/bin/pax/cache.h
index 7d682a23f0c4..642058851070 100644
--- a/bin/pax/cache.h
+++ b/bin/pax/cache.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)cache.h 8.1 (Berkeley) 5/31/93
- * $Id: cache.h,v 1.4 1997/02/22 14:04:22 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c
index 96f16f8b8e46..626a77d94c54 100644
--- a/bin/pax/cpio.c
+++ b/bin/pax/cpio.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id: cpio.c,v 1.10 1998/05/15 06:27:38 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h
index 0bdbb6a39ab8..2b72f53b6c1e 100644
--- a/bin/pax/cpio.h
+++ b/bin/pax/cpio.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)cpio.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/extern.h b/bin/pax/extern.h
index dda38ac7b8b1..2b062cbde300 100644
--- a/bin/pax/extern.h
+++ b/bin/pax/extern.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/18/94
- * $Id: extern.h,v 1.4 1997/02/22 14:04:25 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c
index f712c2915be3..b8f2a4917c7b 100644
--- a/bin/pax/file_subs.c
+++ b/bin/pax/file_subs.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id: file_subs.c,v 1.10 1998/05/15 06:27:39 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c
index dde85da76860..ba1e4890e455 100644
--- a/bin/pax/ftree.c
+++ b/bin/pax/ftree.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: ftree.c,v 1.11 1998/06/09 03:38:43 imp Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h
index a98654632f54..e5c9749341a1 100644
--- a/bin/pax/ftree.h
+++ b/bin/pax/ftree.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)ftree.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c
index 501293d4f731..22b77f0feef8 100644
--- a/bin/pax/gen_subs.c
+++ b/bin/pax/gen_subs.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/options.c b/bin/pax/options.c
index c34677a25de3..4ea96e402297 100644
--- a/bin/pax/options.c
+++ b/bin/pax/options.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: options.c,v 1.11 1998/05/15 06:27:43 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/options.h b/bin/pax/options.h
index df1bd7daac41..b1de2b6de7cf 100644
--- a/bin/pax/options.h
+++ b/bin/pax/options.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)options.h 8.2 (Berkeley) 4/18/94
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c
index a02c3a392437..e68a0ebf6035 100644
--- a/bin/pax/pat_rep.c
+++ b/bin/pax/pat_rep.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: pat_rep.c,v 1.13 1998/12/05 10:29:10 obrien Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h
index e994a33cb6ed..e0d812b1de95 100644
--- a/bin/pax/pat_rep.h
+++ b/bin/pax/pat_rep.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)pat_rep.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index a5366dfffeef..7684578c2deb 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
-.\" $Id: pax.1,v 1.8 1998/05/31 22:43:57 steve Exp $
+.\" $FreeBSD$
.\"
.Dd April 18, 1994
.Dt PAX 1
diff --git a/bin/pax/pax.c b/bin/pax/pax.c
index bfd1f3d3d5f0..7bcc81e7ad0b 100644
--- a/bin/pax/pax.c
+++ b/bin/pax/pax.c
@@ -46,7 +46,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: pax.c,v 1.11 1998/05/15 06:27:45 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/pax.h b/bin/pax/pax.h
index 41ef0bf94c50..a87b359f14b2 100644
--- a/bin/pax/pax.h
+++ b/bin/pax/pax.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)pax.h 8.2 (Berkeley) 4/18/94
- * $Id: pax.h,v 1.6 1997/02/22 14:04:40 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c
index d707ebf62cfe..ba7b71e7e012 100644
--- a/bin/pax/sel_subs.c
+++ b/bin/pax/sel_subs.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id: sel_subs.c,v 1.9 1998/05/15 06:27:46 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h
index dbab257b3e83..ab24ab00d199 100644
--- a/bin/pax/sel_subs.h
+++ b/bin/pax/sel_subs.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)sel_subs.h 8.1 (Berkeley) 5/31/93
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/tables.c b/bin/pax/tables.c
index f711af64bcf9..e6c106b83d58 100644
--- a/bin/pax/tables.c
+++ b/bin/pax/tables.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$Id: tables.c,v 1.11 1998/05/15 06:27:46 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/tables.h b/bin/pax/tables.h
index a7c73bed0afc..74c91f79d0ad 100644
--- a/bin/pax/tables.h
+++ b/bin/pax/tables.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)tables.h 8.1 (Berkeley) 5/31/93
- * $Id: tables.h,v 1.5 1997/02/22 14:04:44 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/tar.c b/bin/pax/tar.c
index 97a731a52e79..f5415f4f74ae 100644
--- a/bin/pax/tar.c
+++ b/bin/pax/tar.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: tar.c,v 1.11 1998/10/20 05:52:33 msmith Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
diff --git a/bin/pax/tar.h b/bin/pax/tar.h
index be244502a963..83df0da2784e 100644
--- a/bin/pax/tar.h
+++ b/bin/pax/tar.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)tar.h 8.2 (Berkeley) 4/18/94
- * $Id: tar.h,v 1.4 1997/02/22 14:04:46 peter Exp $
+ * $FreeBSD$
*/
/*
diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c
index 53017b8e093a..d70bffac1827 100644
--- a/bin/pax/tty_subs.c
+++ b/bin/pax/tty_subs.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94";
#endif
static const char rcsid[] =
- "$Id: tty_subs.c,v 1.9 1998/05/15 06:27:48 charnier Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>