Hi

I guess at least below needs changing. Probably there also needs to be
some existing modes be changed (in the postinst?).

Cheers

Luk

--- rocksndiamonds-3.3.0.1+dfsg1.orig/src/libgame/setup.c
2010-03-27 21:40:16.000000000 +0100
+++ rocksndiamonds-3.3.0.1+dfsg1/src/libgame/setup.c    2012-01-01
14:16:17.000000000 +0100
@@ -1445,10 +1445,7 @@
   /* if we're setgid, protect files against "other" */
   /* else keep umask(0) to make the dir world-writable */

-  if (running_setgid)
-    posix_umask(last_umask & group_umask);
-  else
-    dir_mode |= MODE_W_ALL;
+  posix_umask(last_umask & group_umask);

   if (!fileExists(dir))
     if (posix_mkdir(dir, dir_mode) != 0)




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to