diff options
Diffstat (limited to 'libexec/rexecd')
| -rw-r--r-- | libexec/rexecd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rexecd/rexecd.8 | 2 | ||||
| -rw-r--r-- | libexec/rexecd/rexecd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 59d026027fe1..65bea19d8a0e 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/rexecd/Makefile,v 1.10.2.1 2001/04/25 10:40:55 ru Exp $ PROG= rexecd MAN= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 753c06d95d6a..d11a610f14da 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rexecd.8 8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/rexecd/rexecd.8,v 1.9.2.4 2001/08/16 10:44:16 ru Exp $ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index c23c969b88c1..909660fc55ea 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rexecd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/rexecd/rexecd.c,v 1.18.2.3 2002/05/14 22:27:21 des Exp $"; #endif /* not lint */ #include <sys/param.h> |
