diff options
Diffstat (limited to 'bin/pax')
| -rw-r--r-- | bin/pax/Makefile | 2 | ||||
| -rw-r--r-- | bin/pax/ar_io.c | 2 | ||||
| -rw-r--r-- | bin/pax/ar_subs.c | 2 | ||||
| -rw-r--r-- | bin/pax/buf_subs.c | 2 | ||||
| -rw-r--r-- | bin/pax/cache.c | 2 | ||||
| -rw-r--r-- | bin/pax/cache.h | 2 | ||||
| -rw-r--r-- | bin/pax/cpio.c | 2 | ||||
| -rw-r--r-- | bin/pax/cpio.h | 2 | ||||
| -rw-r--r-- | bin/pax/extern.h | 2 | ||||
| -rw-r--r-- | bin/pax/file_subs.c | 2 | ||||
| -rw-r--r-- | bin/pax/ftree.c | 2 | ||||
| -rw-r--r-- | bin/pax/ftree.h | 2 | ||||
| -rw-r--r-- | bin/pax/gen_subs.c | 2 | ||||
| -rw-r--r-- | bin/pax/options.c | 2 | ||||
| -rw-r--r-- | bin/pax/options.h | 2 | ||||
| -rw-r--r-- | bin/pax/pat_rep.c | 2 | ||||
| -rw-r--r-- | bin/pax/pat_rep.h | 2 | ||||
| -rw-r--r-- | bin/pax/pax.1 | 2 | ||||
| -rw-r--r-- | bin/pax/pax.c | 2 | ||||
| -rw-r--r-- | bin/pax/pax.h | 2 | ||||
| -rw-r--r-- | bin/pax/sel_subs.c | 2 | ||||
| -rw-r--r-- | bin/pax/sel_subs.h | 2 | ||||
| -rw-r--r-- | bin/pax/tables.c | 2 | ||||
| -rw-r--r-- | bin/pax/tables.h | 2 | ||||
| -rw-r--r-- | bin/pax/tar.c | 2 | ||||
| -rw-r--r-- | bin/pax/tar.h | 2 | ||||
| -rw-r--r-- | bin/pax/tty_subs.c | 2 |
27 files changed, 27 insertions, 27 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile index cd0cc2d82e4c..554c00f3027a 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:04:16 peter Exp $ # 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 5289aa74c5c4..2d06ffa17101 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$"; + "$Id: ar_io.c,v 1.10 1998/05/15 06:27:34 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index e94cc1929620..fe32574c4c37 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$"; + "$Id: ar_subs.c,v 1.11 1998/05/15 06:27:36 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 73cc0580deb8..d42fde0b9b34 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$"; + "$Id: buf_subs.c,v 1.10 1998/05/15 06:27:37 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 36a1e8747da0..d7c37b2abeda 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$"; + "$Id: cache.c,v 1.10 1998/05/15 06:27:37 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 5c01ef410aef..46c4d9f83a97 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$ + * $Id: cache.h,v 1.4 1997/02/22 14:04:22 peter Exp $ */ /* diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index df6f3f124a19..f4b8d4c4b999 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$"; + "$Id: cpio.c,v 1.10 1998/05/15 06:27:38 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index 0bdbb6a39ab8..7d4345f07226 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$ + * $Id: cpio.h,v 1.5 1997/02/22 14:04:24 peter Exp $ */ /* diff --git a/bin/pax/extern.h b/bin/pax/extern.h index dda38ac7b8b1..a9068ffedcbf 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 $ + * $Id: extern.h,v 1.5 1997/08/29 16:12:22 sos Exp $ */ /* diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 1ddb59d61c3c..0688a07568f5 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$"; + "$Id: file_subs.c,v 1.10 1998/05/15 06:27:39 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index b9f32e335255..64136cff5747 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.10 1998/05/15 06:27:42 charnier Exp $"; + "$Id: ftree.c,v 1.11 1998/06/09 03:38:43 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index a98654632f54..6c85ea27895b 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$ + * $Id: ftree.h,v 1.4 1997/02/22 14:04:30 peter Exp $ */ /* diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 501293d4f731..61cb878c3cff 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$"; + "$Id: gen_subs.c,v 1.11 1998/05/15 06:27:42 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index 4022626596d9..0f33ade7d1c1 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$"; + "$Id: options.c,v 1.11 1998/05/15 06:27:43 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/options.h b/bin/pax/options.h index df1bd7daac41..3a98afd24ea0 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$ + * $Id: options.h,v 1.4 1997/02/22 14:04:34 peter Exp $ */ /* diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index a02c3a392437..06983a446873 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 $"; + "$Id: pat_rep.c,v 1.14 1998/12/06 05:49:29 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index e994a33cb6ed..e1f449a425eb 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$ + * $Id: pat_rep.h,v 1.4 1997/02/22 14:04:37 peter Exp $ */ /* diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index a54a0132c527..be74e176c937 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.7 1998/05/15 06:27:45 charnier Exp $ +.\" $Id: pax.1,v 1.8 1998/05/31 22:43:57 steve Exp $ .\" .Dd April 18, 1994 .Dt PAX 1 diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 4caecf9ddccb..88487080f833 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$"; + "$Id: pax.c,v 1.11 1998/05/15 06:27:45 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 644f4d12affa..c4ec88b20078 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$ + * $Id: pax.h,v 1.6 1997/02/22 14:04:40 peter Exp $ */ /* diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 8c9642b6f8ad..31315d2cf2e9 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$"; + "$Id: sel_subs.c,v 1.9 1998/05/15 06:27:46 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index dbab257b3e83..ef1e6e7d9b33 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$ + * $Id: sel_subs.h,v 1.4 1997/02/22 14:04:42 peter Exp $ */ /* diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 11d4d64f4f7b..dc0a182229e8 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$"; + "$Id: tables.c,v 1.11 1998/05/15 06:27:46 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/tables.h b/bin/pax/tables.h index 5c2077620ee5..6ed25d63916a 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$ + * $Id: tables.h,v 1.5 1997/02/22 14:04:44 peter Exp $ */ /* diff --git a/bin/pax/tar.c b/bin/pax/tar.c index ba8c6b00081b..0929cfe8bc13 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.10 1998/05/15 06:27:47 charnier Exp $"; + "$Id: tar.c,v 1.11 1998/10/20 05:52:33 msmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/tar.h b/bin/pax/tar.h index 5533a0777e6d..e5a3c06983c5 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$ + * $Id: tar.h,v 1.4 1997/02/22 14:04:46 peter Exp $ */ /* diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index c8621162f4dc..813f17a17816 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$"; + "$Id: tty_subs.c,v 1.9 1998/05/15 06:27:48 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> |
