Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 3DC8663BA54 for ; Sun, 12 Oct 2008 12:22:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E86C363B229; Sun, 12 Oct 2008 12:22:26 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 09A1063B160 for ; Sun, 12 Oct 2008 12:22:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D78EC175D0; Sun, 12 Oct 2008 12:22:25 +0000 (UTC) From: Matthias Scheler Subject: CVS commit: pkgsrc/www/apache22 To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org Message-Id: <20081012122225.D78EC175D0@cvs.netbsd.org> Date: Sun, 12 Oct 2008 12:22:25 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: tron Date: Sun Oct 12 12:22:25 UTC 2008 Modified Files: pkgsrc/www/apache22: Makefile pkgsrc/www/apache22/files: apache.sh Log Message: Use the pid file to determine whether "httpd" is still running. This should make "/etc/rc.d/apache restart" work more reliable and fix PR pkg/39713 by Martti Kuparinen. Bump package revision because of this fix. To generate a diff of this commit: cvs rdiff -r1.33 -r1.34 pkgsrc/www/apache22/Makefile cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/apache22/files/apache.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.