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 9dd048de18af..fa5203ca98b6 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.8 1997/02/22 14:22:05 peter Exp $ +# $FreeBSD$ PROG= rexecd MAN8= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index eacc08a0f1de..4c8626852df2 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 -.\" $Id: rexecd.8,v 1.7 1997/02/22 14:22:05 peter Exp $ +.\" $FreeBSD$ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index 8c8c06bded17..10c2f2be98c6 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[] = - "$Id: rexecd.c,v 1.16 1999/04/06 23:05:57 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |