diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-09-16 08:26:13 +0000 |
| commit | 5be28542797ac26e17de490f50e0830003596d38 (patch) | |
| tree | 8069da00bdeed33ee5434671a0bae67379506370 /gnu/libexec/uucp/uulog | |
| parent | e5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff) | |
Diffstat (limited to 'gnu/libexec/uucp/uulog')
| -rw-r--r-- | gnu/libexec/uucp/uulog/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uulog/uulog.1 | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uulog/uulog.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uulog/Makefile b/gnu/libexec/uucp/uulog/Makefile index 9724cd515970..7263f19e71c9 100644 --- a/gnu/libexec/uucp/uulog/Makefile +++ b/gnu/libexec/uucp/uulog/Makefile @@ -1,5 +1,5 @@ # Makefile for uulog -# $FreeBSD$ +# $FreeBSD: src/gnu/libexec/uucp/uulog/Makefile,v 1.4.2.1 1999/08/29 14:30:40 peter Exp $ BINDIR= $(bindir) diff --git a/gnu/libexec/uucp/uulog/uulog.1 b/gnu/libexec/uucp/uulog/uulog.1 index 315cb908aec6..a4b1add8dc05 100644 --- a/gnu/libexec/uucp/uulog/uulog.1 +++ b/gnu/libexec/uucp/uulog/uulog.1 @@ -1,4 +1,4 @@ -''' $FreeBSD$ +''' $FreeBSD: src/gnu/libexec/uucp/uulog/uulog.1,v 1.2.2.1 1999/08/29 14:30:41 peter Exp $ .TH uulog 1 "Taylor UUCP 1.06" .SH NAME uulog \- display UUCP log entries diff --git a/gnu/libexec/uucp/uulog/uulog.c b/gnu/libexec/uucp/uulog/uulog.c index 440289eedbda..b7ef6f768da7 100644 --- a/gnu/libexec/uucp/uulog/uulog.c +++ b/gnu/libexec/uucp/uulog/uulog.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char uulog_rcsid[] = "$FreeBSD$"; +const char uulog_rcsid[] = "$FreeBSD: src/gnu/libexec/uucp/uulog/uulog.c,v 1.6.2.1 1999/08/29 14:30:41 peter Exp $"; #endif #include <ctype.h> |
