diff options
Diffstat (limited to 'gnu/libexec/uucp/uuchk')
| -rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuchk/uuchk.8 | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuchk/uuchk.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 9da46bc0239c..2f98ddb072c7 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,5 +1,5 @@ # Makefile for uuchk -# $Id: Makefile,v 1.6 1997/02/22 15:28:25 peter Exp $ +# $Id: Makefile,v 1.7 1997/09/14 13:04:03 wosch Exp $ BINDIR= $(sbindir) diff --git a/gnu/libexec/uucp/uuchk/uuchk.8 b/gnu/libexec/uucp/uuchk/uuchk.8 index c6ff00aa194a..73ae58ae579f 100644 --- a/gnu/libexec/uucp/uuchk/uuchk.8 +++ b/gnu/libexec/uucp/uuchk/uuchk.8 @@ -1,4 +1,4 @@ -''' $Id: uuchk.8,v 1.1 1997/09/14 13:04:05 wosch Exp $ +''' $Id: uuchk.8,v 1.2 1998/03/09 11:13:17 jkh Exp $ .TH uuchk 1 "Taylor UUCP 1.06" .SH NAME uuchk \- displays information from the UUCP configuration diff --git a/gnu/libexec/uucp/uuchk/uuchk.c b/gnu/libexec/uucp/uuchk/uuchk.c index b6adc4e55d62..2f0d56aae4a3 100644 --- a/gnu/libexec/uucp/uuchk/uuchk.c +++ b/gnu/libexec/uucp/uuchk/uuchk.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char uuchk_rcsid[] = "$Id$"; +const char uuchk_rcsid[] = "$Id: uuchk.c,v 1.6 1997/02/22 15:28:26 peter Exp $"; #endif #include "getopt.h" |
