Date: Thu, 13 May 2004 02:17:12 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: ports@FreeBSD.org Subject: apache13-modssl's rcng.sh Message-ID: <20040513021712.73147d5b.nork@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040513021712.73147d5b.nork>