Bug 13507

Summary: Too many $log$ lines in patch/pch.c
Product: Base System Reporter: Peter Jeremy <jeremyp>
Component: gnuAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   

Description Peter Jeremy 1999-09-01 03:20:02 UTC
	src/gnu/usr.bin/patch/pch.c has (at some stage) acquired a
	second $ Log $ line.  This is unnecessarily bloating the
	source.  (I noticed this by accident, I don't know if there
	are other instances in the source tree).

Fix: 

Peter
--
Peter Jeremy (VK2PJ)                    peter.jeremy@alcatel.com.au
Alcatel Australia Limited
41 Mandible St                          Phone: +61 2 9690 5019
ALEXANDRIA  NSW  2015                   Fax:   +61 2 9690 5982--Q5rybQUdpOSO6A26J2K1KOCAkbrhIldq04QZT6guL8GI9ysm
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: pch.c
===================================================================
RCS file: /home/CVSROOT/./src/gnu/usr.bin/patch/pch.c,v
retrieving revision 1.15
diff -u -r1.15 pch.c
--- pch.c	1999/08/28 04:58:28	1.15
+++ pch.c	1999/09/01 02:00:04
@@ -35,39 +35,6 @@
  * 2.2 candidate
  *
  * 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
- * Attempt to break a Revision 1.8.2.2  1998/01/03 23:52:05  ache
- * Attempt to break a MFC: ctype and Index over +++/--- precedence
- * Attempt to break a
- * Attempt to break a Revision 1.11  1998/01/03 23:42:56  ache
- * Attempt to break a Back out Index over +++/--- precedence.
- * Attempt to break a It maybe right, if patch was FreeBSD-own program, but it break compatibility
- * Attempt to break a with pre-existent patches in other systems.
- * Attempt to break a The example is big ncurses patch which don't apply on FreeBSD
- * Attempt to break a due to "fixed" precedence.
- * Attempt to break a
- * Attempt to break a Revision 1.10  1997/10/23 02:44:22  ache
- * Attempt to break a Add (unsigned char) cast to ctype macros
- * Attempt to break a
- * Attempt to break a Revision 1.9  1997/02/13 21:10:43  jmg
- * Attempt to break a Fix a problem with patch in that is will always default, even when the
- * Attempt to break a controlling terminal is closed.  Now the function ask() will return 1 when th
- * Attempt to break a input is known to come from a file or terminal, or it will return 0 when ther
- * Attempt to break a was a read error.
- * Attempt to break a
- * Attempt to break a Modified the question "Skip patch?" so that on an error from ask it will skip
- * Attempt to break a the patch instead of looping.
- * Attempt to break a
- * Attempt to break a Closes PR#777
- * Attempt to break a
- * Attempt to break a 2.2 candidate
  * Attempt to break a snafu where a *** /--- (minus space)
  * was fouling up a comment in the checked-out code.
  *
How-To-Repeat: 
	Code inspection.
Comment 1 nrahlstr freebsd_committer freebsd_triage 2000-06-13 02:44:22 UTC
State Changed
From-To: open->closed

Fixed by peter in revision 1.16 of pch.c.