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 389f450b5b05..942d627d605d 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.9 1999/04/06 23:40:25 brian Exp $ +# $Id: Makefile,v 1.8.2.1 1999/05/02 09:35:49 brian Exp $ PROG= rexecd MAN8= rexecd.8 diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index eacc08a0f1de..4e2137f80f36 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 $ +.\" $Id: rexecd.8,v 1.8 1997/11/26 07:29:02 charnier Exp $ .\" .Dd September 23, 1994 .Dt REXECD 8 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index e3e513d544a3..fba32cb32856 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.17 1999/04/07 08:27:41 brian Exp $"; + "$Id: rexecd.c,v 1.15.2.1 1999/05/02 09:35:50 brian Exp $"; #endif /* not lint */ #include <sys/param.h> |
