summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2011-09-12 13:17:53 +0200
committerVlad Glagolev2011-10-02 21:26:55 +0400
commit5faa8c3e056fdc2894dc7b57d7bce3638a4a9dd8 (patch)
tree543eb8d893d3db710e38f8354733c5fe0d69e8aa
parent53c31e3a105fb2e991c61d7faa967a273fc46b68 (diff)
apache22: fixed url sourcemage.org -> wiki.sourcemage.org (fixes #181)
(cherry picked from commit 10f03170a363bbd5a239a038f278c46fc552b9c3)
-rwxr-xr-xhttp/apache22/CONFIGURE2
-rw-r--r--http/apache22/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/http/apache22/CONFIGURE b/http/apache22/CONFIGURE
index 54bc751e7d..b8f54447d9 100755
--- a/http/apache22/CONFIGURE
+++ b/http/apache22/CONFIGURE
@@ -1,4 +1,4 @@
-message "${PROBLEM_COLOR}Before picking a MPM, please see: http://sourcemage.org/ApacheMPM${DEFAULT_COLOR}" &&
+message "${PROBLEM_COLOR}Before picking a MPM, please see: http://wiki.sourcemage.org/ApacheMPM${DEFAULT_COLOR}" &&
config_query_list APACHE22_MPM "Which MPM would you like?" prefork worker event &&
# Apache2 CONFIGURE script
diff --git a/http/apache22/HISTORY b/http/apache22/HISTORY
index c0fbb59026..0eff2b2cab 100644
--- a/http/apache22/HISTORY
+++ b/http/apache22/HISTORY
@@ -1,3 +1,6 @@
+2011-09-12 Bor Kraljič <pyrobor@ver.si>
+ * CONFIGURE: fixed url sourcemage.org -> wiki.sourcemage.org (fixes #181)
+
2011-09-12 Vlad Glagolev <stealth@sourcemage.org>
* BUILD: fixed build with external apr-util (resolves #51)