summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/uuchk
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-24 16:47:10 +0000
commitbff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch)
treef979656ed109e888baec4c361944b615bc0f7d2c /gnu/libexec/uucp/uuchk
parentc37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff)
Diffstat (limited to 'gnu/libexec/uucp/uuchk')
-rw-r--r--gnu/libexec/uucp/uuchk/Makefile2
-rw-r--r--gnu/libexec/uucp/uuchk/uuchk.82
-rw-r--r--gnu/libexec/uucp/uuchk/uuchk.c2
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"