View | Details | Raw Unified | Return to bug 106719
Collapse All | Expand All

(-)/home/trasz/torque/files/patch-src-resmom-start_exec.c (+11 lines)
Line 0 Link Here
1
--- src/resmom/start_exec.c.orig	Sat Nov 18 15:11:38 2006
2
+++ src/resmom/start_exec.c	Sat Nov 18 15:12:18 2006
3
@@ -4772,7 +4772,7 @@
4
 
5
           return(-1);
6
           }
7
-        if (statbuf.st_gid != exgid)
8
+        if (statbuf.st_gid != exgid && statbuf.st_gid != 0)
9
           {
10
           log_err(-1,"open_std_file","std file exists with the wrong group, someone is doing something fishy");
11
 

Return to bug 106719