You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.org> on 1997/09/26 05:11:26 UTC

cvs commit: apache/src CHANGES

dgaudet     97/09/25 20:11:25

  Modified:    support  Tag: APACHE_1_2_X suexec.c
               src      Tag: APACHE_1_2_X CHANGES
  Log:
  suexec.c wouldn't build without -DLOG_EXEC
  
  Submitted by:	Jason A. Dour
  Reviewed by:	Dean Gaudet, Roy Fielding
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.22.2.2  +2 -0      apache/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/suexec.c,v
  retrieving revision 1.22.2.1
  retrieving revision 1.22.2.2
  diff -u -r1.22.2.1 -r1.22.2.2
  --- suexec.c	1997/06/29 17:41:29	1.22.2.1
  +++ suexec.c	1997/09/26 03:11:18	1.22.2.2
  @@ -138,6 +138,7 @@
   
   static void err_output(const char *fmt, va_list ap)
   {
  +#ifdef LOG_EXEC
       time_t timevar;
       struct tm *lt;
   
  @@ -157,6 +158,7 @@
       vfprintf(log, fmt, ap);
   
       fflush(log);
  +#endif /* LOG_EXEC */
       return;
   }
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.286.2.55 +2 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.286.2.54
  retrieving revision 1.286.2.55
  diff -u -r1.286.2.54 -r1.286.2.55
  --- CHANGES	1997/09/22 21:58:49	1.286.2.54
  +++ CHANGES	1997/09/26 03:11:22	1.286.2.55
  @@ -1,5 +1,7 @@
   Changes with Apache 1.2.5
   
  +  *) suexec.c wouldn't build without -DLOG_EXEC. [Jason A. Dour]
  +
     *) Inetd mode (which is buggy) uses timeouts without having setup the
        jmpbuffer. [Dean Gaudet] PR#1064