diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /bin/cp | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/cp')
| -rw-r--r-- | bin/cp/Makefile | 2 | ||||
| -rw-r--r-- | bin/cp/cp.1 | 2 | ||||
| -rw-r--r-- | bin/cp/cp.c | 2 | ||||
| -rw-r--r-- | bin/cp/extern.h | 2 | ||||
| -rw-r--r-- | bin/cp/utils.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/cp/Makefile b/bin/cp/Makefile index 54934efe421b..efc2f40ea246 100644 --- a/bin/cp/Makefile +++ b/bin/cp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/cp/Makefile,v 1.5.2.1 1999/08/29 14:11:32 peter Exp $ PROG= cp SRCS= cp.c utils.c diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 54e050a50cef..6ad6ab368904 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cp.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/cp/cp.1,v 1.11.2.3 1999/12/11 20:33:30 mharo Exp $ .\" .Dd April 18, 1994 .Dt CP 1 diff --git a/bin/cp/cp.c b/bin/cp/cp.c index e528aeae93cb..04d10ca49511 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/cp/cp.c,v 1.17.2.3 1999/12/11 20:33:31 mharo Exp $"; #endif /* not lint */ /* diff --git a/bin/cp/extern.h b/bin/cp/extern.h index c6c1e7e1de5f..530dbd8f1177 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/1/94 - * $FreeBSD$ + * $FreeBSD: src/bin/cp/extern.h,v 1.7.2.1 1999/08/29 14:11:34 peter Exp $ */ typedef struct { diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 7e94ed9b56fc..9412651221e9 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/cp/utils.c,v 1.21.2.3 1999/12/11 20:33:31 mharo Exp $"; #endif /* not lint */ #include <sys/param.h> |
