Re: [PATCH] exec cmd working with suexec

2002-05-22 Thread Colm MacCárthaigh
On Tue, May 21, 2002 at 01:03:03AM +0100, Colm MacCárthaigh wrote: The following patch reverts to the previous and documented bevahiour (exhibited by 1.3). Currently !--exec cmd does not work with suexec enabled as the proc.c will try to run : shell -c suexec uid gid ... so on. snip patch

[PATCH] exec cmd working with suexec

2002-05-20 Thread Colm MacCárthaigh
The following patch reverts to the previous and documented bevahiour (exhibited by 1.3). Currently !--exec cmd does not work with suexec enabled as the proc.c will try to run : shell -c suexec uid gid ... so on. Index: os/unix/unixd.c