diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
| commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
| tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /bin/rcp | |
| parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) | |
This commit was manufactured by cvs2svn to create tagupstream/2.1.0_cvsrelease/2.1.0_cvs
'RELENG_2_1_0_RELEASE'.
This commit was manufactured to restore the state of the 2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'bin/rcp')
| -rw-r--r-- | bin/rcp/Makefile | 2 | ||||
| -rw-r--r-- | bin/rcp/extern.h | 2 | ||||
| -rw-r--r-- | bin/rcp/pathnames.h | 2 | ||||
| -rw-r--r-- | bin/rcp/rcp.1 | 2 | ||||
| -rw-r--r-- | bin/rcp/rcp.c | 2 | ||||
| -rw-r--r-- | bin/rcp/util.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index 06e2fe0bd260..bf37d058a3da 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.4 1994/09/29 13:06:00 csgr Exp $ +# $Id: Makefile,v 1.5 1994/11/20 23:18:15 wollman Exp $ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index ef055c4c7f47..ce959acd4ec0 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: extern.h,v 1.2 1994/09/24 02:56:54 davidg Exp $ */ typedef struct { diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 39158f0d49ca..41ef6b9bc690 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: pathnames.h,v 1.2 1994/09/24 02:56:55 davidg Exp $ */ #include <paths.h> diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 67f1167e975d..48d608068697 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $Id$ +.\" $Id: rcp.1,v 1.2 1994/09/24 02:56:56 davidg Exp $ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 564786828af7..5cedc6cb41f0 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rcp.c,v 1.3 1995/03/19 13:29:14 joerg Exp $ + * $Id: rcp.c,v 1.4 1995/05/30 00:07:06 rgrimes Exp $ */ #ifndef lint diff --git a/bin/rcp/util.c b/bin/rcp/util.c index 099d2f9f2a54..af356d7f8a70 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: util.c,v 1.3 1995/03/19 13:29:16 joerg Exp $ + * $Id: util.c,v 1.4 1995/05/30 00:07:07 rgrimes Exp $ */ #ifndef lint |
