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 155314ad611fe..2a6826d02608e 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -1,5 +1,5 @@  # From:	@(#)Makefile	8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rshd/Makefile,v 1.25.20.1 2009/04/15 03:14:26 kensmith Exp $  PROG=	rshd  MAN=	rshd.8 diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index bc77108b5223c..04a5fbd368f0c 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rshd/rshd.8,v 1.36.20.1 2009/04/15 03:14:26 kensmith Exp $  .\"  .Dd June 4, 1993  .Dt RSHD 8 diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index ec17251475463..d1afe02526f17 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -51,7 +51,7 @@ static const char sccsid[] = "@(#)rshd.c	8.2 (Berkeley) 4/6/94";  #endif /* not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/rshd/rshd.c,v 1.51.20.1 2009/04/15 03:14:26 kensmith Exp $");  /*   * remote shell server: | 
