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.1 | 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/getoldopt.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.1 | 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 |
30 files changed, 30 insertions, 30 deletions
diff --git a/bin/pax/Makefile b/bin/pax/Makefile index 270fc1f6e482..4736a16fe13e 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/pax/Makefile,v 1.10 2002/10/06 03:20:27 tjr 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 01c441c04817..c22c52bf0d73 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/ar_io.c,v 1.23 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index c345fc0cb7ba..20e2223f3236 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/ar_subs.c,v 1.22 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 154ec03addb2..68dc8122e5d0 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/buf_subs.c,v 1.22 2003/01/01 18:48:39 schweikh Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 9ae4d8994df7..99386d515379 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/cache.c,v 1.19 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 642058851070..a26be7371c86 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/cache.h,v 1.8 2002/08/21 17:32:37 trhodes Exp $ */ /* diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 5a383257d310..80cecaa1181c 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -27,7 +27,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/bin/pax/cpio.1,v 1.3 2002/04/20 11:56:11 charnier Exp $ .\" $OpenBSD: cpio.1,v 1.16 2001/05/01 17:58:01 aaron Exp $ .\" .Dd February 16, 1997 diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index efce4bf166f7..47c7e8db79ad 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/cpio.c,v 1.22 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index 2b72f53b6c1e..e6f4a0ba32dd 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/cpio.h,v 1.6 1999/08/27 23:14:41 peter Exp $ */ /* diff --git a/bin/pax/extern.h b/bin/pax/extern.h index ba5782176cc8..28eb8aacf0a6 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/extern.h,v 1.14 2003/05/03 16:39:33 markm Exp $ */ /* diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 13770c3e09f5..0b73ab8aa198 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/file_subs.c,v 1.20 2002/08/21 17:32:37 trhodes Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 6d5ec68482fb..0d5a06253022 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/ftree.c,v 1.22 2003/01/01 18:48:39 schweikh Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index 6ff282b82375..471a4847a56f 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/ftree.h,v 1.6 2001/05/08 06:19:06 kris Exp $ */ /* diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index bb5643480d5e..8cdf5dbfe4c5 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/gen_subs.c,v 1.22 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c index 94611a6aedca..8e55cd85b785 100644 --- a/bin/pax/getoldopt.c +++ b/bin/pax/getoldopt.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/getoldopt.c,v 1.4 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index 1475e89c9527..3041ac37903d 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/options.c,v 1.29 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/options.h b/bin/pax/options.h index b1de2b6de7cf..0711b6bde5b9 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/options.h,v 1.5 1999/08/27 23:14:43 peter Exp $ */ /* diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index 08e5b9a57780..d1905d54178d 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/pat_rep.c,v 1.24 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index e0d812b1de95..5475527f26d9 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/pat_rep.h,v 1.5 1999/08/27 23:14:44 peter Exp $ */ /* diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 26ffc54eae80..c4507688de43 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pax/pax.1,v 1.29 2003/01/10 17:37:23 obrien Exp $ .\" .Dd April 18, 1994 .Dt PAX 1 diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 9f8c4366019c..1c151885fb27 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/pax.c,v 1.27 2003/05/03 16:39:33 markm Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/pax.h b/bin/pax/pax.h index d61bc0473c6e..1bd4e8f73781 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/pax.h,v 1.17 2003/05/03 16:39:33 markm Exp $ */ /* diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 181c083dc891..3ef3330ee574 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/sel_subs.c,v 1.18 2003/01/01 18:48:39 schweikh Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index ab24ab00d199..9c31ba03823b 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/sel_subs.h,v 1.5 1999/08/27 23:14:46 peter Exp $ */ /* diff --git a/bin/pax/tables.c b/bin/pax/tables.c index f60723b90992..9d95d7481d1f 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/tables.c,v 1.21 2003/01/01 18:48:39 schweikh Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tables.h b/bin/pax/tables.h index 74c91f79d0ad..1fe978b66c49 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/tables.h,v 1.9 2002/08/21 17:32:37 trhodes Exp $ */ /* diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index ff940e5ba8a8..d01148ffb49c 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -27,7 +27,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/bin/pax/tar.1,v 1.7 2003/05/01 02:37:46 tjr Exp $ .\" $OpenBSD: tar.1,v 1.33 2001/05/01 17:58:01 aaron Exp $ .\" .Dd February 7, 2001 diff --git a/bin/pax/tar.c b/bin/pax/tar.c index 5c3eb5a8f1c4..a342ca0572f7 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/tar.c,v 1.22 2003/05/02 00:03:10 obrien Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tar.h b/bin/pax/tar.h index 83df0da2784e..3bdb2f60e400 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 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/tar.h,v 1.6 1999/08/27 23:14:47 peter Exp $ */ /* diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index d1a547001895..d322bb2b257c 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/pax/tty_subs.c,v 1.19 2002/10/06 09:23:58 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> |
