SOURCES: glusterfs-open_fix.patch - uhh

arekm arekm at pld-linux.org
Thu Aug 7 18:41:21 CEST 2008


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



More information about the pld-cvs-commit mailing list