summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/contrib')
-rw-r--r--gnu/usr.bin/cvs/contrib/Makefile2
-rw-r--r--gnu/usr.bin/cvs/contrib/cln_hist.pl2
-rw-r--r--gnu/usr.bin/cvs/contrib/commit_prep.pl2
-rw-r--r--gnu/usr.bin/cvs/contrib/cvs_acls.pl2
-rw-r--r--gnu/usr.bin/cvs/contrib/cvscheck.man2
-rw-r--r--gnu/usr.bin/cvs/contrib/cvscheck.sh2
-rw-r--r--gnu/usr.bin/cvs/contrib/cvshelp.man2
-rw-r--r--gnu/usr.bin/cvs/contrib/descend.man2
-rw-r--r--gnu/usr.bin/cvs/contrib/descend.sh2
-rw-r--r--gnu/usr.bin/cvs/contrib/easy-import.pl4
-rw-r--r--gnu/usr.bin/cvs/contrib/mfpipe.pl2
-rw-r--r--gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile2
-rw-r--r--gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh2
-rw-r--r--gnu/usr.bin/cvs/contrib/rcs2log.sh2
-rw-r--r--gnu/usr.bin/cvs/contrib/rcs2sccs.sh2
-rw-r--r--gnu/usr.bin/cvs/contrib/sccs2rcs.csh2
16 files changed, 17 insertions, 17 deletions
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile
index 3e21c047ec134..2043a0c9f382f 100644
--- a/gnu/usr.bin/cvs/contrib/Makefile
+++ b/gnu/usr.bin/cvs/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/12/11 01:23:42 peter Exp $
+# $Id: Makefile,v 1.4 1995/12/11 01:58:47 peter Exp $
SUBDIR= pcl-cvs
diff --git a/gnu/usr.bin/cvs/contrib/cln_hist.pl b/gnu/usr.bin/cvs/contrib/cln_hist.pl
index 041eeffeb1ac7..370055882b938 100644
--- a/gnu/usr.bin/cvs/contrib/cln_hist.pl
+++ b/gnu/usr.bin/cvs/contrib/cln_hist.pl
@@ -1,7 +1,7 @@
#! xPERL_PATHx
# -*-Perl-*-
#
-# $Id: cln_hist.pl,v 1.1.1.2 1995/03/31 07:43:34 nate Exp $
+# $Id: cln_hist.pl,v 1.1.1.2.6.1 1996/02/23 12:17:26 peter Exp $
# Contributed by David G. Grubbs <dgg@ksr.com>
#
# Clean up the history file. 10 Record types: MAR OFT WUCG
diff --git a/gnu/usr.bin/cvs/contrib/commit_prep.pl b/gnu/usr.bin/cvs/contrib/commit_prep.pl
index 5c4442727947c..4266057ced080 100644
--- a/gnu/usr.bin/cvs/contrib/commit_prep.pl
+++ b/gnu/usr.bin/cvs/contrib/commit_prep.pl
@@ -1,7 +1,7 @@
#! xPERL_PATHx
# -*-Perl-*-
#
-#ident "@(#)cvs/contrib:$Name: $:$Id: commit_prep.pl,v 1.2 1995/12/10 22:59:25 peter Exp $"
+#ident "@(#)cvs/contrib:$Name: RELENG_2_1_7_RELEASE $:$Id: commit_prep.pl,v 1.1.1.1.10.1 1996/02/23 12:17:26 peter Exp $"
#
# Perl filter to handle pre-commit checking of files. This program
# records the last directory where commits will be taking place for
diff --git a/gnu/usr.bin/cvs/contrib/cvs_acls.pl b/gnu/usr.bin/cvs/contrib/cvs_acls.pl
index 41d1677d8a671..1cab53ad43494 100644
--- a/gnu/usr.bin/cvs/contrib/cvs_acls.pl
+++ b/gnu/usr.bin/cvs/contrib/cvs_acls.pl
@@ -1,7 +1,7 @@
#! xPERL_PATHx
# -*-Perl-*-
#
-# $Id: cvs_acls.pl,v 1.1.1.2 1995/03/31 07:43:36 nate Exp $
+# $Id: cvs_acls.pl,v 1.1.1.2.6.1 1996/02/23 12:17:28 peter Exp $
#
# Access control lists for CVS. dgg@ksr.com (David G. Grubbs)
#
diff --git a/gnu/usr.bin/cvs/contrib/cvscheck.man b/gnu/usr.bin/cvs/contrib/cvscheck.man
index 84d7db7de8865..798dc57988da4 100644
--- a/gnu/usr.bin/cvs/contrib/cvscheck.man
+++ b/gnu/usr.bin/cvs/contrib/cvscheck.man
@@ -1,4 +1,4 @@
-.\" $Id: cvscheck.man,v 1.1 1992/04/10 03:04:20 berliner Exp $
+.\" $Id: cvscheck.man,v 1.1.1.2 1995/03/31 07:43:40 nate Exp $
.\" Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
.TH CVSCHECK LOCAL "4 March 1991" FLUKE
.SH NAME
diff --git a/gnu/usr.bin/cvs/contrib/cvscheck.sh b/gnu/usr.bin/cvs/contrib/cvscheck.sh
index 96dba6e1f87e4..3911296a99696 100644
--- a/gnu/usr.bin/cvs/contrib/cvscheck.sh
+++ b/gnu/usr.bin/cvs/contrib/cvscheck.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: cvscheck.sh,v 1.1 1995/07/10 02:26:29 kfogel Exp $
+# $Id: cvscheck.sh,v 1.2 1995/12/10 22:59:36 peter Exp $
#
# cvscheck - identify files added, changed, or removed
# in CVS working directory
diff --git a/gnu/usr.bin/cvs/contrib/cvshelp.man b/gnu/usr.bin/cvs/contrib/cvshelp.man
index ba6590a63e431..11a8605f68bd2 100644
--- a/gnu/usr.bin/cvs/contrib/cvshelp.man
+++ b/gnu/usr.bin/cvs/contrib/cvshelp.man
@@ -1,4 +1,4 @@
-.\" $Id: cvshelp.man,v 1.1 1992/04/10 03:04:21 berliner Exp $
+.\" $Id: cvshelp.man,v 1.1.1.2 1995/03/31 07:43:42 nate Exp $
.\" Contributed by Lowell Skoog <fluke!lowell@uunet.uu.net>
.\" Full space in nroff; half space in troff
.de SP
diff --git a/gnu/usr.bin/cvs/contrib/descend.man b/gnu/usr.bin/cvs/contrib/descend.man
index a38d4caa7f651..576dcbce0541b 100644
--- a/gnu/usr.bin/cvs/contrib/descend.man
+++ b/gnu/usr.bin/cvs/contrib/descend.man
@@ -1,4 +1,4 @@
-.\" $Id: descend.man,v 1.1 1992/04/03 05:22:53 berliner Exp $
+.\" $Id: descend.man,v 1.1.1.2 1995/03/31 07:43:44 nate Exp $
.TH DESCEND 1 "31 March 1992"
.SH NAME
descend \- walk directory tree and execute a command at each node
diff --git a/gnu/usr.bin/cvs/contrib/descend.sh b/gnu/usr.bin/cvs/contrib/descend.sh
index e6a788079416b..d1de3a3dda604 100644
--- a/gnu/usr.bin/cvs/contrib/descend.sh
+++ b/gnu/usr.bin/cvs/contrib/descend.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: descend.sh,v 1.1 1995/07/10 02:26:32 kfogel Exp $
+# $Id: descend.sh,v 1.2 1995/12/10 22:59:46 peter Exp $
#
# descend - walk down a directory tree and execute a command at each node
diff --git a/gnu/usr.bin/cvs/contrib/easy-import.pl b/gnu/usr.bin/cvs/contrib/easy-import.pl
index 8047c424ec8f3..e39d60b9db3ea 100644
--- a/gnu/usr.bin/cvs/contrib/easy-import.pl
+++ b/gnu/usr.bin/cvs/contrib/easy-import.pl
@@ -8,7 +8,7 @@
#
# Written by Jörg Wunsch, 95/03/07, and placed in the public domain.
#
-# $Id: easy-import.pl,v 1.5.2.2 1996/06/05 02:39:41 jkh Exp $
+# $Id: easy-import.pl,v 1.5.2.3 1996/06/25 14:45:10 joerg Exp $
require "complete.pl";
require "getopts.pl";
@@ -22,7 +22,7 @@ sub scan_opts
$dont_do_it = "-n" if $opt_n;
if($opt_v) {
- print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.5.2.2 $' . "\n"; # 'emacs kludge
+ print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.5.2.3 $' . "\n"; # 'emacs kludge
exit 0;
}
die "usage: $0 [-v] [-n] [moduledir]\n" .
diff --git a/gnu/usr.bin/cvs/contrib/mfpipe.pl b/gnu/usr.bin/cvs/contrib/mfpipe.pl
index cfb2f8573bd33..25bc693ba8ae3 100644
--- a/gnu/usr.bin/cvs/contrib/mfpipe.pl
+++ b/gnu/usr.bin/cvs/contrib/mfpipe.pl
@@ -12,7 +12,7 @@
# Especially if they regularly beat on the same directory. Anyway if you
# think anyone would be interested here it is.
#
-# $Id: mfpipe.pl,v 1.1.1.2 1995/03/31 07:43:50 nate Exp $
+# $Id: mfpipe.pl,v 1.1.1.2.6.1 1996/02/23 12:17:31 peter Exp $
#
#
# File: mfpipe
diff --git a/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile b/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile
index 0d644623e4c10..36fa5c787054d 100644
--- a/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile
+++ b/gnu/usr.bin/cvs/contrib/pcl-cvs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1995/12/11 01:58:50 peter Exp $
+# $Id: Makefile,v 1.2.4.1 1996/02/23 12:17:36 peter Exp $
FILES= ChangeLog INSTALL NEWS README \
compile-all.el pcl-cvs-lucid.el pcl-cvs-startup.el \
diff --git a/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh b/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh
index 3af83d708ca4a..6f4e249a2c2e9 100644
--- a/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh
+++ b/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $Id: rcs-to-cvs.sh,v 1.2 1995/07/15 03:40:34 jimb Exp $
+# $Id: rcs-to-cvs.sh,v 1.2 1995/12/10 22:59:51 peter Exp $
# Based on the CVS 1.0 checkin csh script.
# Contributed by Per Cederqvist <ceder@signum.se>.
# Rewritten in sh by David MacKenzie <djm@cygnus.com>.
diff --git a/gnu/usr.bin/cvs/contrib/rcs2log.sh b/gnu/usr.bin/cvs/contrib/rcs2log.sh
index ccea907ea37b6..b5c8b24a47991 100644
--- a/gnu/usr.bin/cvs/contrib/rcs2log.sh
+++ b/gnu/usr.bin/cvs/contrib/rcs2log.sh
@@ -12,7 +12,7 @@
# Author: Paul Eggert <eggert@twinsun.com>
-# $Id: rcs2log.sh,v 1.2 1995/07/28 19:48:45 eggert Exp $
+# $Id: rcs2log.sh,v 1.2 1995/12/10 22:59:54 peter Exp $
# Copyright 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
diff --git a/gnu/usr.bin/cvs/contrib/rcs2sccs.sh b/gnu/usr.bin/cvs/contrib/rcs2sccs.sh
index af701384e4b61..78a830c67182f 100644
--- a/gnu/usr.bin/cvs/contrib/rcs2sccs.sh
+++ b/gnu/usr.bin/cvs/contrib/rcs2sccs.sh
@@ -2,7 +2,7 @@
#
#
# OrigId: rcs2sccs,v 1.12 90/10/04 20:52:23 kenc Exp Locker: kenc
-# $Id: rcs2sccs.sh,v 1.1 1995/07/10 02:26:45 kfogel Exp $
+# $Id: rcs2sccs.sh,v 1.2 1995/12/10 22:59:58 peter Exp $
############################################################
# Error checking
diff --git a/gnu/usr.bin/cvs/contrib/sccs2rcs.csh b/gnu/usr.bin/cvs/contrib/sccs2rcs.csh
index 0f31893d3b245..f5b00c1534c50 100644
--- a/gnu/usr.bin/cvs/contrib/sccs2rcs.csh
+++ b/gnu/usr.bin/cvs/contrib/sccs2rcs.csh
@@ -43,7 +43,7 @@
#
# Various hacks made by Brian Berliner before inclusion in CVS contrib area.
#
-# $Id: sccs2rcs.csh,v 1.1 1995/07/10 02:26:48 kfogel Exp $
+# $Id: sccs2rcs.csh,v 1.2 1995/12/10 23:00:01 peter Exp $
#we'll assume the user set up the path correctly