mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 11:24:49 +00:00
* New upstream release, whivh includes hack, back fron bsdgames-nonfree.
* Conflict and replace with old versions of bsdgames-nonfree that include
hack.
* Add hack to package description and menu file.
* Add in hack's two READ_ME files to binay package.
* Patched hack config.h as it is patched in bsdgames-nonfree.
* Unlike bsdgames-nonfree, put the help, hh, rumors, and data files in
/usr/share/games/bsdgames/hack, as the patched config.h makes it look
there.
* postinst moves over hack state files to new directory
* Patched phantasia to use strerror and not segfault if it cannot open the
var files. Closes: #187251 (patch sent upstream)
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5206 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: wargames.sh,v 1.3 1999/11/16 17:27:14 abs Exp $
|
||||
# $NetBSD: wargames.sh,v 1.4 2001/09/19 04:54:06 lukem Exp $
|
||||
#
|
||||
# Copyright (c) 1985, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
@@ -43,7 +43,10 @@ if [ -f /usr/games/$x ] ; then
|
||||
tput clear
|
||||
exec /usr/games/$x
|
||||
else
|
||||
# Original quote "Strange game, the only winning move is not to play."
|
||||
echo "Strange, the only winning move is not to play."
|
||||
exec cat <<QUOTE
|
||||
A strange game.
|
||||
The only winning move is
|
||||
not to play.
|
||||
QUOTE
|
||||
fi
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user