From c36e704b1c50bfb9eb5f38350e6f54b9d1651330 Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 14 Apr 2001 19:42:53 +0000 Subject: Use APACHE_SYSCONFDIR to set sysconfdir (the location of config files). --- www/apache/files/config.layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/apache/files') diff --git a/www/apache/files/config.layout b/www/apache/files/config.layout index e74da5a03dd..f35b0b74bce 100644 --- a/www/apache/files/config.layout +++ b/www/apache/files/config.layout @@ -1,4 +1,4 @@ -# $NetBSD: config.layout,v 1.1 2001/03/13 20:52:27 jlam Exp $ +# $NetBSD: config.layout,v 1.2 2001/04/14 19:42:54 kim Exp $ prefix: @PREFIX@ @@ -7,7 +7,7 @@ bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libexecdir: ${exec_prefix}/lib/httpd mandir: ${prefix}/man -sysconfdir: ${prefix}/etc/httpd +sysconfdir: @APACHE_SYSCONFDIR@ datadir: ${prefix}/share/httpd iconsdir: ${prefix}/share/httpd/icons htdocsdir: ${prefix}/share/httpd/htdocs -- cgit v1.2.3