Author: arekm                        Date: Thu Aug  7 16:41:21 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- uhh

---- Files affected:
SOURCES:
   glusterfs-open_fix.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/glusterfs-open_fix.patch
diff -u SOURCES/glusterfs-open_fix.patch:1.1 
SOURCES/glusterfs-open_fix.patch:1.2
--- SOURCES/glusterfs-open_fix.patch:1.1        Thu Aug  7 18:28:20 2008
+++ SOURCES/glusterfs-open_fix.patch    Thu Aug  7 18:41:16 2008
@@ -5,7 +5,7 @@
    }
    
 -  ret = open (GLUSTERFSD_SPEC_PATH, O_WRONLY | O_CREAT | O_SYNC);
-+  ret = open (GLUSTERFSD_SPEC_PATH, O_WRONLY | O_CREAT | O_SYNC, 0x777);
++  ret = open (GLUSTERFSD_SPEC_PATH, O_WRONLY | O_CREAT | O_SYNC, S_IRUSR | 
S_IWUSR);
    spec_fd = ret;
    if (spec_fd < 0){
      remote_errno = errno;
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/glusterfs-open_fix.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to