Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (6d27dc085d427a52838e4e61e592ad304384e30a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (6d27dc085d427a52838e4e61e592ad304384e30a)
  • Date: Thu, 25 Feb 2016 20:36:18 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

mail/openwebmail/HISTORY | 3 +++
mail/openwebmail/INSTALL | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 6d27dc085d427a52838e4e61e592ad304384e30a
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

openwebmail: fix typo

diff --git a/mail/openwebmail/HISTORY b/mail/openwebmail/HISTORY
index a13fd25..ec47381 100644
--- a/mail/openwebmail/HISTORY
+++ b/mail/openwebmail/HISTORY
@@ -1,3 +1,6 @@
+2016-02-25 Remko van der Vossen <wich AT sourcemage.org>
+ * INSTALL: fix typo
+
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL

diff --git a/mail/openwebmail/INSTALL b/mail/openwebmail/INSTALL
index d8e4b43..0ac3d2e 100755
--- a/mail/openwebmail/INSTALL
+++ b/mail/openwebmail/INSTALL
@@ -34,14 +34,14 @@ chmod 660 /var/log/openwebmail.log
&&
#echo "password required /lib/security/pam_unix.so">>
/etc/pam.d/openwebmail &&

# Tune OWM defaults to SMGL style
-message "${MESSAGE_COLOR}Tuning OpenWebMail defaults to SMGL style...
${DEFAULTS_COLOR}" &&
+message "${MESSAGE_COLOR}Tuning OpenWebMail defaults to SMGL style...
${DEFAULT_COLOR}" &&

-message "${MESSAGE_COLOR}Directories... ${DEFAULTS_COLOR}"

&&
+message "${MESSAGE_COLOR}Directories... ${DEFAULT_COLOR}"

&&
sedit "s|/var/mail/|/var/spool/mail|"
$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&
sedit
"s|/usr/local/www/data/openwebmail|$(get_install_www_files_dir)/${SPELL}/html|"

$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&
sedit
"s|/usr/local/www/cgi-bin/openwebmail|$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail|"

$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&

-message "${MESSAGE_COLOR}Perl db extentions... ${DEFAULTS_COLOR}"
&&
+message "${MESSAGE_COLOR}Perl db extentions... ${DEFAULT_COLOR}"
&&
sedit "s/^dbm_ext.*$/dbm_ext .db/"
$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&
sedit "s/^dbmopen_ext.*$/dbmopen_ext %dbm_ext%/"
$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&
sedit "s/^dbmopen_haslock.*$/dbmopen_haslock yes/"
$(get_install_www_files_dir)/${SPELL}/cgi-bin/openwebmail/etc/openwebmail.conf
&&



  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (6d27dc085d427a52838e4e61e592ad304384e30a), Remko van der Vossen, 02/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page