diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
| tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /gnu/libexec/uucp/uux | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/uux')
| -rw-r--r-- | gnu/libexec/uucp/uux/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uux/uux.1 | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uux/uux.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uux/Makefile b/gnu/libexec/uucp/uux/Makefile index 4ee45a431455..60593523392c 100644 --- a/gnu/libexec/uucp/uux/Makefile +++ b/gnu/libexec/uucp/uux/Makefile @@ -1,5 +1,5 @@ # Makefile for uux -# $Id: Makefile,v 1.2 1994/05/31 05:46:38 ache Exp $ +# $FreeBSD$ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uux/uux.1 b/gnu/libexec/uucp/uux/uux.1 index 034d4800acc9..079ff5dc428a 100644 --- a/gnu/libexec/uucp/uux/uux.1 +++ b/gnu/libexec/uucp/uux/uux.1 @@ -1,4 +1,4 @@ -''' $Id: uux.1,v 1.12 1995/06/27 02:21:14 ian Rel $ +''' $FreeBSD$ .TH uux 1 "Taylor UUCP 1.06" .SH NAME uux \- Remote command execution over UUCP diff --git a/gnu/libexec/uucp/uux/uux.c b/gnu/libexec/uucp/uux/uux.c index 966ded2f6116..069e9d624d5f 100644 --- a/gnu/libexec/uucp/uux/uux.c +++ b/gnu/libexec/uucp/uux/uux.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char uux_rcsid[] = "$Id: uux.c,v 1.7 1995/08/19 21:30:27 ache Exp $"; +const char uux_rcsid[] = "$FreeBSD$"; #endif #include "uudefs.h" |
