You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by David McCreedy <Mc...@us.ibm.com> on 2001/12/21 18:26:11 UTC

[PATCH] TPF changes for rotatelogs

These two patches allow rotatelogs to function properly on TPF.
They are TPF-specific and will not affect other platforms.

The os/tpf/os.c change is required for arguments to be properly passed
to rotatelogs (or any other piped log program).
The support/rotatlogs.c change is due to a quirk in TPF signal handling.

Please let me know if you have any questions or concerns.

Thank you,

David McCreedy
McCreedy@us.ibm.com

Re: [PATCH] TPF changes for rotatelogs

Posted by Greg Ames <gr...@remulak.net>.
David McCreedy wrote:
> 
> These two patches allow rotatelogs to function properly on TPF.
> They are TPF-specific and will not affect other platforms.

commmitted...thanks!

Greg