diff options
Diffstat (limited to 'games/mirrormagic/patches/patch-ac')
-rw-r--r-- | games/mirrormagic/patches/patch-ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/mirrormagic/patches/patch-ac b/games/mirrormagic/patches/patch-ac deleted file mode 100644 index a5e20664e62..00000000000 --- a/games/mirrormagic/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2001/07/05 22:13:08 kristerw Exp $ ---- src/files.c.orig Sat Dec 9 22:09:04 2000 -+++ src/files.c Sun Jun 24 22:54:06 2001 -@@ -82,7 +82,7 @@ - #define MODE_X_ALL (S_IXUSR | S_IXGRP | S_IXOTH) - #define USERDATA_DIR_MODE (MODE_R_ALL | MODE_X_ALL | S_IWUSR) - #define LEVEL_PERMS (MODE_R_ALL | MODE_W_ALL) --#define SCORE_PERMS LEVEL_PERMS -+#define SCORE_PERMS (MODE_R_ALL | S_IWUSR | S_IWGRP) - #define SETUP_PERMS LEVEL_PERMS - - /* sort priorities of level series (also used as level series classes) */ |