summaryrefslogtreecommitdiff
path: root/www/apache6/files/apache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache6/files/apache.sh')
-rw-r--r--www/apache6/files/apache.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache6/files/apache.sh b/www/apache6/files/apache.sh
index 3f8f7bcd242..d8a2a50c68c 100644
--- a/www/apache6/files/apache.sh
+++ b/www/apache6/files/apache.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: apache.sh,v 1.9 2001/05/14 21:28:33 jlam Exp $
+# $NetBSD: apache.sh,v 1.10 2001/11/26 07:34:07 jlam Exp $
#
# PROVIDE: apache
# REQUIRE: DAEMON
@@ -14,10 +14,10 @@ rcvar=$name
command="@PREFIX@/sbin/apachectl"
apache_start=start
-if [ -f @APACHE_SYSCONFDIR@/apache_start.conf ]
+if [ -f @PKG_SYSCONFDIR@/apache_start.conf ]
then
# This file can reset apache_start to "startssl"
- . @APACHE_SYSCONFDIR@/apache_start.conf
+ . @PKG_SYSCONFDIR@/apache_start.conf
fi
# set defaults