diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /libexec/rexecd | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
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> |
