On Fri, Aug 23, 2024 at 11:29:08AM -0600, Theo de Raadt wrote:

> CVSROOT:      /cvs
> Module name:  src
> Changes by:   dera...@cvs.openbsd.org 2024/08/23 11:29:08
> 
> Modified files:
>       games/quiz     : Makefile 
>       games/quiz/datfiles: index 
> Added files:
>       games/quiz/datfiles: ship 
> Removed files:
>       games/quiz/datfiles: greek 
> 
> Log message:
> The greek quiz is so obscure that it is ridiculous -- noone can play
> this.  Replace it with a new quiz about galley (ship) parts.  This
> commit changes the *LAST UNMODIFIED ORIGINAL FILE* (meaning revision
> 1.1.1.1) from the original import that created OpenBSD on Oct 18,
> 1995.  With this commit, we have completed an amusing mission of
> replacing the final parts of the original OpenBSD.
> 
> We have reached OpenBSD of Theseus.
> 
> ideas & assistance from mglocker, naval terminology help from jmc
> 

Nice :-)

But one little thing.  Somebody looking at the quiz index will not
notice that this is about ships:

$ /usr/games/quiz | grep desc           
description part

We could do:

$ /usr/games/quiz | grep desc           
ship-description part

        or

$ /usr/games/quiz | grep desc           
ship part


Index: games/quiz/datfiles/index
===================================================================
RCS file: /cvs/src/games/quiz/datfiles/index,v
diff -u -p -u -p -r1.4 index
--- games/quiz/datfiles/index   23 Aug 2024 17:29:08 -0000      1.4
+++ games/quiz/datfiles/index   23 Aug 2024 18:53:00 -0000
@@ -11,7 +11,7 @@
 /usr/share/games/quiz.db/elements:symbol:number:weight:element
 /usr/share/games/quiz.db/europe:Europe{an}:cap{ital}
 /usr/share/games/quiz.db/flowers:flower{s}:meaning
-/usr/share/games/quiz.db/ship:description:part
+/usr/share/games/quiz.db/ship:ship-description:part
 /usr/share/games/quiz.db/inca:inca:succ{essor}
 /usr/share/games/quiz.db/latin:latin:english
 /usr/share/games/quiz.db/locomotive:locomotive:name

Index: games/quiz/datfiles/index
===================================================================
RCS file: /cvs/src/games/quiz/datfiles/index,v
diff -u -p -u -p -r1.4 index
--- games/quiz/datfiles/index   23 Aug 2024 17:29:08 -0000      1.4
+++ games/quiz/datfiles/index   23 Aug 2024 18:53:00 -0000
@@ -11,7 +11,7 @@
 /usr/share/games/quiz.db/elements:symbol:number:weight:element
 /usr/share/games/quiz.db/europe:Europe{an}:cap{ital}
 /usr/share/games/quiz.db/flowers:flower{s}:meaning
-/usr/share/games/quiz.db/ship:description:part
+/usr/share/games/quiz.db/ship:ship:part
 /usr/share/games/quiz.db/inca:inca:succ{essor}
 /usr/share/games/quiz.db/latin:latin:english
 /usr/share/games/quiz.db/locomotive:locomotive:name

Reply via email to