Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 1996 05:09:13 -0700 (PDT)
From:      koshy@india.hp.com
To:        freebsd-gnats-submit@freebsd.org
Subject:   bin/1833: Hack rumors file not installed -- FIX enclosed.
Message-ID:  <199610181209.FAA18299@freefall.freebsd.org>
Resent-Message-ID: <199610181210.FAA18342@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1833
>Category:       bin
>Synopsis:       Hack rumors file not installed -- FIX enclosed.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 18 05:10:00 PDT 1996
>Last-Modified:
>Originator:     Joseph Koshy
>Organization:
>Release:        2.2-CURRENT as of 14th October 1996.
>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*



>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610181209.FAA18299>