diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /gnu/libexec/uucp/uuconv | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
Diffstat (limited to 'gnu/libexec/uucp/uuconv')
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/uuconv.1 | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/uuconv.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index a3a9dd126465..6c55ce125409 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,5 +1,5 @@ # Makefile for uuconv -# $Id: Makefile,v 1.5 1995/05/30 04:45:39 rgrimes Exp $ +# $Id: Makefile,v 1.5.6.1 1998/03/03 06:10:11 jkh Exp $ BINDIR= $(sbindir) diff --git a/gnu/libexec/uucp/uuconv/uuconv.1 b/gnu/libexec/uucp/uuconv/uuconv.1 index b95c9e1d4f1f..b99907f7a535 100644 --- a/gnu/libexec/uucp/uuconv/uuconv.1 +++ b/gnu/libexec/uucp/uuconv/uuconv.1 @@ -1,4 +1,4 @@ -''' $Id: uustat.1,v 1.8 1997/02/22 15:28:49 peter Exp $ +''' $Id: uuconv.1,v 1.1 1997/09/14 13:04:14 wosch Exp $ .TH uuconv 1 "Taylor UUCP 1.06" .SH NAME uuconv \- convert UUCP configuration files diff --git a/gnu/libexec/uucp/uuconv/uuconv.c b/gnu/libexec/uucp/uuconv/uuconv.c index 2528140958dd..a5f2372effcd 100644 --- a/gnu/libexec/uucp/uuconv/uuconv.c +++ b/gnu/libexec/uucp/uuconv/uuconv.c @@ -26,7 +26,7 @@ #include "uucnfi.h" #if USE_RCS_ID -const char uuconv_rcsid[] = "$Id: uuconv.c,v 1.27 1995/06/29 19:36:27 ian Rel $"; +const char uuconv_rcsid[] = "$Id: uuconv.c,v 1.4 1995/08/19 21:30:03 ache Exp $"; #endif #include "getopt.h" |
