]> git.pld-linux.org Git - packages/crawl.git/blame - crawl-savedir.patch
- linkt with -ltinfo
[packages/crawl.git] / crawl-savedir.patch
CommitLineData
a9b9a753 1diff -ruN cr400beta22-srcdupa/source/AppHdr.h cr400beta22-src/source/AppHdr.h
2--- cr400beta22-srcdupa/source/AppHdr.h Fri Nov 9 02:12:54 2001
3+++ cr400beta22-src/source/AppHdr.h Fri Feb 1 18:57:26 2002
4@@ -355,7 +355,7 @@
5 // Setting it to nothing or not setting it will cause all game files to
6 // be dumped in the current directory.
7 //
8- #define SAVE_DIR_PATH "/opt/crawl/lib/"
9+ #define SAVE_DIR_PATH "/var/games/crawl/"
10
11 // will make this little thing go away. Define SAVE_PACKAGE_CMD
12 // to a command to compress and bundle the save game files into a
13@@ -376,7 +376,7 @@
14 #define DO_ANTICHEAT_CHECKS
15
16 // This defines the chmod permissions for score and bones files.
17- #define SHARED_FILES_CHMOD_PRIVATE 0664
18+ #define SHARED_FILES_CHMOD_PRIVATE 0600
19 #define SHARED_FILES_CHMOD_PUBLIC 0664
20
21 // If we're on a multiuser system, file locking of shared files is
This page took 0.037559 seconds and 4 git commands to generate.