Bug 61986

Summary: Duplicate $FreeBSD$ in src/sbin/routed/Makefile
Product: Base System Reporter: Kang Liu <liukang>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Kang Liu 2004-01-27 10:20:14 UTC
There are 2 $FreeBSD$ in the head of src/sbin/routed/Makefile
I think that is because both $Id$ and $Revision$ was changed to $FreeBSD$ in 1999, as peter@ said in commit log more cleanup needed, but unfortunately no one cleans it. :(

Fix: 

remove $FreeBSD$ in the even line (the 2nd line)
It is suggested by my best friend Xin Li, 
as he said that will keep the total number of $FreeBSD$ in even lines consistent ^_^
How-To-Repeat: head src/sbin/routed/Makefile
Comment 1 ru freebsd_committer freebsd_triage 2004-01-29 14:36:25 UTC
State Changed
From-To: open->closed

Fixed in HEAD, thanks.