Date: Thu, 1 Mar 2007 18:30:13 GMT From: Volker <volker@vwsoft.com> To: apache@FreeBSD.org Subject: Re: ports/104465: port www/apache13-modperl: stale RcNG script Message-ID: <200703011830.l21IUDaZ055583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/104465; it has been noted by GNATS.
From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, aa29@mail.ru
Cc:
Subject: Re: ports/104465: port www/apache13-modperl: stale RcNG script
Date: Thu, 01 Mar 2007 19:21:59 +0100
here's a patch to solve that PR:
--- apache.sh.orig Thu Mar 1 19:02:35 2007
+++ apache.sh Thu Mar 1 19:04:58 2007
@@ -14,8 +14,8 @@
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
apache_enable="${apache_enable-NO}"
-apache_flags=""
-apache_pidfile="/var/run/httpd.pid"
+apache_flags="${apache_flags=''}"
+apache_pidfile="${apache_pidfile='/var/run/httpd.pid'}"
. %%RC_SUBR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703011830.l21IUDaZ055583>
