From owner-freebsd-ports@FreeBSD.ORG Wed May 12 10:17:15 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C3DB16A4CE; Wed, 12 May 2004 10:17:15 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809E043D1F; Wed, 12 May 2004 10:17:14 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i4CHHDDT002818; Thu, 13 May 2004 02:17:13 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 13 May 2004 02:17:12 +0900 From: Norikatsu Shigemura To: Dirk Meyer Message-Id: <20040513021712.73147d5b.nork@FreeBSD.org> X-Mailer: Sylpheed version 0.9.9-gtk2-20040229 (GTK+ 2.4.1; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org Subject: apache13-modssl's rcng.sh X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 17:17:15 -0000 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" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -