You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Garey Smiley <ga...@main.slink.com> on 1996/06/13 21:41:42 UTC

support patch for OS/2

Could someone commit the following patch to the support files. 
They fix some OS/2 problems.

*** rotatelogs.c.orig	Tue Mar 12 13:09:24 1996
--- rotatelogs.c	Wed Jun 12 18:25:12 1996
***************
*** 28,34 ****
--- 28,38 ----
      if(argc != 3)
          {
          fprintf(stderr,"%s <logfile> <rotation time in seconds>\n\n",argv[0]);
+ #ifdef __EMX__        
+         fprintf(stderr,"Add this:\n\nTransferLog \"|%s.exe /some/where 86400\"\n\n",argv[0]);
+ #else        
          fprintf(stderr,"Add this:\n\nTransferLog \"|%s /some/where 86400\"\n\n",argv[0]);
+ #endif        
          fprintf(stderr,"to httpd.conf. The generated name will be /some/where.nnnn where nnnn is the\n");
          fprintf(stderr,"system time at which the log nominally starts (N.B. this time will always be a\n");
          fprintf(stderr,"multiple of the rotation time, so you can synchronize cron scripts with it).\n");
*** Makefile.orig	Wed May 08 00:07:50 1996
--- Makefile.	Wed Jun 12 17:56:12 1996
***************
*** 9,14 ****
--- 9,16 ----
  CFLAGS= -g
  # For SCO ODT
  #EXTRA_LIBS= -lcrypt_i
+ # For OS/2 port
+ #EXTRA_LIBS= -llibufc
  
  INCLUDES= -I../src
  


Garey Smiley
SoftLink Services
garey@slink.com
http://www.slink.com/
(216)848-1312 FAX/Data(216)699-4474

Re: support patch for OS/2

Posted by Brian Behlendorf <br...@organic.com>.
I'll get it.  

	Brian

On Thu, 13 Jun 1996, Garey Smiley wrote:
> Could someone commit the following patch to the support files. 
> They fix some OS/2 problems.
> 
> *** rotatelogs.c.orig	Tue Mar 12 13:09:24 1996
> --- rotatelogs.c	Wed Jun 12 18:25:12 1996
> ***************
> *** 28,34 ****
> --- 28,38 ----
>       if(argc != 3)
>           {
>           fprintf(stderr,"%s <logfile> <rotation time in seconds>\n\n",argv[0]);
> + #ifdef __EMX__        
> +         fprintf(stderr,"Add this:\n\nTransferLog \"|%s.exe /some/where 86400\"\n\n",argv[0]);
> + #else        
>           fprintf(stderr,"Add this:\n\nTransferLog \"|%s /some/where 86400\"\n\n",argv[0]);
> + #endif        
>           fprintf(stderr,"to httpd.conf. The generated name will be /some/where.nnnn where nnnn is the\n");
>           fprintf(stderr,"system time at which the log nominally starts (N.B. this time will always be a\n");
>           fprintf(stderr,"multiple of the rotation time, so you can synchronize cron scripts with it).\n");
> *** Makefile.orig	Wed May 08 00:07:50 1996
> --- Makefile.	Wed Jun 12 17:56:12 1996
> ***************
> *** 9,14 ****
> --- 9,16 ----
>   CFLAGS= -g
>   # For SCO ODT
>   #EXTRA_LIBS= -lcrypt_i
> + # For OS/2 port
> + #EXTRA_LIBS= -llibufc
>   
>   INCLUDES= -I../src
>   
> 
> 
> Garey Smiley
> SoftLink Services
> garey@slink.com
> http://www.slink.com/
> (216)848-1312 FAX/Data(216)699-4474
> 
> 

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
brian@organic.com  www.apache.org  hyperreal.com  http://www.organic.com/JOBS