aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r--gnu/usr.bin/cvs/FAQ4
-rw-r--r--gnu/usr.bin/cvs/Makefile2
-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
-rw-r--r--gnu/usr.bin/cvs/cvs/Makefile2
-rw-r--r--gnu/usr.bin/cvs/cvs/cvs.12
-rw-r--r--gnu/usr.bin/cvs/cvsbug/Makefile2
-rw-r--r--gnu/usr.bin/cvs/cvsbug/cvsbug.sh2
-rw-r--r--gnu/usr.bin/cvs/cvsinit/Makefile2
-rw-r--r--gnu/usr.bin/cvs/cvsinit/cvsinit.82
-rw-r--r--gnu/usr.bin/cvs/cvsinit/cvsinit.sh2
-rw-r--r--gnu/usr.bin/cvs/doc/Makefile2
-rw-r--r--gnu/usr.bin/cvs/examples/Makefile2
-rw-r--r--gnu/usr.bin/cvs/examples/checkoutlist2
-rw-r--r--gnu/usr.bin/cvs/examples/commitinfo2
-rw-r--r--gnu/usr.bin/cvs/examples/cvswrappers2
-rw-r--r--gnu/usr.bin/cvs/examples/editinfo2
-rw-r--r--gnu/usr.bin/cvs/examples/modules2
-rw-r--r--gnu/usr.bin/cvs/examples/rcsinfo2
-rw-r--r--gnu/usr.bin/cvs/examples/taginfo2
-rw-r--r--gnu/usr.bin/cvs/examples/unwrap2
-rw-r--r--gnu/usr.bin/cvs/examples/wrap2
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile2
-rw-r--r--gnu/usr.bin/cvs/mkmodules/Makefile2
38 files changed, 40 insertions, 40 deletions
diff --git a/gnu/usr.bin/cvs/FAQ b/gnu/usr.bin/cvs/FAQ
index b848e468c934..51d51cffda90 100644
--- a/gnu/usr.bin/cvs/FAQ
+++ b/gnu/usr.bin/cvs/FAQ
@@ -2,8 +2,8 @@
Archive-name: cvs-faq
Hand Revision: 3.5 <<== Include this in your comments
Last Updated: 1995/03/09
-$Revision: 1.1.1.2 $
-$Date: 1995/12/10 22:27:35 $
+$Revision: 1.1.1.1.6.1 $
+$Date: 1996/02/23 12:17:15 $
===========================================================================
== Frequently Asked Questions about CVS (The Concurrent Versions System) ==
diff --git a/gnu/usr.bin/cvs/Makefile b/gnu/usr.bin/cvs/Makefile
index 4a3793b57ce3..d6979ed7fb01 100644
--- a/gnu/usr.bin/cvs/Makefile
+++ b/gnu/usr.bin/cvs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1995/12/10 22:58:29 peter Exp $
+# $Id: Makefile,v 1.6.4.1 1996/02/23 12:17:20 peter Exp $
SUBDIR = lib cvs mkmodules contrib cvsbug cvsinit doc examples
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile
index 3e21c047ec13..2043a0c9f382 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 041eeffeb1ac..370055882b93 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 5c4442727947..ffe26abb91cc 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: $:$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 41d1677d8a67..1cab53ad4349 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 84d7db7de886..798dc57988da 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 96dba6e1f87e..3911296a9969 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 ba6590a63e43..11a8605f68bd 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 a38d4caa7f65..576dcbce0541 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 e6a788079416..d1de3a3dda60 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 8047c424ec8f..e39d60b9db3e 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 cfb2f8573bd3..25bc693ba8ae 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 0d644623e4c1..36fa5c787054 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 3af83d708ca4..6f4e249a2c2e 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 ccea907ea37b..b5c8b24a4799 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 af701384e4b6..78a830c67182 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 0f31893d3b24..f5b00c1534c5 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
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile
index 626cd420232d..f705014ae24e 100644
--- a/gnu/usr.bin/cvs/cvs/Makefile
+++ b/gnu/usr.bin/cvs/cvs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1995/12/11 04:24:02 peter Exp $
+# $Id: Makefile,v 1.10.6.1 1996/02/23 12:17:40 peter Exp $
PROG= cvs
MAN1= cvs.1
diff --git a/gnu/usr.bin/cvs/cvs/cvs.1 b/gnu/usr.bin/cvs/cvs/cvs.1
index 8934272aa3c2..21f79d22ab6c 100644
--- a/gnu/usr.bin/cvs/cvs/cvs.1
+++ b/gnu/usr.bin/cvs/cvs/cvs.1
@@ -2,7 +2,7 @@
.ds Rv \\$3
.ds Dt \\$4
..
-.Id $Id: cvs.1,v 1.1.1.2.6.1 1995/08/29 11:46:09 davidg Exp $
+.Id $Id: cvs.1,v 1.1.1.2.6.2 1996/02/23 12:17:47 peter Exp $
.TH CVS 1 "\*(Dt"
.\" Full space in nroff; half space in troff
.de SP
diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile
index 336fd135ef7f..ebaa4776b39d 100644
--- a/gnu/usr.bin/cvs/cvsbug/Makefile
+++ b/gnu/usr.bin/cvs/cvsbug/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/11 01:58:51 peter Exp $
+# $Id: Makefile,v 1.3 1995/12/11 04:24:06 peter Exp $
MAN8= cvsbug.8
diff --git a/gnu/usr.bin/cvs/cvsbug/cvsbug.sh b/gnu/usr.bin/cvs/cvsbug/cvsbug.sh
index ab26cfce570a..7d3441a0653c 100644
--- a/gnu/usr.bin/cvs/cvsbug/cvsbug.sh
+++ b/gnu/usr.bin/cvs/cvsbug/cvsbug.sh
@@ -7,7 +7,7 @@
# This file is part of GNU GNATS.
# Modified by Berliner for CVS.
#
-#ident "@(#)cvs/src:$Name: $:$Id: cvsbug.sh,v 1.10 1995/11/15 00:18:00 woods Exp $"
+#ident "@(#)cvs/src:$Name: $:$Id: cvsbug.sh,v 1.2 1995/12/10 23:05:59 peter Exp $"
#
# GNU GNATS is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile
index 601d4eac576c..dd2afc266d99 100644
--- a/gnu/usr.bin/cvs/cvsinit/Makefile
+++ b/gnu/usr.bin/cvs/cvsinit/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/12/11 04:24:11 peter Exp $
+# $Id: Makefile,v 1.1.8.1 1996/02/23 12:18:27 peter Exp $
MAN8= cvsinit.8
diff --git a/gnu/usr.bin/cvs/cvsinit/cvsinit.8 b/gnu/usr.bin/cvs/cvsinit/cvsinit.8
index 1012d62b687e..9bc7d2103f77 100644
--- a/gnu/usr.bin/cvs/cvsinit/cvsinit.8
+++ b/gnu/usr.bin/cvs/cvsinit/cvsinit.8
@@ -2,7 +2,7 @@
.ds Rv \\$4
.ds Dt \\$5
..
-.Id @(#)ccvs/man:$Name: $:$Id: cvsinit.8,v 1.2 1995/11/14 20:48:54 woods Exp $
+.Id @(#)ccvs/man:$Name: $:$Id: cvsinit.8,v 1.2 1995/12/10 23:06:49 peter Exp $
.TH CVSINIT 8 "\*(Dt"
.\" Full space in nroff; half space in troff
.de SP
diff --git a/gnu/usr.bin/cvs/cvsinit/cvsinit.sh b/gnu/usr.bin/cvs/cvsinit/cvsinit.sh
index 020e0548999f..0635ef1bc6eb 100644
--- a/gnu/usr.bin/cvs/cvsinit/cvsinit.sh
+++ b/gnu/usr.bin/cvs/cvsinit/cvsinit.sh
@@ -1,7 +1,7 @@
#! /bin/sh
:
#
-#ident "@(#)cvs:$Name: $:$Id: cvsinit.sh,v 1.5 1996/01/11 05:56:35 peter Exp $"
+#ident "@(#)cvs:$Name: $:$Id: cvsinit.sh,v 1.2.6.1 1996/02/23 12:18:28 peter Exp $"
# Copyright (c) 1992, Brian Berliner
#
# You may distribute under the terms of the GNU General Public License as
diff --git a/gnu/usr.bin/cvs/doc/Makefile b/gnu/usr.bin/cvs/doc/Makefile
index e25464763909..e0c85821e9f7 100644
--- a/gnu/usr.bin/cvs/doc/Makefile
+++ b/gnu/usr.bin/cvs/doc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/10 23:07:16 peter Exp $
+# $Id: Makefile,v 1.1.6.1 1996/02/23 12:18:29 peter Exp $
INFO = cvs cvsclient
diff --git a/gnu/usr.bin/cvs/examples/Makefile b/gnu/usr.bin/cvs/examples/Makefile
index e35847d16189..3671f9f5c5bc 100644
--- a/gnu/usr.bin/cvs/examples/Makefile
+++ b/gnu/usr.bin/cvs/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/12/10 23:07:36 peter Exp $
+# $Id: Makefile,v 1.1.4.1 1996/02/23 12:18:32 peter Exp $
CVSFILES= checkoutlist commitinfo cvswrappers editinfo loginfo modules \
rcsinfo rcstemplate taginfo unwrap wrap
diff --git a/gnu/usr.bin/cvs/examples/checkoutlist b/gnu/usr.bin/cvs/examples/checkoutlist
index 45ee6dc44f15..5e9e745da539 100644
--- a/gnu/usr.bin/cvs/examples/checkoutlist
+++ b/gnu/usr.bin/cvs/examples/checkoutlist
@@ -1,5 +1,5 @@
#
-#ident "@(#)cvs/examples:$Name: $:$Id: checkoutlist,v 1.2 1995/11/14 23:24:49 woods Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: checkoutlist,v 1.2 1995/12/10 23:07:45 peter Exp $"
#
# The "checkoutlist" file is used to support additional version controlled
# administrative files in $CVSROOT/CVSROOT, such as template files.
diff --git a/gnu/usr.bin/cvs/examples/commitinfo b/gnu/usr.bin/cvs/examples/commitinfo
index 2846c713b024..5efadd492dbb 100644
--- a/gnu/usr.bin/cvs/examples/commitinfo
+++ b/gnu/usr.bin/cvs/examples/commitinfo
@@ -1,5 +1,5 @@
#
-# $Id: commitinfo,v 1.1.1.2 1995/03/31 07:44:32 nate Exp $
+# $Id: commitinfo,v 1.1.1.2.6.1 1996/02/23 12:18:33 peter Exp $
#
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list
diff --git a/gnu/usr.bin/cvs/examples/cvswrappers b/gnu/usr.bin/cvs/examples/cvswrappers
index c666292e6460..28d000e4f24a 100644
--- a/gnu/usr.bin/cvs/examples/cvswrappers
+++ b/gnu/usr.bin/cvs/examples/cvswrappers
@@ -1,5 +1,5 @@
#
-#ident "@(#)cvs/examples:$Name: $:$Id: cvswrappers,v 1.3 1995/11/14 23:23:11 woods Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: cvswrappers,v 1.2 1995/12/10 23:07:52 peter Exp $"
#
# This file describes wrappers and other binary files to CVS.
#
diff --git a/gnu/usr.bin/cvs/examples/editinfo b/gnu/usr.bin/cvs/examples/editinfo
index 09b9f160a821..9702ea0d6418 100644
--- a/gnu/usr.bin/cvs/examples/editinfo
+++ b/gnu/usr.bin/cvs/examples/editinfo
@@ -1,5 +1,5 @@
#
-# $Id: editinfo,v 1.1.1.2 1995/03/31 07:44:37 nate Exp $
+# $Id: editinfo,v 1.1.1.2.6.1 1996/02/23 12:18:33 peter Exp $
#
# The "editinfo" file is used to allow verification of logging
# information. It works best when a template (as specified in the
diff --git a/gnu/usr.bin/cvs/examples/modules b/gnu/usr.bin/cvs/examples/modules
index 254add1e3674..2958054b107f 100644
--- a/gnu/usr.bin/cvs/examples/modules
+++ b/gnu/usr.bin/cvs/examples/modules
@@ -1,7 +1,7 @@
#
# The CVS Modules File
#
-#ident "@(#)cvs/examples:$Name: $:$Id: modules,v 1.2 1995/12/10 23:08:01 peter Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: modules,v 1.1.1.2.6.1 1996/02/23 12:18:34 peter Exp $"
#
# Three different line formats are valid:
# key -a aliases...
diff --git a/gnu/usr.bin/cvs/examples/rcsinfo b/gnu/usr.bin/cvs/examples/rcsinfo
index b7e9cc09298d..9cd8762a9dc4 100644
--- a/gnu/usr.bin/cvs/examples/rcsinfo
+++ b/gnu/usr.bin/cvs/examples/rcsinfo
@@ -1,5 +1,5 @@
#
-#ident "@(#)cvs/examples:$Name: $:$Id: rcsinfo,v 1.2 1995/12/10 23:08:06 peter Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: rcsinfo,v 1.1.1.2.6.1 1996/02/23 12:18:35 peter Exp $"
#
# The "rcsinfo" file is used to control templates with which the editor
# is invoked on commit and import.
diff --git a/gnu/usr.bin/cvs/examples/taginfo b/gnu/usr.bin/cvs/examples/taginfo
index 02de62b2808e..6bdaadb21373 100644
--- a/gnu/usr.bin/cvs/examples/taginfo
+++ b/gnu/usr.bin/cvs/examples/taginfo
@@ -1,5 +1,5 @@
#
-#ident "@(#)cvs/examples:$Name: $:$Id: taginfo,v 1.3 1995/11/14 23:27:52 woods Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: taginfo,v 1.2 1995/12/10 23:08:17 peter Exp $"
#
# The "taginfo" file is used to control pre-tag checks.
# The filter on the right is invoked with the following arguments:
diff --git a/gnu/usr.bin/cvs/examples/unwrap b/gnu/usr.bin/cvs/examples/unwrap
index def05610f551..e06e3733cba6 100644
--- a/gnu/usr.bin/cvs/examples/unwrap
+++ b/gnu/usr.bin/cvs/examples/unwrap
@@ -2,7 +2,7 @@
#
# unwrap - extract the combined package (created with wrap)
#
-#ident "@(#)cvs/examples:$Name: $:$Id: unwrap,v 1.1 1995/11/14 23:20:30 woods Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: unwrap,v 1.2 1995/12/10 23:08:21 peter Exp $"
# move the file to a new name with an extension
rm -rf $1.cvswrap
diff --git a/gnu/usr.bin/cvs/examples/wrap b/gnu/usr.bin/cvs/examples/wrap
index b6a6a772c240..7c9c6a461d4d 100644
--- a/gnu/usr.bin/cvs/examples/wrap
+++ b/gnu/usr.bin/cvs/examples/wrap
@@ -2,7 +2,7 @@
#
# wrap - Combine a directory into a single tar package.
#
-#ident "@(#)cvs/examples:$Name: $:$Id: wrap,v 1.1 1995/11/14 23:20:32 woods Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: wrap,v 1.2 1995/12/10 23:08:25 peter Exp $"
# This script is always called with the current directory set to
# where the file to be combined exists. but i may get called with a
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index 59a70786e8cb..7331d0435670 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1995/12/11 02:22:30 peter Exp $
+# $Id: Makefile,v 1.8.6.1 1996/02/23 12:18:37 peter Exp $
LIB = cvs
NOPROFILE= yes
diff --git a/gnu/usr.bin/cvs/mkmodules/Makefile b/gnu/usr.bin/cvs/mkmodules/Makefile
index 67a2e4e1cb23..747e807739ed 100644
--- a/gnu/usr.bin/cvs/mkmodules/Makefile
+++ b/gnu/usr.bin/cvs/mkmodules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1995/12/10 23:10:38 peter Exp $
+# $Id: Makefile,v 1.5.6.1 1996/02/23 12:18:51 peter Exp $
PROG = mkmodules
SRCS = mkmodules.c