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

(-)/home/trasz/torque/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	torque
8
PORTNAME=	torque
9
PORTVERSION=	2.1.6
9
PORTVERSION=	2.1.7
10
CATEGORIES=	sysutils parallel
10
CATEGORIES=	sysutils parallel
11
MASTER_SITES=	http://www.clusterresources.com/downloads/torque/
11
MASTER_SITES=	http://www.clusterresources.com/downloads/torque/
12
12
(-)/home/trasz/torque/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (torque-2.1.6.tar.gz) = abfeb1a3a5aa53f725f975c2b5d98e1e
1
MD5 (torque-2.1.7.tar.gz) = 04d562983bfefea95156a3906c8f9d24
2
SHA256 (torque-2.1.6.tar.gz) = e5ac494859df9951ca34149ae56b93fbfc83d7d4ba015bc8b67514b190e51c36
2
SHA256 (torque-2.1.7.tar.gz) = 2f10c1ac37a75c006d5d58269ee14139f69fedff3478b3aa7bf0eca958505a5e
3
SIZE (torque-2.1.6.tar.gz) = 2708793
3
SIZE (torque-2.1.7.tar.gz) = 2903390
(-)/home/trasz/torque/files/patch-src-resmom-start_exec.c (-11 lines)
Lines 1-11 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 109577