summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-02-05 20:58:30 -0800
committerJeremy Blosser2007-02-06 01:55:35 -0600
commit4265ed1746fa5ca2b9ae94103af3769051c7d8ce (patch)
tree9383c43e5fb8c7cd5d5041c00bb7ec359bec6680
parente7b3d6efb93fa72714aa52b14d2bc1d6ee9952ab (diff)
Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)
(cherry picked from commit d05aa87d1b432dcde20f05a04c35f86ca84de8c5)
-rwxr-xr-xhttp/apache2/DETAILS8
-rw-r--r--http/apache2/HISTORY7
-rw-r--r--http/apache2/config.layout4
3 files changed, 13 insertions, 6 deletions
diff --git a/http/apache2/DETAILS b/http/apache2/DETAILS
index 7d749c0434..63175aae0f 100755
--- a/http/apache2/DETAILS
+++ b/http/apache2/DETAILS
@@ -1,16 +1,16 @@
SPELL=apache2
VERSION=2.0.59
- SECURITY_PATCH=1
SOURCE=httpd-$VERSION.tar.gz
SOURCE_GPG="httpd.gpg:${SOURCE}.asc:UPSTREAM_KEY"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/httpd-$VERSION
SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
- WEB_SITE=http://www.apache.org/
- ENTERED=20020422
- UPDATED=20050923
+ SECURITY_PATCH=1
+ PATCHLEVEL=2
LICENSE[0]=APACHE
KEYWORDS="http"
+ WEB_SITE=http://www.apache.org/
+ ENTERED=20020422
SHORT="Apache 2 HTTP server"
cat << EOF
The Apache Group is proud to announce the release the first GA release of
diff --git a/http/apache2/HISTORY b/http/apache2/HISTORY
index fd20c6e63a..1e252bde76 100644
--- a/http/apache2/HISTORY
+++ b/http/apache2/HISTORY
@@ -1,3 +1,10 @@
+2007-02-05 Eric Sandall <eric@sandall.us>
+ * DETAILS: Incremented PATCHLEVEL to 2
+ Removed UPDATED
+ * config.layout: Fix Bug #13295
+ sysconfdir should be /etc/httpd
+ datadir should be /usr/share/apache2
+
2006-10-26 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163
diff --git a/http/apache2/config.layout b/http/apache2/config.layout
index 56215594f3..e65f5ab51d 100644
--- a/http/apache2/config.layout
+++ b/http/apache2/config.layout
@@ -18,8 +18,8 @@
libdir: ${exec_prefix}/lib
libexecdir: ${exec_prefix}/libexec
mandir: ${prefix}/share/man
- sysconfdir: ${prefix}/etc+
- datadir: ${INSTALL_ROOT}/var/www+
+ sysconfdir: ${INSTALL_ROOT}/etc/httpd
+ datadir: ${INSTALL_ROOT}/usr/share+
installbuilddir: ${datadir}/build
errordir: ${datadir}/error
iconsdir: ${datadir}/icons