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 cef972928d57..441c9ef9763a 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.16 2002/05/02 05:06:32 des Exp $ PROG= rexecd MAN= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 2dbb14b68ba6..a81fc81e9625 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.16 2003/06/08 12:39:17 charnier Exp $ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index ef284d99133c..5cf548dc8bd6 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.30 2002/05/03 13:12:06 des Exp $"; #endif /* not lint */ #include <sys/param.h> |
