ports/104465: port www/apache13-modperl: stale RcNG script

Volker volker at vwsoft.com
Thu Mar 1 18:30:18 UTC 2007


The following reply was made to PR ports/104465; it has been noted by GNATS.

From: Volker <volker at vwsoft.com>
To: bug-followup at FreeBSD.org,  aa29 at 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%%


More information about the freebsd-apache mailing list