summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 05:11:36 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 05:11:36 +0000
commitc81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f (patch)
treeae54befdb761e0e5c0893c705a30c45f5a7c0f30 /gnu
parentc4aced089128ad99459cc1173169758dfcea0cea (diff)
downloadFreeBSD-src-c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f.zip
FreeBSD-src-c81dbb3c98eb0b0fec21f2d7572dfd6c7336ad1f.tar.gz
$Header$ -> $FreeBSD$
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libregex/Makefile2
-rw-r--r--gnu/libexec/uucp/contrib/Makefile.uurt2
-rw-r--r--gnu/libexec/uucp/contrib/uupoll.shar6
-rw-r--r--gnu/libexec/uucp/contrib/uurate.c2
-rw-r--r--gnu/libexec/uucp/contrib/uurate.man2
-rw-r--r--gnu/libexec/uucp/contrib/uusnap.c2
-rw-r--r--gnu/usr.bin/cvs/contrib/Makefile2
-rw-r--r--gnu/usr.bin/cvs/contrib/easy-import.pl4
-rw-r--r--gnu/usr.bin/patch/EXTERN.h5
-rw-r--r--gnu/usr.bin/patch/INTERN.h5
-rw-r--r--gnu/usr.bin/patch/common.h5
-rw-r--r--gnu/usr.bin/patch/inp.c5
-rw-r--r--gnu/usr.bin/patch/inp.h5
-rw-r--r--gnu/usr.bin/patch/patch.15
-rw-r--r--gnu/usr.bin/patch/patch.c5
-rw-r--r--gnu/usr.bin/patch/pch.c10
-rw-r--r--gnu/usr.bin/patch/pch.h5
-rw-r--r--gnu/usr.bin/patch/util.h5
-rw-r--r--gnu/usr.bin/patch/version.c5
-rw-r--r--gnu/usr.bin/patch/version.h5
-rw-r--r--gnu/usr.bin/tar/getdate.y4
21 files changed, 66 insertions, 25 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile
index 46c1ecc..968308e 100644
--- a/gnu/lib/libregex/Makefile
+++ b/gnu/lib/libregex/Makefile
@@ -1,4 +1,4 @@
-# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.20 1999/04/03 22:52:35 obrien Exp $
+# $FreeBSD$
SUBDIR+= doc
diff --git a/gnu/libexec/uucp/contrib/Makefile.uurt b/gnu/libexec/uucp/contrib/Makefile.uurt
index 57bf44b..8558977 100644
--- a/gnu/libexec/uucp/contrib/Makefile.uurt
+++ b/gnu/libexec/uucp/contrib/Makefile.uurt
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
# Makefile for uurate 1.10
#
diff --git a/gnu/libexec/uucp/contrib/uupoll.shar b/gnu/libexec/uucp/contrib/uupoll.shar
index a85a496..fa4f72f 100644
--- a/gnu/libexec/uucp/contrib/uupoll.shar
+++ b/gnu/libexec/uucp/contrib/uupoll.shar
@@ -493,7 +493,7 @@ X not scan the uucico log.
X
X
#if !defined(lint)
-static char rcsid[] = "$Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $";
+static char rcsid[] = "$FreeBSD$";
#endif /* not lint */
X
X/* Log: uupoll.shar,v
@@ -1628,7 +1628,7 @@ sed 's/^X//' << 'SHAR_EOF' > 'uupoll/conf.h' &&
#ifndef CONF
X #define CONF
X
-X/* $Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $ */
+X/* $FreeBSD$ */
X/* Log: uupoll.shar,v
X * Revision 1.9 1994/04/14 17:24:58 kdburg
X * added comment to the AT_OPTION
@@ -1986,7 +1986,7 @@ X - No alias expansion is done on the given names.
*/
X
#if !defined(lint)
-static char rcsid[] = "$Id: uupoll.shar,v 1.4 1997/02/22 15:27:02 peter Exp $";
+static char rcsid[] = "$FreeBSD$";
#endif /* not lint */
X
X/* Log: uupoll.shar,v
diff --git a/gnu/libexec/uucp/contrib/uurate.c b/gnu/libexec/uucp/contrib/uurate.c
index 3bcc565..83be734 100644
--- a/gnu/libexec/uucp/contrib/uurate.c
+++ b/gnu/libexec/uucp/contrib/uurate.c
@@ -139,7 +139,7 @@
* */
char version[] = "@(#) Taylor UUCP Log File Summary Filter, Version 1.2.2";
-static char rcsid[] = "$Id: uurate.c,v 1.6 1997/02/22 15:27:02 peter Exp $";
+static char rcsid[] = "$FreeBSD$";
#include <ctype.h> /* Character Classification */
#include <math.h>
#include "uucp.h"
diff --git a/gnu/libexec/uucp/contrib/uurate.man b/gnu/libexec/uucp/contrib/uurate.man
index 4badee9..f6c0399 100644
--- a/gnu/libexec/uucp/contrib/uurate.man
+++ b/gnu/libexec/uucp/contrib/uurate.man
@@ -1,4 +1,4 @@
-''' $Id$
+''' $FreeBSD$
.TH uurate 1
.SH NAME
uurate \- Report Taylor UUCP statistics
diff --git a/gnu/libexec/uucp/contrib/uusnap.c b/gnu/libexec/uucp/contrib/uusnap.c
index d6fa323..992aa04 100644
--- a/gnu/libexec/uucp/contrib/uusnap.c
+++ b/gnu/libexec/uucp/contrib/uusnap.c
@@ -25,7 +25,7 @@
#include "uucp.h"
#if USE_RCS_ID
-char uusnap_rcsid[] = "$Id$";
+char uusnap_rcsid[] = "$FreeBSD$";
#endif
#include <ctype.h>
diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile
index 3451454..391e1f8 100644
--- a/gnu/usr.bin/cvs/contrib/Makefile
+++ b/gnu/usr.bin/cvs/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 1997/05/15 23:00:05 peter Exp $
+# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
diff --git a/gnu/usr.bin/cvs/contrib/easy-import.pl b/gnu/usr.bin/cvs/contrib/easy-import.pl
index 4a13714..0680b7b 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.13 1997/06/09 10:08:07 jmg Exp $
+# $FreeBSD$
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.13 $' . "\n"; # 'emacs kludge
+ print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.14 $' . "\n"; # 'emacs kludge
exit 0;
}
die "usage: $0 [-v] [-n] [moduledir]\n" .
diff --git a/gnu/usr.bin/patch/EXTERN.h b/gnu/usr.bin/patch/EXTERN.h
index bde49f4b..54cc620 100644
--- a/gnu/usr.bin/patch/EXTERN.h
+++ b/gnu/usr.bin/patch/EXTERN.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/EXTERN.h,v 1.2 1995/05/30 05:02:26 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: EXTERN.h,v $
+ * Revision 1.4 1998/01/21 14:37:12 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.2 1995/05/30 05:02:26 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/INTERN.h b/gnu/usr.bin/patch/INTERN.h
index 5f3beab..0f121fb 100644
--- a/gnu/usr.bin/patch/INTERN.h
+++ b/gnu/usr.bin/patch/INTERN.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/INTERN.h,v 1.2 1995/05/30 05:02:27 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: INTERN.h,v $
+ * Revision 1.4 1998/01/21 14:37:12 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.2 1995/05/30 05:02:27 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/common.h b/gnu/usr.bin/patch/common.h
index e58f3f2..b8d2d71 100644
--- a/gnu/usr.bin/patch/common.h
+++ b/gnu/usr.bin/patch/common.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/common.h,v 1.3 1995/05/30 05:02:30 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: common.h,v $
+ * Revision 1.5 1998/01/21 14:37:16 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.3 1995/05/30 05:02:30 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/inp.c b/gnu/usr.bin/patch/inp.c
index 50472ca..c44465a 100644
--- a/gnu/usr.bin/patch/inp.c
+++ b/gnu/usr.bin/patch/inp.c
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/inp.c,v 1.6 1997/10/23 02:44:21 ache Exp $
+/* $FreeBSD$
*
* $Log: inp.c,v $
+ * Revision 1.8 1998/01/21 14:37:20 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.6 1997/10/23 02:44:21 ache
* Add (unsigned char) cast to ctype macros
*
diff --git a/gnu/usr.bin/patch/inp.h b/gnu/usr.bin/patch/inp.h
index 40999d5..730fc14 100644
--- a/gnu/usr.bin/patch/inp.h
+++ b/gnu/usr.bin/patch/inp.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/inp.h,v 1.2 1995/05/30 05:02:33 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: inp.h,v $
+ * Revision 1.4 1998/01/21 14:37:20 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.2 1995/05/30 05:02:33 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/patch.1 b/gnu/usr.bin/patch/patch.1
index 51b3b09..56dd60a 100644
--- a/gnu/usr.bin/patch/patch.1
+++ b/gnu/usr.bin/patch/patch.1
@@ -1,8 +1,11 @@
.\" -*- nroff -*-
.rn '' }`
-'\" $Header: /home/ncvs/src/gnu/usr.bin/patch/patch.1,v 1.8 1998/01/21 15:10:13 ache Exp $
+'\" $FreeBSD$
'\"
'\" $Log: patch.1,v $
+'\" Revision 1.9 1998/01/22 07:44:03 ache
+'\" Add PATCH_INDEX_FIRST environment variable to do the same as -I option
+'\"
'\" Revision 1.8 1998/01/21 15:10:13 ache
'\" Add -I or --index-first option to take Index: precedence over context diff,
'\" as it was in hacked FreeBSD version
diff --git a/gnu/usr.bin/patch/patch.c b/gnu/usr.bin/patch/patch.c
index e372ad3..5431652 100644
--- a/gnu/usr.bin/patch/patch.c
+++ b/gnu/usr.bin/patch/patch.c
@@ -1,5 +1,5 @@
char rcsid[] =
- "$Header: /home/ncvs/src/gnu/usr.bin/patch/patch.c,v 1.13 1998/01/21 15:15:39 ache Exp $";
+ "$FreeBSD$";
/* patch - a program to apply diffs to original files
*
@@ -9,6 +9,9 @@ char rcsid[] =
* money off of it, or pretend that you wrote it.
*
* $Log: patch.c,v $
+ * Revision 1.14 1998/01/22 07:44:04 ache
+ * Add PATCH_INDEX_FIRST environment variable to do the same as -I option
+ *
* Revision 1.13 1998/01/21 15:15:39 ache
* Update usage line with new option
*
diff --git a/gnu/usr.bin/patch/pch.c b/gnu/usr.bin/patch/pch.c
index 9021397..43de437 100644
--- a/gnu/usr.bin/patch/pch.c
+++ b/gnu/usr.bin/patch/pch.c
@@ -1,6 +1,10 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.c,v 1.13 1998/01/21 14:37:23 ache Exp $
+/* $FreeBSD$
*
* $Log: pch.c,v $
+ * Revision 1.14 1998/01/21 15:10:14 ache
+ * Add -I or --index-first option to take Index: precedence over context diff,
+ * as it was in hacked FreeBSD version
+ *
* Revision 1.13 1998/01/21 14:37:23 ache
* Resurrect patch 2.1 without FreeBSD Index: hack
*
@@ -32,6 +36,10 @@
*
* Revision 1.8 1996/04/12 11:37:32 markm
* Attempt to break a $Log: pch.c,v $
+ * Attempt to break a Revision 1.14 1998/01/21 15:10:14 ache
+ * Attempt to break a Add -I or --index-first option to take Index: precedence over context diff,
+ * Attempt to break a as it was in hacked FreeBSD version
+ * Attempt to break a
* Attempt to break a Revision 1.13 1998/01/21 14:37:23 ache
* Attempt to break a Resurrect patch 2.1 without FreeBSD Index: hack
* Attempt to break a
diff --git a/gnu/usr.bin/patch/pch.h b/gnu/usr.bin/patch/pch.h
index d7f40e1..8e512fa 100644
--- a/gnu/usr.bin/patch/pch.h
+++ b/gnu/usr.bin/patch/pch.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/pch.h,v 1.2 1995/05/30 05:02:36 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: pch.h,v $
+ * Revision 1.4 1998/01/21 14:37:24 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.2 1995/05/30 05:02:36 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h
index 49f4246..f2a016e 100644
--- a/gnu/usr.bin/patch/util.h
+++ b/gnu/usr.bin/patch/util.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.3 1997/02/13 21:10:45 jmg Exp $
+/* $FreeBSD$
*
* $Log: util.h,v $
+ * Revision 1.5 1998/01/21 14:37:25 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.3 1997/02/13 21:10:45 jmg
* Fix a problem with patch in that is will always default, even when the
* controlling terminal is closed. Now the function ask() will return 1 when th
diff --git a/gnu/usr.bin/patch/version.c b/gnu/usr.bin/patch/version.c
index 740b82d..ba66509 100644
--- a/gnu/usr.bin/patch/version.c
+++ b/gnu/usr.bin/patch/version.c
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/version.c,v 1.2 1995/05/30 05:02:39 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: version.c,v $
+ * Revision 1.4 1998/01/21 14:37:26 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.2 1995/05/30 05:02:39 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/patch/version.h b/gnu/usr.bin/patch/version.h
index 5a57bc58..5efe54c 100644
--- a/gnu/usr.bin/patch/version.h
+++ b/gnu/usr.bin/patch/version.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/version.h,v 1.2 1995/05/30 05:02:40 rgrimes Exp $
+/* $FreeBSD$
*
* $Log: version.h,v $
+ * Revision 1.4 1998/01/21 14:37:27 ache
+ * Resurrect patch 2.1 without FreeBSD Index: hack
+ *
* Revision 1.2 1995/05/30 05:02:40 rgrimes
* Remove trailing whitespace.
*
diff --git a/gnu/usr.bin/tar/getdate.y b/gnu/usr.bin/tar/getdate.y
index 63ac7f7..c9d5421 100644
--- a/gnu/usr.bin/tar/getdate.y
+++ b/gnu/usr.bin/tar/getdate.y
@@ -1,5 +1,5 @@
%{
-/* $Revision: 1.2.8.3 $
+/* $Revision: 1.5 $
**
** Originally written by Steven M. Bellovin <smb@research.att.com> while
** at the University of North Carolina at Chapel Hill. Later tweaked by
@@ -98,7 +98,7 @@ extern struct tm *localtime();
#if !defined(lint) && !defined(SABER)
static char RCS[] =
- "$Header: /home/ncvs/src/gnu/usr.bin/tar/getdate.y,v 1.2.8.3 1999/01/13 06:27:34 danny Exp $";
+ "$FreeBSD$";
#endif /* !defined(lint) && !defined(SABER) */
OpenPOWER on IntegriCloud