On Thursday 06 September 2001 14:10, Aaron Bannert wrote:

No, this should not be done.  According to the default Apache layout, the Apache
binary goes into @prefix@/bin/httpd.  We use the variable sbindir, but it is still
the bin directory.  If it is actually being installed into the sbin directory, then 
there
is a bigger problem.

Ryan

> This patch is pretty self explanatory...
>
> -aaron
>
>
> Index: support/apachectl.in
> ===================================================================
> RCS file: /home/cvspublic/httpd-2.0/support/apachectl.in,v
> retrieving revision 1.3
> diff -u -r1.3 apachectl.in
> --- support/apachectl.in      2001/05/09 15:56:50     1.3
> +++ support/apachectl.in      2001/09/06 21:04:54
> @@ -28,7 +28,7 @@
>  PIDFILE=@prefix@/logs/httpd.pid
>  #
>  # the path to your httpd binary, including options if necessary
> -HTTPD='@prefix@/bin/@progname@'
> +HTTPD='@prefix@/sbin/@progname@'
>  #
>  # a command that outputs a formatted text version of the HTML at the
>  # url given on the command line.  Designed for lynx, however other

-- 

______________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
Covalent Technologies                   [EMAIL PROTECTED]
--------------------------------------------------------------

Reply via email to