Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (df2c360b38f0dbdcf3abcf26f6d713dd7902375c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (df2c360b38f0dbdcf3abcf26f6d713dd7902375c)
  • Date: Mon, 5 Feb 2007 21:23:31 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/apache2/HISTORY | 4 ++++
http/apache2/config.layout | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit df2c360b38f0dbdcf3abcf26f6d713dd7902375c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Fix Bug #13295 (apache2 sysconfdir is /usr/etc/apache2)

diff --git a/http/apache2/HISTORY b/http/apache2/HISTORY
index fd20c6e..50e2439 100644
--- a/http/apache2/HISTORY
+++ b/http/apache2/HISTORY
@@ -1,3 +1,7 @@
+2007-02-05 Eric Sandall <eric AT sandall.us>
+ * config.layout: Fix Bug #13295
+ sysconfdir should be /etc/apache2 to follow 'standards'
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163

diff --git a/http/apache2/config.layout b/http/apache2/config.layout
index 5621559..0459d5d 100644
--- a/http/apache2/config.layout
+++ b/http/apache2/config.layout
@@ -18,7 +18,7 @@
libdir: ${exec_prefix}/lib
libexecdir: ${exec_prefix}/libexec
mandir: ${prefix}/share/man
- sysconfdir: ${prefix}/etc+
+ sysconfdir: ${INSTALL_ROOT}/etc+
datadir: ${INSTALL_ROOT}/var/www+
installbuilddir: ${datadir}/build
errordir: ${datadir}/error



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (df2c360b38f0dbdcf3abcf26f6d713dd7902375c), Eric Sandall, 02/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page