]> git.pld-linux.org Git - packages/crossfire.git/blame - crossfire-directories.patch
- enable recycling of temporary maps
[packages/crossfire.git] / crossfire-directories.patch
CommitLineData
4a1c5fe8
JK
1diff -durN crossfire-0.98.0.orig/include/config.h crossfire-0.98.0/include/config.h
2--- crossfire-0.98.0.orig/include/config.h Sun Apr 8 07:49:34 2001
3+++ crossfire-0.98.0/include/config.h Tue Apr 17 09:45:40 2001
4@@ -680,7 +680,7 @@
5 #ifdef WIN32 /* change define path */
6 #define LOGFILE "tmp\\cross.log"
7 #else
49deffe3
JK
8-#define LOGFILE "/tmp/cross.log"
9+#define LOGFILE "/var/log/crossfire"
10 #endif
4a1c5fe8 11 #endif
49deffe3 12
4a1c5fe8
JK
13@@ -830,7 +830,7 @@
14 #ifdef WIN32 /* change define path tmp */
15 #define TMPDIR "tmp"
16 #else
49deffe3
JK
17-#define TMPDIR "/tmp"
18+#define TMPDIR "/var/lib/crossfire/tmp"
4a1c5fe8 19 #endif
49deffe3
JK
20
21
4a1c5fe8
JK
22diff -durN crossfire-0.98.0.orig/server/main.c crossfire-0.98.0/server/main.c
23--- crossfire-0.98.0.orig/server/main.c Sun Apr 8 07:49:34 2001
24+++ crossfire-0.98.0/server/main.c Tue Apr 17 09:44:01 2001
49deffe3
JK
25@@ -29,6 +29,7 @@
26 #include <version.h>
27 #include <global.h>
28 #include <object.h>
29+#include <config.h>
30
31 #ifdef HAVE_DES_H
32 #include <des.h>
This page took 0.054832 seconds and 4 git commands to generate.