diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /libexec/xtend | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'libexec/xtend')
-rw-r--r-- | libexec/xtend/Makefile | 2 | ||||
-rw-r--r-- | libexec/xtend/packet.c | 2 | ||||
-rw-r--r-- | libexec/xtend/paths.h | 2 | ||||
-rw-r--r-- | libexec/xtend/status.c | 2 | ||||
-rw-r--r-- | libexec/xtend/user.c | 2 | ||||
-rw-r--r-- | libexec/xtend/xten.h | 2 | ||||
-rw-r--r-- | libexec/xtend/xtend.8 | 2 | ||||
-rw-r--r-- | libexec/xtend/xtend.c | 2 | ||||
-rw-r--r-- | libexec/xtend/xtend.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile index d89e07903ba7a..ebad5cb46d2bf 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,5 +1,5 @@ # Makefile for xtend (Stark) 10/30/93 -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 14:22:41 peter Exp $ BINMODE= 555 diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index bdef357f198cf..6597ddd2d2602 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: packet.c,v 1.7 1997/12/04 07:25:16 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index e41d214ed07fd..d571873a994d9 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,7 +1,7 @@ /* * Pathnames for files used by xtend * - * $Id$ + * $Id: paths.h,v 1.5 1997/02/22 14:22:42 peter Exp $ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index ca85cdceee8f8..8af9002941840 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: status.c,v 1.7 1997/12/04 07:25:17 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index 6f898dfeb3be7..155ea901bcbba 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: user.c,v 1.7 1997/12/04 07:25:18 charnier Exp $"; + "$Id: user.c,v 1.8 1998/04/18 13:37:24 stark Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index 23e8c6b266d08..10ce4633dbd8b 100644 --- a/libexec/xtend/xten.h +++ b/libexec/xtend/xten.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: xten.h,v 1.5 1997/02/22 14:22:43 peter Exp $ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index a990118c682d5..48f7350346223 100644 --- a/libexec/xtend/xtend.8 +++ b/libexec/xtend/xtend.8 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: xtend.8,v 1.8 1997/12/04 07:25:18 charnier Exp $ +.\" $Id: xtend.8,v 1.9 1998/03/19 07:37:36 charnier Exp $ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 1ffc448d46db0..ac849cf19d11b 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: xtend.c,v 1.6 1997/12/04 07:25:19 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index 9d704449cf69f..88d8820dd41fd 100644 --- a/libexec/xtend/xtend.h +++ b/libexec/xtend/xtend.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: xtend.h,v 1.5 1997/02/22 14:22:44 peter Exp $ */ /* |