diff options
Diffstat (limited to 'libexec/rshd')
-rw-r--r-- | libexec/rshd/Makefile | 2 | ||||
-rw-r--r-- | libexec/rshd/rshd.8 | 2 | ||||
-rw-r--r-- | libexec/rshd/rshd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile index baf9caa28d933..e51df86b61789 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.4.6.2 1998/02/18 11:52:17 markm Exp $ PROG= rshd SRCS= rshd.c diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index bcab111029732..94730b72e6ebc 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: rshd.8,v 1.4.2.3 1998/02/18 11:52:19 markm Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index fb8e2eb3390bd..29a0cb38dcb3c 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #endif static const char rcsid[] = - "$Id: rshd.c,v 1.9.2.8 1998/07/19 11:02:20 jkh Exp $"; + "$Id: rshd.c,v 1.9.2.9 1998/07/24 04:32:21 jkh Exp $"; #endif /* not lint */ /* |