summaryrefslogtreecommitdiffstats
path: root/bin/rcp
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch)
treed4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/rcp
parent5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff)
downloadFreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip
FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/Makefile2
-rw-r--r--bin/rcp/extern.h2
-rw-r--r--bin/rcp/pathnames.h2
-rw-r--r--bin/rcp/rcp.12
-rw-r--r--bin/rcp/rcp.c2
-rw-r--r--bin/rcp/util.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index 44ca533..adaf5c4 100644
--- a/bin/rcp/Makefile
+++ b/bin/rcp/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.12 1998/10/09 06:31:45 markm Exp $
+# $FreeBSD$
PROG= rcp
SRCS= rcp.c util.c
diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h
index ef055c4..5081c9d 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$
+ * $FreeBSD$
*/
typedef struct {
diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h
index 556043e..b1f0ec0 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$
+ * $FreeBSD$
*/
#include <paths.h>
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1
index b290c76..24a820b 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: rcp.1,v 1.6 1998/05/18 06:36:02 charnier Exp $
+.\" $FreeBSD$
.\"
.Dd May 31, 1993
.Dt RCP 1
diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c
index 4dc8fa1..6582808 100644
--- a/bin/rcp/rcp.c
+++ b/bin/rcp/rcp.c
@@ -42,7 +42,7 @@ static char const copyright[] =
static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: rcp.c,v 1.22 1999/04/25 10:36:00 dt Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/bin/rcp/util.c b/bin/rcp/util.c
index c7de9f6..a8ba4c0 100644
--- a/bin/rcp/util.c
+++ b/bin/rcp/util.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud