diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
commit | 090fb430f117cbbf541214c39f88eb57afb71d15 (patch) | |
tree | 675e78759fe0f81ec0897b596c2b111ceedef8ad /libexec/xtend | |
parent | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (diff) | |
download | FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.zip FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.tar.gz |
Revert $FreeBSD$ to $Id$
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 3418457..d89e079 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,5 +1,5 @@ # Makefile for xtend (Stark) 10/30/93 -# $FreeBSD$ +# $Id$ BINMODE= 555 diff --git a/libexec/xtend/packet.c b/libexec/xtend/packet.c index 63dca52..ec67c94 100644 --- a/libexec/xtend/packet.c +++ b/libexec/xtend/packet.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/libexec/xtend/paths.h b/libexec/xtend/paths.h index b406ed5..e41d214 100644 --- a/libexec/xtend/paths.h +++ b/libexec/xtend/paths.h @@ -1,7 +1,7 @@ /* * Pathnames for files used by xtend * - * $FreeBSD$ + * $Id$ */ #define X10DIR "/var/spool/xten" diff --git a/libexec/xtend/status.c b/libexec/xtend/status.c index a5ad542..e527f55 100644 --- a/libexec/xtend/status.c +++ b/libexec/xtend/status.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/libexec/xtend/user.c b/libexec/xtend/user.c index 360d1dd..a795dba 100644 --- a/libexec/xtend/user.c +++ b/libexec/xtend/user.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/libexec/xtend/xten.h b/libexec/xtend/xten.h index be34d13..23e8c6b 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. * - * $FreeBSD$ + * $Id$ */ extern char *X10housenames[]; diff --git a/libexec/xtend/xtend.8 b/libexec/xtend/xtend.8 index 845a548..afa1ecb 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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Th XTEND 8 "30 Oct 1993" .Dd Oct 30, 1993 diff --git a/libexec/xtend/xtend.c b/libexec/xtend/xtend.c index 1519c7e..dd32129 100644 --- a/libexec/xtend/xtend.c +++ b/libexec/xtend/xtend.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ /* diff --git a/libexec/xtend/xtend.h b/libexec/xtend/xtend.h index afc885e..9d70444 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. * - * $FreeBSD$ + * $Id$ */ /* |