Bug 30666

Summary: [PATCH] ident(1) doesn't work on XFree86 source files
Product: Base System Reporter: Tony Finch <dot>
Component: gnuAssignee: Peter Wemm <peter>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tony Finch 2001-09-19 08:40:01 UTC
ident(1) only recognizes rcs keywords consisting purely of letters.
The XFree86 project uses rcs tags with digits in them, so ident(1)
doesn't work with them.

How-To-Repeat: fanf@hand.dotat.at:/usr/X11R6/include/X11
:; ident X.h
X.h:
     $Xorg: X.h,v 1.3 2000/08/18 04:05:43 coskrey Exp $
fanf@hand.dotat.at:/usr/X11R6/include/X11
:; grep XFree86 X.h
/* $XFree86: xc/include/X.h,v 1.4 2001/01/17 17:53:09 dawes Exp $ */
Comment 1 ru freebsd_committer freebsd_triage 2001-09-19 10:22:29 UTC
Responsible Changed
From-To: freebsd-bugs->peter

I don't believe that RCS is maintained anymore, but I may be err. 
Peter, can we just commit this patch on the HEAD?
Comment 2 Peter Wemm freebsd_committer freebsd_triage 2001-12-10 20:49:46 UTC
State Changed
From-To: open->closed

Committed, revs 1.8 and 1.7.2.1