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 d9bfb79eb388..7bf57337c9b0 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.9 1998/08/06 21:36:25 markm Exp $ +# $Id: Makefile,v 1.10 1998/09/05 00:30:30 jb Exp $ PROG= rshd SRCS= rshd.c diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index 7af12ecccb2f..ec0b67d6fcd6 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: rshd.8,v 1.14 1998/12/16 07:20:44 peter Exp $ +.\" $Id: rshd.8,v 1.15 1999/01/12 14:09:18 asami Exp $ .\" .Dd June 4, 1993 .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index cd2f57c36a1f..c8cfca014e0b 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.22 1998/12/01 23:27:24 dg Exp $"; + "$Id: rshd.c,v 1.23 1998/12/16 07:20:45 peter Exp $"; #endif /* not lint */ /* |
