diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /libexec/xtend | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
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 d89e079..3418457 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,5 +1,5 @@ # Makefile for xtend (Stark) 10/30/93 -# $Id$ +# $FreeBSD$ BINMODE= 555 diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index bdef357..f3a4e04 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index e41d214..da1993e 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,7 +1,7 @@ /* * Pathnames for files used by xtend * - * $Id$ + * $FreeBSD$ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index ca85cdce..538f30b 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index 6f898df..f2c0190 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 $"; + "$FreeBSD$"; #endif /* not lint */ #include <ctype.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index 23e8c6b..f07bb2c 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$ + * $FreeBSD$ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index f970aa6a..d3593d2 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.9 1998/03/19 07:37:36 charnier Exp $ +.\" $FreeBSD$ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 01fcb68..1f37deb 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id: xtend.c,v 1.7 1999/08/08 07:05:46 stark Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index 9d70444..e338603 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$ + * $FreeBSD$ */ /* |