From c856fac3aba20f738ceb19056dc475d32bb9401f Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Mon, 8 Apr 2002 06:45:33 +0000 Subject: Update to 2.0.35 (first GA release!) PR: 36834 Submitted by: maintainer --- www/apache2/files/patch-support:apachectl.in | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'www/apache2/files/patch-support:apachectl.in') diff --git a/www/apache2/files/patch-support:apachectl.in b/www/apache2/files/patch-support:apachectl.in index 2e4ba03f6166..2c49f1d188f8 100644 --- a/www/apache2/files/patch-support:apachectl.in +++ b/www/apache2/files/patch-support:apachectl.in @@ -1,18 +1,14 @@ ---- support/apachectl.in.orig Sat Dec 15 22:56:36 2001 -+++ support/apachectl.in Fri Feb 22 02:40:03 2002 -@@ -26,10 +26,10 @@ - # -------------------- -------------------- - # - # the path to your PID file --PIDFILE=@prefix@/logs/@progname@.pid -+PIDFILE=/var/run/@progname@.pid +--- support/apachectl.in.orig Thu Apr 4 18:15:44 2002 ++++ support/apachectl.in Sun Apr 7 08:49:25 2002 +@@ -29,7 +29,7 @@ + PIDFILE=@exp_runtimedir@/@progname@.pid # # the path to your httpd binary, including options if necessary --HTTPD='@prefix@/bin/@progname@' -+HTTPD='@prefix@/sbin/@progname@' +-HTTPD='@exp_bindir@/@progname@' ++HTTPD='@exp_sbindir@/@progname@' # # pick up any necessary environment variables - if test -f @prefix@/bin/envvars; then + if test -f @exp_bindir@/envvars; then @@ -47,6 +47,7 @@ # # -------------------- -------------------- -- cgit v1.2.3