From nobody  Fri Oct 18 05:09:13 1996
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id FAA18299;
          Fri, 18 Oct 1996 05:09:13 -0700 (PDT)
Message-Id: <199610181209.FAA18299@freefall.freebsd.org>
Date: Fri, 18 Oct 1996 05:09:13 -0700 (PDT)
From: koshy@india.hp.com
To: freebsd-gnats-submit@freebsd.org
Subject: Hack rumors file not installed -- FIX enclosed.
X-Send-Pr-Version: www-1.0

>Number:         1833
>Category:       bin
>Synopsis:       Hack rumors file not installed -- FIX enclosed.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 05:10:00 PDT 1996
>Closed-Date:    Sat Oct 19 13:11:55 PDT 1996
>Last-Modified:  Sat Oct 19 13:12:22 PDT 1996
>Originator:     Joseph Koshy
>Release:        2.2-CURRENT as of 14th October 1996.
>Organization:
>Environment:
FreeBSD krill.india.hp.com 2.2-CURRENT FreeBSD 2.2-CURRENT #0: \
Wed Sep 18 15:47:23 IST 1996 root@krill.india.hp.com:/usr/src/sys/compile/KRILL i386


>Description:
The hack rumors file isn't installed and as a consequence fortune
cookies tend to be a trifle bland.  A fix to the Makefile is enclosed.

>How-To-Repeat:
Play hack.
Eat a fortune cookie.

>Fix:
Here is a diff to the -current Makefile that will install the rumors
file:

krill# cvs diff -c Makefile
Index: Makefile
===================================================================
RCS file: /usr/cvs/src/games/hack/Makefile,v
retrieving revision 1.6
diff -c -r1.6 Makefile
*** Makefile    1996/05/15 16:54:04     1.6
--- Makefile    1996/10/18 12:27:48
***************
*** 33,38 ****
--- 33,40 ----
            ${DESTDIR}/var/games/hackdir/perm
        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
            ${DESTDIR}/var/games/hackdir/record
+       ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${.CURDIR}/rumors \
+           ${DESTDIR}/var/games/hackdir/rumors
        ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
            ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
        rm -f ${DESTDIR}/var/games/hackdir/bones*



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sat Oct 19 13:11:55 PDT 1996 
State-Changed-Why:  
Done.  You have enough time to play hack??  Wow, somebody give 
this man a project! :-) 
>Unformatted:
