summaryrefslogtreecommitdiff
path: root/www/apache/files
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-26 07:30:44 +0000
committerjlam <jlam>2001-11-26 07:30:44 +0000
commit3268be98b93e31abc0e83b7651012ccc7e69b256 (patch)
treece964d0907326e2bc74bee9012da993ab49a30bf /www/apache/files
parent8b39a72c1fba17e89f234c889c5aaeaf9c7f568c (diff)
downloadpkgsrc-3268be98b93e31abc0e83b7651012ccc7e69b256.tar.gz
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'www/apache/files')
-rw-r--r--www/apache/files/apache.sh6
-rw-r--r--www/apache/files/config.layout4
2 files changed, 5 insertions, 5 deletions
diff --git a/www/apache/files/apache.sh b/www/apache/files/apache.sh
index 5e159a4b62f..3bd20dd9e7e 100644
--- a/www/apache/files/apache.sh
+++ b/www/apache/files/apache.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: apache.sh,v 1.13 2001/05/14 21:27:25 jlam Exp $
+# $NetBSD: apache.sh,v 1.14 2001/11/26 07:34:06 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
diff --git a/www/apache/files/config.layout b/www/apache/files/config.layout
index 81d1cbe443a..0208f9c3a00 100644
--- a/www/apache/files/config.layout
+++ b/www/apache/files/config.layout
@@ -1,4 +1,4 @@
-# $NetBSD: config.layout,v 1.3 2001/10/17 19:17:00 jlam Exp $
+# $NetBSD: config.layout,v 1.4 2001/11/26 07:34:06 jlam Exp $
<Layout pkgsrc>
prefix: @PREFIX@
@@ -7,7 +7,7 @@ bindir: ${exec_prefix}/bin
sbindir: ${exec_prefix}/sbin
libexecdir: ${exec_prefix}/lib/httpd
mandir: ${prefix}/man
-sysconfdir: @APACHE_SYSCONFDIR@
+sysconfdir: @PKG_SYSCONFDIR@
datadir: ${prefix}/share/httpd
iconsdir: ${prefix}/share/httpd/icons
htdocsdir: ${prefix}/share/httpd/htdocs