Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mark Bainter (50ef80de834516e3ead8cdb22c8f71ba09ddae76)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mark Bainter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mark Bainter (50ef80de834516e3ead8cdb22c8f71ba09ddae76)
  • Date: Thu, 26 Feb 2009 18:45:14 -0600

GIT changes to master grimoire by Mark Bainter <mbainter AT sourcemage.org>:

http/dansguardian/CONFIGURE | 2 +-
http/dansguardian/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5f91210c5ead9f5e3b2c6cde132b9029f004d8d2
Author: Mark Bainter <mbainter AT sourcemage.org>
Commit: Mark Bainter <mbainter AT sourcemage.org>

dansguardian: Fixed 32bit system detection - logic was backwards

diff --git a/http/dansguardian/CONFIGURE b/http/dansguardian/CONFIGURE
index 0d8162d..ecbc928 100755
--- a/http/dansguardian/CONFIGURE
+++ b/http/dansguardian/CONFIGURE
@@ -1,6 +1,6 @@
config_query_string DANS_CGIDIR 'Where would you like the CGI scripts?'
"/usr/share/www/$SPELL" &&

-if [[ "${SMGL_COMPAT_ARCHS[0]}" == "64" ]]; then
+if [[ "${SMGL_COMPAT_ARCHS[0]}" == "32" ]]; then
config_query_string DG_OPTS "Enable Large File Support"
fi &&

diff --git a/http/dansguardian/HISTORY b/http/dansguardian/HISTORY
index 8447fc3..88d726e 100644
--- a/http/dansguardian/HISTORY
+++ b/http/dansguardian/HISTORY
@@ -1,4 +1,7 @@
2009-02-26 Mark Bainter <mbainter AT sourcemage.org>
+ * CONFIGURE: Fixed 32bit arch detection
+
+2009-02-26 Mark Bainter <mbainter AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL and version bumped to latest stable.
* CONFIGURE: Fleshed out configure options for new release
* BUILD: Updated to use default_build and updated options



  • [SM-Commit] GIT changes to master grimoire by Mark Bainter (50ef80de834516e3ead8cdb22c8f71ba09ddae76), Mark Bainter, 02/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page