Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 11008 invoked by uid 6000); 30 Jan 2000 19:46:15 -0000 Received: (qmail 11000 invoked by uid 2016); 30 Jan 2000 19:46:13 -0000 Delivered-To: apcore-apache-1.3-cvs@apache.org Received: (qmail 10989 invoked by uid 220); 30 Jan 2000 19:46:12 -0000 Date: 30 Jan 2000 19:46:12 -0000 Message-ID: <20000130194612.10988.qmail@hyperreal.org> From: lars@hyperreal.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/include httpd.h Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org lars 00/01/30 11:46:12 Modified: src/include httpd.h Log: The path to suexec is usually set by configure, but if not the default should be "/bin/suexec". Revision Changes Path 1.303 +1 -1 apache-1.3/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /export/home/cvs/apache-1.3/src/include/httpd.h,v retrieving revision 1.302 retrieving revision 1.303 diff -u -r1.302 -r1.303 --- httpd.h 2000/01/20 02:55:00 1.302 +++ httpd.h 2000/01/30 19:46:11 1.303 @@ -252,7 +252,7 @@ /* The path to the suExec wrapper, can be overridden in Configuration */ #ifndef SUEXEC_BIN -#define SUEXEC_BIN HTTPD_ROOT "/sbin/suexec" +#define SUEXEC_BIN HTTPD_ROOT "/bin/suexec" #endif /* The default string lengths */