Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26940
Modified Files:
gdk_utils.mx
Log Message:
Revert my previous check-in, it was not the right way to do it.
Index: gdk_utils.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_utils.mx,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- gdk_utils.mx 28 Nov 2007 11:59:39 -0000 1.197
+++ gdk_utils.mx 1 Dec 2007 19:30:33 -0000 1.198
@@ -1636,8 +1636,7 @@
if (GDKrecovery && unlink(GDKLOCK) < 0) {
GDKfatal("GDKlockHome: unlock DB failed\n");
}
- if (getenv("gdk_dont_unset_umask") == NULL)
- umask(0000);
+ umask(0000);
if (MT_lockf(GDKLOCK, F_TLOCK, 4, 1) < 0) {
GDKlockFile = 0;
GDKfatal("GDKlockHome: Database lock '%s' denied\n", GDKLOCK);
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins