apache13-modssl's rcng.sh

Norikatsu Shigemura nork at FreeBSD.org
Wed May 12 10:17:15 PDT 2004


Hi Dirk.

	I forgot a compatibility of apachectl on www/apache13-modssl.
	I think that rcng.sh should chase apache.sh by updating
	www/apache13.  Please review and commit following patch.

	Obtained from:	www/apache13
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/apache13-modssl/Makefile,v
retrieving revision 1.148
diff -u -r1.148 Makefile
--- Makefile	3 May 2004 16:27:45 -0000	1.148
+++ Makefile	12 May 2004 16:45:33 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	apache+mod_ssl
 PORTVERSION=	${VERSION_APACHE}+${VERSION_MODSSL}${PVERSION_MODSNMP}${PVERSION_MODACCEL}${PVERSION_MODDEFLATE}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www security
 MASTER_SITES=	${MASTER_SITE_APACHE_HTTPD} \
 		${MASTER_SITES_MODSSL:S/$/:mod_ssl/} \
Index: files/rcng.sh
===================================================================
RCS file: /home/ncvs/ports/www/apache13-modssl/files/rcng.sh,v
retrieving revision 1.2
diff -u -r1.2 rcng.sh
--- files/rcng.sh	3 May 2004 16:27:45 -0000	1.2
+++ files/rcng.sh	12 May 2004 16:45:01 -0000
@@ -26,5 +26,6 @@
 load_rc_config $name
 
 pidfile="${apache_pidfile}"
+start_precmd="`/usr/bin/limits -e -U www`"
 
 run_rc_command "$1"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


More information about the freebsd-ports mailing list