summaryrefslogtreecommitdiff
path: root/www/apache/files
diff options
context:
space:
mode:
authorjlam <jlam>2001-04-29 20:42:28 +0000
committerjlam <jlam>2001-04-29 20:42:28 +0000
commit7e144c5f51c121f791ed9a31b92b2837538468c2 (patch)
tree057349f0292d20dc3f388a914b65631fa1241be0 /www/apache/files
parent932e5c34ef6f979bbd929261f94714073a0cea8b (diff)
downloadpkgsrc-7e144c5f51c121f791ed9a31b92b2837538468c2.tar.gz
Update apache to 1.3.19nb1. Changes from 1.3.19 include using mod_ssl
2.8.2 patches and more thorough use of APACHE_SYSCONFDIR setting.
Diffstat (limited to 'www/apache/files')
-rw-r--r--www/apache/files/apache.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/apache/files/apache.sh b/www/apache/files/apache.sh
index e3e9c21300f..a7f00f27aa0 100644
--- a/www/apache/files/apache.sh
+++ b/www/apache/files/apache.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: apache.sh,v 1.10 2001/02/07 15:08:30 tron Exp $
+# $NetBSD: apache.sh,v 1.11 2001/04/29 20:42:29 jlam Exp $
#
# PROVIDE: apache
# REQUIRE: DAEMON
@@ -9,14 +9,13 @@ name="apache"
ctl_command="@PREFIX@/sbin/apachectl"
command="@PREFIX@/sbin/httpd"
pidfile="/var/run/httpd.pid"
-conffile="@PREFIX@/etc/httpd/httpd.conf"
apache_start="start"
-if [ -f @PREFIX@/etc/httpd/apache_start.conf ]
+if [ -f @APACHE_SYSCONFDIR@/apache_start.conf ]
then
# This file can reset apache_start to "startssl"
- . @PREFIX@/etc/httpd/apache_start.conf
+ . @APACHE_SYSCONFDIR@/apache_start.conf
fi
cmd=${1:-start}