aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rdist
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r--usr.bin/rdist/Makefile2
-rw-r--r--usr.bin/rdist/docmd.c2
-rw-r--r--usr.bin/rdist/expand.c2
-rw-r--r--usr.bin/rdist/gram.y2
-rw-r--r--usr.bin/rdist/lookup.c2
-rw-r--r--usr.bin/rdist/main.c2
-rw-r--r--usr.bin/rdist/rdist.12
-rw-r--r--usr.bin/rdist/rshrcmd.c2
-rw-r--r--usr.bin/rdist/server.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile
index ea47411d40a7..e055253c318c 100644
--- a/usr.bin/rdist/Makefile
+++ b/usr.bin/rdist/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.3 (Berkeley) 7/19/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/rdist/Makefile,v 1.5.2.1 1999/08/29 15:32:05 peter Exp $
PROG= rdist
SRCS= docmd.c expand.c gram.y lookup.c main.c rshrcmd.c server.c
diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c
index 7ea9a8c1103a..f3025622a4b3 100644
--- a/usr.bin/rdist/docmd.c
+++ b/usr.bin/rdist/docmd.c
@@ -36,7 +36,7 @@
static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/docmd.c,v 1.11.2.1 1999/08/29 15:32:06 peter Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/rdist/expand.c b/usr.bin/rdist/expand.c
index 425d8c7cbf7b..b0a4ca66186b 100644
--- a/usr.bin/rdist/expand.c
+++ b/usr.bin/rdist/expand.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/expand.c,v 1.6.2.1 1999/08/29 15:32:06 peter Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/rdist/gram.y b/usr.bin/rdist/gram.y
index bd77901726d6..49111290433a 100644
--- a/usr.bin/rdist/gram.y
+++ b/usr.bin/rdist/gram.y
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)gram.y 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/gram.y,v 1.5.2.1 1999/08/29 15:32:07 peter Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/rdist/lookup.c b/usr.bin/rdist/lookup.c
index b97ce3f5bf71..2e8956aa0f88 100644
--- a/usr.bin/rdist/lookup.c
+++ b/usr.bin/rdist/lookup.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/lookup.c,v 1.5.2.1 1999/08/29 15:32:07 peter Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c
index d4d94a2219b6..3a4b51a20ed4 100644
--- a/usr.bin/rdist/main.c
+++ b/usr.bin/rdist/main.c
@@ -39,7 +39,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/main.c,v 1.4.2.1 1999/08/29 15:32:08 peter Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1
index f789b1dc970a..3599ebc489cc 100644
--- a/usr.bin/rdist/rdist.1
+++ b/usr.bin/rdist/rdist.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rdist.1 8.3 (Berkeley) 3/17/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/rdist/rdist.1,v 1.10.2.1 2000/03/06 11:35:02 sheldonh Exp $
.\"
.Dd March 17, 1994
.Dt RDIST 1
diff --git a/usr.bin/rdist/rshrcmd.c b/usr.bin/rdist/rshrcmd.c
index c747cc6cf5ea..41d3d8db355a 100644
--- a/usr.bin/rdist/rshrcmd.c
+++ b/usr.bin/rdist/rshrcmd.c
@@ -6,7 +6,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/rshrcmd.c,v 1.5.2.1 1999/08/29 15:32:08 peter Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/rdist/server.c b/usr.bin/rdist/server.c
index 44c2610fa114..552955ff5715 100644
--- a/usr.bin/rdist/server.c
+++ b/usr.bin/rdist/server.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)server.c 8.1 (Berkeley) 6/9/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/rdist/server.c,v 1.9.2.1 1999/08/29 15:32:10 peter Exp $";
#endif /* not lint */
#include <sys/wait.h>