New commits:
commit d05aa87d1b432dcde20f05a04c35f86ca84de8c5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)
commit 4de61b086ab6d4e9def250e8b1329c511171c00e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Revert "Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)"
This reverts commit 38f8b7dc164e00172ccc0de06177af05a8bc94cd.
We (SMGL) want to use 'httpd' rather than 'apache2' for directory names.
So sayeth the wise emrys. :)
diff --git a/http/apache2/DETAILS b/http/apache2/DETAILS
index 62d9cd8..63175aa 100755
--- a/http/apache2/DETAILS
+++ b/http/apache2/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/httpd-
SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
SECURITY_PATCH=1
- PATCHLEVEL=1
+ PATCHLEVEL=2
LICENSE[0]=APACHE
KEYWORDS="http"
WEB_SITE=http://www.apache.org/
diff --git a/http/apache2/HISTORY b/http/apache2/HISTORY
index e5d61f8..1e252bd 100644
--- a/http/apache2/HISTORY
+++ b/http/apache2/HISTORY
@@ -1,8 +1,9 @@
2007-02-05 Eric Sandall <eric AT sandall.us>
- * DETAILS: Incremented PATCHLEVEL
+ * DETAILS: Incremented PATCHLEVEL to 2
Removed UPDATED
* config.layout: Fix Bug #13295
- sysconfdir should be /etc/apache2 to follow 'standards'
+ sysconfdir should be /etc/httpd
+ datadir should be /usr/share/apache2