]> Pileus Git - ~andy/sunrise/blob - sys-cluster/globus/files/gwd_open.patch
920ac11db42a27f1a7f5567847c56e8f691cbcf7
[~andy/sunrise] / sys-cluster / globus / files / gwd_open.patch
1 --- ./source-trees/gridway/src/gwd/gwd.c.~1.9.2.2.~     2008-04-01 11:59:01.000000000 -0600
2 +++ ./source-trees/gridway/src/gwd/gwd.c        2009-08-08 22:14:25.490391881 -0600
3 @@ -138,7 +138,7 @@
4      /* Close stds, we no longer need them                          */
5      /* ----------------------------------------------------------- */
6  
7 -    fd = open("/dev/null", O_RDWR|O_CREAT);
8 +    fd = open("/dev/null", O_RDWR|O_CREAT, 0640);
9         
10      dup2(fd,0);
11      dup2(fd,1);