You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2001/10/12 23:39:41 UTC

cvs commit: httpd-2.0/modules/generators mod_cgid.c

jwoolley    01/10/12 14:39:41

  Modified:    modules/generators mod_cgid.c
  Log:
  Remove unused hard-coded definition of a SHELL_PATH.
  
  Submitted by:	Hiten Pandya <hp...@lycos.co.uk>
  
  Revision  Changes    Path
  1.99      +0 -2      httpd-2.0/modules/generators/mod_cgid.c
  
  Index: mod_cgid.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgid.c,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -d -u -r1.98 -r1.99
  --- mod_cgid.c	2001/09/18 22:13:57	1.98
  +++ mod_cgid.c	2001/10/12 21:39:40	1.99
  @@ -146,8 +146,6 @@
   #define DEFAULT_BUFBYTES 1024 
   #define DEFAULT_SOCKET "logs/cgisock"
   
  -#define SHELL_PATH "/bin/sh"
  -
   #define CGI_REQ 1
   #define SSI_REQ 2