From mint-bounce@lists.fishpool.fi  Thu Feb  4 13:24:53 2010
X-Authenticated: #48718759
X-Provags-ID: V01U2FsdGVkX1+ytK4CMEmywLpAxjrU1APKbw+3oqKFEUDPEREYkT
	Z+lcFU+h+Me6Nv
Message-ID: <358825.891834812-sendEmail@descaro>
From: "Helmut Karlowski" <hk10@gmx.de>
To: "alanh@fairlite.co.uk" <alanh@fairlite.co.uk>,
        "mint@lists.fishpool.fi" <mint@lists.fishpool.fi>
Cc: "hk10@gmx.de" <hk10@gmx.de>
Subject: [MiNT] patch:XaAES:xa_shel
Date: Thu, 4 Feb 2010 18:19:26 +0000
X-Mailer: sendEmail-1.55
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----MIME delimiter for sendEmail-214849.035562114"
X-Antivirus: avast! (VPS 100204-0, 04.02.2010), Outbound message
X-Antivirus-Status: Clean
X-Y-GMX-Trusted: 0
X-FuHaFi: 0.64000000000000001
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: hk10@gmx.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.

------MIME delimiter for sendEmail-214849.035562114
Content-Type: text/plain;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable

---------------------------------------------------------
don't set gid (fixes id-error)
---------------------------------------------------------



------MIME delimiter for sendEmail-214849.035562114
Content-Type: text/plain;
 name="xa_shel.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xa_shel.patch"

--- src.km/xa_shel.c	14 Jan 2010 21:54:54 -0000	1.74.4.3
+++ src.km/xa_shel.c	3 Feb 2010 23:05:31 -0000
@@ -558,7 +558,7 @@
 					type = APP_APPLICATION;
 					ret = p->pid;
 					/* create new pgrp for launched app so killgroup cannot affect XaAES */
-					p_setgid(ret);
 					p_setpgrp(ret, ret);
 				}
 				else


------MIME delimiter for sendEmail-214849.035562114--


