#
PORTNAME= torque
PORTVERSION= 2.1.6
PORTVERSION= 2.1.7
CATEGORIES= sysutils parallel
MASTER_SITES= http://www.clusterresources.com/downloads/torque/
MD5 (torque-2.1.6.tar.gz) = abfeb1a3a5aa53f725f975c2b5d98e1e
MD5 (torque-2.1.7.tar.gz) = 04d562983bfefea95156a3906c8f9d24
SHA256 (torque-2.1.6.tar.gz) = e5ac494859df9951ca34149ae56b93fbfc83d7d4ba015bc8b67514b190e51c36
SHA256 (torque-2.1.7.tar.gz) = 2f10c1ac37a75c006d5d58269ee14139f69fedff3478b3aa7bf0eca958505a5e
SIZE (torque-2.1.6.tar.gz) = 2708793
SIZE (torque-2.1.7.tar.gz) = 2903390
--- src/resmom/start_exec.c.orig Sat Nov 18 15:11:38 2006
+++ src/resmom/start_exec.c Sat Nov 18 15:12:18 2006
@@ -4772,7 +4772,7 @@
return(-1);
}
- if (statbuf.st_gid != exgid)
+ if (statbuf.st_gid != exgid && statbuf.st_gid != 0)
{
log_err(-1,"open_std_file","std file exists with the wrong group, someone is doing something fishy");