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/uustat | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
Notes
Diffstat (limited to 'gnu/libexec/uucp/uustat')
| -rw-r--r-- | gnu/libexec/uucp/uustat/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uustat/uustat.1 | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uustat/uustat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uustat/Makefile b/gnu/libexec/uucp/uustat/Makefile index f45e6a108403..be839ca11116 100644 --- a/gnu/libexec/uucp/uustat/Makefile +++ b/gnu/libexec/uucp/uustat/Makefile @@ -1,5 +1,5 @@ # Makefile for uustat -# $Id: Makefile,v 1.1 1993/08/05 18:28:01 conklin Exp $ +# $FreeBSD$ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/uustat/uustat.1 b/gnu/libexec/uucp/uustat/uustat.1 index 3256700670d0..8c30d044a599 100644 --- a/gnu/libexec/uucp/uustat/uustat.1 +++ b/gnu/libexec/uucp/uustat/uustat.1 @@ -1,4 +1,4 @@ -''' $Id: uustat.1,v 1.5 1995/08/19 21:30:18 ache Exp $ +''' $FreeBSD$ .TH uustat 1 "Taylor UUCP 1.06" .SH NAME uustat \- UUCP status inquiry and control diff --git a/gnu/libexec/uucp/uustat/uustat.c b/gnu/libexec/uucp/uustat/uustat.c index 8918caeb1805..9ca16bbab68d 100644 --- a/gnu/libexec/uucp/uustat/uustat.c +++ b/gnu/libexec/uucp/uustat/uustat.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char uustat_rcsid[] = "$Id: uustat.c,v 1.55 1995/08/02 00:14:15 ian Rel $"; +const char uustat_rcsid[] = "$FreeBSD$"; #endif #include <ctype.h> |
