]> git.pld-linux.org Git - packages/crawl.git/blob - crawl-savedir.patch
- BR: libstdc++-devel
[packages/crawl.git] / crawl-savedir.patch
1 diff -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.061722 seconds and 3 git commands to generate.