diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-21 06:13:29 +0000 |
| commit | a4d3b78df842614c46b116fc5a6f470be637dccd (patch) | |
| tree | 46c6b11aa0464ba59f49361bd26e1a86962c0624 /bin/pax | |
| parent | 59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff) | |
Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.0-RELEASE image.
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 de76e6cf0754..9e444fccd52d 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.12.30.1.2.1 2009/10/25 01:10:29 kensmith 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 0946a8884c5f..1a03cf6f3309 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -37,7 +37,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.28.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index da275c2dacb0..3c282785a2f5 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -37,7 +37,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.24.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 1d01d4e5090a..ab54cb683327 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -37,7 +37,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.23.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 358707d362c3..61c2a8f7e2ac 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -37,7 +37,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.21.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 36d59ca7b12c..ede2d5662ed3 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)cache.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/cache.h,v 1.9.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 7ff1881229eb..1e5b23cd4747 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: cpio.1,v 1.16 2001/05/01 17:58:01 aaron Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pax/cpio.1,v 1.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 67602fa87455..9d287fc4b6c4 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -37,7 +37,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.24.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index 2f4c37cb688a..7fe55cd51221 100644 --- a/bin/pax/cpio.h +++ b/bin/pax/cpio.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)cpio.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/cpio.h,v 1.7.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/extern.h b/bin/pax/extern.h index e7167928e2f9..33c6a31dccc6 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/extern.h,v 1.16.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 0fad68ef64cd..5ecc059341ed 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -37,7 +37,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.23.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index f402c568ddfa..cb0a20d89fe8 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -37,7 +37,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.24.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index 4538977754e4..50ef599def9a 100644 --- a/bin/pax/ftree.h +++ b/bin/pax/ftree.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ftree.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/ftree.h,v 1.7.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index ce2041985a1d..c6ff5d396c24 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -37,7 +37,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.23.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c index 1c9f63cfb61d..57b5d3995e9a 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.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index 6f43940d1e47..fdb54361cdf9 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -38,7 +38,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.31.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/options.h b/bin/pax/options.h index 948e012671e8..1ae1518687eb 100644 --- a/bin/pax/options.h +++ b/bin/pax/options.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)options.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/options.h,v 1.6.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index 83e07dd31fa6..f4338f36bb16 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -37,7 +37,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.27.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index 0eedd679caae..629105cc0d83 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pat_rep.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/pat_rep.h,v 1.6.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 373ec9baa9de..1877d1abaafe 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pax/pax.1,v 1.37.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd July 3, 2004 .Dt PAX 1 diff --git a/bin/pax/pax.c b/bin/pax/pax.c index cb19b99b175e..0817000e74fc 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -43,7 +43,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.28.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/pax/pax.h b/bin/pax/pax.h index c80ae7e0e11d..773c721b22aa 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pax.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/pax.h,v 1.18.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 87fba2ff0082..cea5e0577756 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -37,7 +37,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.21.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index eed4641a17d5..e5d1582e52cc 100644 --- a/bin/pax/sel_subs.h +++ b/bin/pax/sel_subs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)sel_subs.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/sel_subs.h,v 1.6.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 4e96fea62313..45886afa0938 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -37,7 +37,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.24.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tables.h b/bin/pax/tables.h index ba59f913e7ab..4a09df4835e1 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tables.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/tables.h,v 1.10.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index ff66ccbefa57..e2de193621a6 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -28,7 +28,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: tar.1,v 1.33 2001/05/01 17:58:01 aaron Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pax/tar.1,v 1.11.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .\" .Dd February 7, 2001 .Dt TAR 1 diff --git a/bin/pax/tar.c b/bin/pax/tar.c index ab5bd3b12ad5..69aa52df4c48 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -37,7 +37,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.25.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/bin/pax/tar.h b/bin/pax/tar.h index 856e26c8336a..1518ef1e1894 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tar.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/tar.h,v 1.7.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index b3d140eb41cc..f66afdba5f45 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -37,7 +37,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.20.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
