summaryrefslogtreecommitdiff
path: root/libexec/rexecd
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 17:54:45 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 17:54:45 +0000
commite9d867ef5010fbab8d48045c13025636f5cd7479 (patch)
treed05864815761299c3ff4001b8ea7fef526e5273f /libexec/rexecd
parent55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff)
Add RCS identifiers.
Diffstat (limited to 'libexec/rexecd')
-rw-r--r--libexec/rexecd/rexecd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c
index 914e051ed91..cc19a49fc1e 100644
--- a/libexec/rexecd/rexecd.c
+++ b/libexec/rexecd/rexecd.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)rexecd.c 5.12 (Berkeley) 2/25/91";
+/*static char sccsid[] = "from: @(#)rexecd.c 5.12 (Berkeley) 2/25/91";*/
+static char rcsid[] = "$Id: rexecd.c,v 1.2 1993/08/01 18:30:01 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>