Subject: apache_flags patch for www/apache rcng initscript
To: None <pkgsrc-users@NetBSD.org>
From: Chris Turner <c.turner@199technologies.org>
List: pkgsrc-users
Date: 05/05/2007 10:41:40
This is a multi-part message in MIME format.
--------------050001060202080103050608
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit


Wondering if the following could be committed ?

Allows the use of alternate config files, etc,
but should keep things working properly for start/stop/reload.

Thanks in advance,

- Chris



--------------050001060202080103050608
Content-Type: text/x-patch;
 name="apache.sh.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="apache.sh.patch"

Index: apache.sh
===================================================================
RCS file: /cvsroot/pkgsrc/www/apache/files/apache.sh,v
retrieving revision 1.27
diff -r1.27 apache.sh
39c39
< 	${ctl_command} ${action}
---
> 	${ctl_command} ${apache_flags} -k ${action}

--------------050001060202080103050608--