summaryrefslogtreecommitdiff
path: root/games/tanked/patches/patch-ad
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-08-01 13:33:11 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-08-01 13:33:11 +0000
commitd6ec03177e8b1ac9df9772d4468a03169295ab69 (patch)
tree7db1018e4bfc87b342f8d5c752392cb1d995723f /games/tanked/patches/patch-ad
parent33ffed6757d16a58d1aea435c96a99fa279bb3a9 (diff)
downloadpkgsrc-d6ec03177e8b1ac9df9772d4468a03169295ab69.tar.gz
Initial addition of tanked-0.90, a multiplayer internet tank game for X11.
Closes pr 5883 by Tim Rightnour.
Diffstat (limited to 'games/tanked/patches/patch-ad')
-rw-r--r--games/tanked/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/tanked/patches/patch-ad b/games/tanked/patches/patch-ad
new file mode 100644
index 00000000000..d69ca6d5ad4
--- /dev/null
+++ b/games/tanked/patches/patch-ad
@@ -0,0 +1,12 @@
+--- server/motd.c.orig Sat Apr 11 18:34:29 1998
++++ server/motd.c Fri Jul 31 03:47:57 1998
+@@ -31,3 +31,3 @@
+
+- if ((mf = fopen("./.motd", "r")) == 0) {
++ if ((mf = fopen(TANKDIR "/motd", "r")) == 0) {
+ printf("No motd file, I'm bummed :-(\n");
+@@ -47,3 +47,3 @@
+ /* read into motd array */
+- mf = fopen("./.motd", "r");
++ mf = fopen(TANKDIR "/motd", "r");
+ for (i = 0; i < GLO_motdLines; i++) {