diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.bin/rdist | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/rdist')
| -rw-r--r-- | usr.bin/rdist/docmd.c | 2 | ||||
| -rw-r--r-- | usr.bin/rdist/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/rdist/rshrcmd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/docmd.c b/usr.bin/rdist/docmd.c index cfa924469a9f..b1ed9673bcbe 100644 --- a/usr.bin/rdist/docmd.c +++ b/usr.bin/rdist/docmd.c @@ -34,7 +34,7 @@ #ifndef lint /*static char sccsid[] = "From: @(#)docmd.c 8.1 (Berkeley) 6/9/93";*/ static const char rcsid[] = - "$Id: docmd.c,v 1.6.2.1 1997/02/23 23:44:00 joerg Exp $"; + "$Id: docmd.c,v 1.6.2.2 1997/10/09 14:13:20 jkh Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c index 6bb56a47db6a..6fe03111ba93 100644 --- a/usr.bin/rdist/main.c +++ b/usr.bin/rdist/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: main.c,v 1.2.2.1 1997/08/06 06:38:59 charnier Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/rdist/rshrcmd.c b/usr.bin/rdist/rshrcmd.c index 0a81b414e7c0..98e977f78458 100644 --- a/usr.bin/rdist/rshrcmd.c +++ b/usr.bin/rdist/rshrcmd.c @@ -6,7 +6,7 @@ #ifndef lint static char RCSid[] = -"$Id: rshrcmd.c,v 1.1 1996/08/10 07:54:17 peter Exp $"; +"$Id: rshrcmd.c,v 1.1.2.1 1996/12/14 14:04:52 joerg Exp $"; #endif #include "defs.h" |
