Bug 30228

Summary: duplicate fortune
Product: Base System Reporter: Michael W Lucas <mwlucas>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.5-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael W Lucas 2001-08-31 00:00:03 UTC
Two duplicate fortunes, in a row, with slightly different
attributions.  *Man*, I must be bored to have found this!

How-To-Repeat: 
cat /usr/src/games/fortune/datfiles/fortunes
Comment 1 Kris Kennaway 2001-08-31 04:16:40 UTC
On Thu, Aug 30, 2001 at 06:53:39PM -0400, mwlucas@blackhelicopters.org wrote:

> Two duplicate fortunes, in a row, with slightly different
> attributions.  *Man*, I must be bored to have found this!
> 
> 
> >How-To-Repeat:
> 
> cat /usr/src/games/fortune/datfiles/fortunes
> 
> >Fix:
> 
> --- fortunes-dist	Thu Aug 30 18:50:44 2001
> +++ fortunes	Thu Aug 30 18:50:27 2001
> @@ -15305,9 +15305,6 @@
>  "What's the use of a good quotation if you can't change it?"
>  		-- Dr. Who
>  %
> -"What's the use of a good quotation if you can't change it?"
> -		-- The Doctor
> -%


Proposed alternate patch:

Index: fortunes
===================================================================
RCS file: /usr/home/ncvs/src/games/fortune/datfiles/fortunes,v
retrieving revision 1.34.2.4
diff -u -r1.34.2.4 fortunes
--- fortunes	2001/08/01 17:23:58	1.34.2.4
+++ fortunes	2001/08/31 03:15:45
@@ -15305,8 +15305,8 @@
 "What's the use of a good quotation if you can't change it?"
 		-- Dr. Who
 %
-"What's the use of a good quotation if you can't change it?"
-		-- The Doctor
+"What's the use of a good quotation if you can't modify it?"
+		-- Dr. Who
 %
 Whatever became of eternal truth?
 %

;-)

Kris
Comment 2 Michael W Lucas 2001-08-31 11:22:39 UTC
Ha!  Okay, now it's funny.  Looks good to me.

On Thu, Aug 30, 2001 at 08:16:40PM -0700, Kris Kennaway wrote:
> On Thu, Aug 30, 2001 at 06:53:39PM -0400, mwlucas@blackhelicopters.org wrote:
> 
> > Two duplicate fortunes, in a row, with slightly different
> > attributions.  *Man*, I must be bored to have found this!
> > 
> > 
> > >How-To-Repeat:
> > 
> > cat /usr/src/games/fortune/datfiles/fortunes
> > 
> > >Fix:
> > 
> > --- fortunes-dist	Thu Aug 30 18:50:44 2001
> > +++ fortunes	Thu Aug 30 18:50:27 2001
> > @@ -15305,9 +15305,6 @@
> >  "What's the use of a good quotation if you can't change it?"
> >  		-- Dr. Who
> >  %
> > -"What's the use of a good quotation if you can't change it?"
> > -		-- The Doctor
> > -%
> 
> Proposed alternate patch:
> 
> Index: fortunes
> ===================================================================
> RCS file: /usr/home/ncvs/src/games/fortune/datfiles/fortunes,v
> retrieving revision 1.34.2.4
> diff -u -r1.34.2.4 fortunes
> --- fortunes	2001/08/01 17:23:58	1.34.2.4
> +++ fortunes	2001/08/31 03:15:45
> @@ -15305,8 +15305,8 @@
>  "What's the use of a good quotation if you can't change it?"
>  		-- Dr. Who
>  %
> -"What's the use of a good quotation if you can't change it?"
> -		-- The Doctor
> +"What's the use of a good quotation if you can't modify it?"
> +		-- Dr. Who
>  %
>  Whatever became of eternal truth?
>  %
> 
> ;-)
> 
> Kris


-- 
Michael Lucas
mwlucas@blackhelicopters.org
http://www.blackhelicopters.org/~mwlucas/
Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons
Comment 3 Kris Kennaway freebsd_committer freebsd_triage 2001-09-01 09:01:10 UTC
State Changed
From-To: open->closed

My alternate patch committed.